Module Name:    src
Committed By:   sevan
Date:           Sun Sep  1 23:53:46 UTC 2019

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/lib/libc/sys/mount.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/mount.2
diff -u src/lib/libc/sys/mount.2:1.50 src/lib/libc/sys/mount.2:1.51
--- src/lib/libc/sys/mount.2:1.50	Sun May 14 12:30:37 2017
+++ src/lib/libc/sys/mount.2	Sun Sep  1 23:53:45 2019
@@ -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 @@ and
 .Fn umount
 (now
 .Fn unmount )
-function calls were all present in
-.At v6 .
+functions appeared in
+.At v1 .
 .Pp
 Prior to
 .Nx 4.0

Reply via email to