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.
This commit is contained in:
abhinav 2017-03-30 19:41:41 +00:00
parent cd4acf025e
commit 33d7e92834
1 changed files with 7 additions and 4 deletions

View File

@ -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