diff options
author | asmodai <asmodai@FreeBSD.org> | 1999-12-21 11:55:44 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 1999-12-21 11:55:44 +0000 |
commit | 70260fd3cb4a6fe9173df2c12efcb13a3a038991 (patch) | |
tree | 6140f682b99523cf8fbc2b18740b12dba41d255e /lib/libc | |
parent | 1ce5be54c5d6613129ed0ee873ba9c43205db862 (diff) | |
download | FreeBSD-src-70260fd3cb4a6fe9173df2c12efcb13a3a038991.zip FreeBSD-src-70260fd3cb4a6fe9173df2c12efcb13a3a038991.tar.gz |
Fix a typo which I cannot believe I missed after rereading this text
about 6-7 times prior to commit.
Reported by: sheldonh
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/jail.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/jail.2 b/lib/libc/sys/jail.2 index 6f1e54a..d847cd7 100644 --- a/lib/libc/sys/jail.2 +++ b/lib/libc/sys/jail.2 @@ -61,7 +61,7 @@ tree below .Dq Li path can be manipulated all the ways a root can normally do it, including .Dq Li "rm -rf /*" -but new device special notes cannot be created because they reference +but new device special nodes cannot be created because they reference shared resources (the device drivers in the kernel). .Pp All IP activity will be forced to happen to/from the IP number specified, |