diff options
author | dd <dd@FreeBSD.org> | 2001-09-03 17:49:29 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-09-03 17:49:29 +0000 |
commit | 3ac0264ecdb2eb19e1796b9a36dd7dd92edaeacc (patch) | |
tree | 3b0257d98f4f242ab53d716708d100a47743a891 /lib | |
parent | b167c371fa57df907b3dec123b22cfca79581176 (diff) | |
download | FreeBSD-src-3ac0264ecdb2eb19e1796b9a36dd7dd92edaeacc.zip FreeBSD-src-3ac0264ecdb2eb19e1796b9a36dd7dd92edaeacc.tar.gz |
Don't capitalize jail(2) in the middle of a sentence.
PR: 25876
Submitted by: Koizumi Satoru <koizumi@cms.phys.s.u-tokyo.ac.jp>
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 46be1f3..15ff287 100644 --- a/lib/libc/sys/jail.2 +++ b/lib/libc/sys/jail.2 @@ -83,7 +83,7 @@ The version number of the argument is not correct. .El .Pp Further -.Fn Jail +.Fn jail calls .Xr chroot 2 internally, so the it can fail for all the same reasons. |