Module Name: src
Committed By: abhinav
Date: Thu Mar 30 19:41:41 UTC 2017
Modified Files:
src/lib/libutil: getmntopts.3
Log Message:
Add getmntoptstr, getmntoptnum, and freemntopts to the NAME section
Fix couple of sentences
getmntoptstr, getmntoptnum, and freemntopts need to be linked to the
getmntopts(3)
man page as well. Will do in a later commit after doing a relase build test.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/lib/libutil/getmntopts.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libutil/getmntopts.3
diff -u src/lib/libutil/getmntopts.3:1.12 src/lib/libutil/getmntopts.3:1.13
--- src/lib/libutil/getmntopts.3:1.12 Tue Aug 24 12:05:01 2010
+++ src/lib/libutil/getmntopts.3 Thu Mar 30 19:41:41 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: getmntopts.3,v 1.12 2010/08/24 12:05:01 christos Exp $
+.\" $NetBSD: getmntopts.3,v 1.13 2017/03/30 19:41:41 abhinav Exp $
.\"
.\" Copyright (c) 1994
.\" The Regents of the University of California. All rights reserved.
@@ -33,7 +33,10 @@
.Dt GETMNTOPTS 3
.Os
.Sh NAME
-.Nm getmntopts
+.Nm getmntopts ,
+.Nm getmntoptstr ,
+.Nm getmntoptnum ,
+.Nm freemntopts
.Nd scan mount options
.Sh LIBRARY
.Lb libutil
@@ -181,7 +184,7 @@ returns
.Pp
The
.Fn getmntoptnum
-returns the long value of the named option, if such a value was set in the
+function returns the long value of the named option, if such a value was set in the
option string.
If the value was not set, or could not be converted from a string to a
long, then if the external integer value
@@ -197,7 +200,7 @@ returns \-1.
.Pp
The
.Fn freemntopts
-frees the storage used by
+function frees the storage used by
.Fn getmntopts .
.Sh RETURN VALUES
.Fn getmntopts