diff options
author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 1999-12-21 11:55:44 +0000 |
---|---|---|
committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 1999-12-21 11:55:44 +0000 |
commit | 7bf92e055d4de09905d55fe15062a83044ee64e2 (patch) | |
tree | fb44b062e73c591e74dd3a2f383f2187c15ec15c /lib | |
parent | f7503444cf905311c20589d2af9377a1ae549a1a (diff) | |
download | src-7bf92e055d4de09905d55fe15062a83044ee64e2.tar.gz src-7bf92e055d4de09905d55fe15062a83044ee64e2.zip |
Fix a typo which I cannot believe I missed after rereading this text
about 6-7 times prior to commit.
Reported by: sheldonh
Notes
Notes:
svn path=/head/; revision=54958
Diffstat (limited to 'lib')
-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 6f1e54ad799d..d847cd7fc685 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, |