diff options
Diffstat (limited to 'lib/libc/sys/jail.2')
-rw-r--r-- | lib/libc/sys/jail.2 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/libc/sys/jail.2 b/lib/libc/sys/jail.2 index 693bbcc..bba076b 100644 --- a/lib/libc/sys/jail.2 +++ b/lib/libc/sys/jail.2 @@ -6,7 +6,7 @@ .\"this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp .\"---------------------------------------------------------------------------- .\" -.\"$Id: jail.2,v 1.3 1999/06/17 23:43:35 green Exp $ +.\"$Id: jail.2,v 1.4 1999/07/09 21:35:37 phk Exp $ .\" .\" .Dd April 28, 1999 @@ -78,15 +78,16 @@ Please consult the .Xr chroot 2 manual page for details. .Sh SEE ALSO -.Xr chroot 2 , -.Xr chdir 2 +.Xr chdir 2 , +.Xr chroot 2 .Sh HISTORY The .Fn jail function call appeared in .Fx 4.0 . .Pp -The jail feature was written by Poul-Henning Kamp for -R&D Associates +The jail feature was written by +.An Poul-Henning Kamp +for R&D Associates .Dq Li http://www.rndassociates.com/ who contributed it to FreeBSD. |