Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys Document history of chown(2)



details:   https://anonhg.NetBSD.org/src/rev/6bfcfc91e2c4
branches:  trunk
changeset: 459258:6bfcfc91e2c4
user:      sevan <sevan%NetBSD.org@localhost>
date:      Sun Sep 01 19:16:43 2019 +0000

description:
Document history of chown(2)
https://www.bell-labs.com/usr/dmr/www/man21.pdf

diffstat:

 lib/libc/sys/chown.2 |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r ffa81510d292 -r 6bfcfc91e2c4 lib/libc/sys/chown.2
--- a/lib/libc/sys/chown.2      Sun Sep 01 19:13:57 2019 +0000
+++ b/lib/libc/sys/chown.2      Sun Sep 01 19:16:43 2019 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: chown.2,v 1.36 2013/07/30 12:38:16 njoly Exp $
+.\"    $NetBSD: chown.2,v 1.37 2019/09/01 19:16:43 sevan Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993, 1994
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)chown.2    8.4 (Berkeley) 4/19/94
 .\"
-.Dd July 30, 2013
+.Dd September 1, 2019
 .Dt CHOWN 2
 .Os
 .Sh NAME
@@ -253,6 +253,10 @@
 .El
 .Sh HISTORY
 The
+.Fn chown
+function call appeared in
+.At v1 .
+The
 .Fn fchown
 function call appeared in
 .Bx 4.2 .



Home | Main Index | Thread Index | Old Index