Module Name:    src
Committed By:   abhinav
Date:           Wed Oct 25 17:20:52 UTC 2017

Modified Files:
        src/lib/libc/sys: chroot.2

Log Message:
Add fchroot to the NAME section


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/lib/libc/sys/chroot.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/sys/chroot.2
diff -u src/lib/libc/sys/chroot.2:1.23 src/lib/libc/sys/chroot.2:1.24
--- src/lib/libc/sys/chroot.2:1.23	Mon May 31 12:16:20 2010
+++ src/lib/libc/sys/chroot.2	Wed Oct 25 17:20:52 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: chroot.2,v 1.23 2010/05/31 12:16:20 njoly Exp $
+.\"	$NetBSD: chroot.2,v 1.24 2017/10/25 17:20:52 abhinav Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -33,7 +33,8 @@
 .Dt CHROOT 2
 .Os
 .Sh NAME
-.Nm chroot
+.Nm chroot ,
+.Nm fchroot
 .Nd change root directory
 .Sh LIBRARY
 .Lb libc

Reply via email to