Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys mount & umount were present in v1



details:   https://anonhg.NetBSD.org/src/rev/db069998fc13
branches:  trunk
changeset: 459276:db069998fc13
user:      sevan <sevan%NetBSD.org@localhost>
date:      Sun Sep 01 23:53:45 2019 +0000

description:
mount & umount were present in v1
https://www.bell-labs.com/usr/dmr/www/man22.pdf

diffstat:

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

diffs (29 lines):

diff -r 52d1d566a5d0 -r db069998fc13 lib/libc/sys/mount.2
--- a/lib/libc/sys/mount.2      Sun Sep 01 23:42:19 2019 +0000
+++ b/lib/libc/sys/mount.2      Sun Sep 01 23:53:45 2019 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mount.2,v 1.50 2017/05/14 12:30:37 wiz Exp $
+.\"    $NetBSD: mount.2,v 1.51 2019/09/01 23:53:45 sevan Exp $
 .\"
 .\" Copyright (c) 1980, 1989, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)mount.2    8.3 (Berkeley) 5/24/95
 .\"
-.Dd November 18, 2011
+.Dd September 2, 2019
 .Dt MOUNT 2
 .Os
 .Sh NAME
@@ -421,8 +421,8 @@
 .Fn umount
 (now
 .Fn unmount )
-function calls were all present in
-.At v6 .
+functions appeared in
+.At v1 .
 .Pp
 Prior to
 .Nx 4.0



Home | Main Index | Thread Index | Old Index