Module Name: src
Committed By: sevan
Date: Sun Sep 1 19:11:41 UTC 2019
Modified Files:
src/lib/libc/sys: chdir.2
Log Message:
Document history of chdir(2)
https://www.bell-labs.com/usr/dmr/www/man21.pdf
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/lib/libc/sys/chdir.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/chdir.2
diff -u src/lib/libc/sys/chdir.2:1.22 src/lib/libc/sys/chdir.2:1.23
--- src/lib/libc/sys/chdir.2:1.22 Tue Feb 5 13:36:59 2013
+++ src/lib/libc/sys/chdir.2 Sun Sep 1 19:11:41 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: chdir.2,v 1.22 2013/02/05 13:36:59 wiz Exp $
+.\" $NetBSD: chdir.2,v 1.23 2019/09/01 19:11:41 sevan Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)chdir.2 8.2 (Berkeley) 12/11/93
.\"
-.Dd February 5, 2013
+.Dd September 1, 2019
.Dt CHDIR 2
.Os
.Sh NAME
@@ -130,6 +130,10 @@ The
function conforms to
.St -p1003.1-90 .
.Sh HISTORY
+A
+.Fn chdir
+function call appeared in
+.At v1 .
The
.Fn fchdir
function call