Module Name: src Committed By: joerg Date: Tue Jul 14 18:56:14 UTC 2009
Modified Files: src/lib/libutil: getmntopts.3 Log Message: Fix markup. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 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.9 src/lib/libutil/getmntopts.3:1.10 --- src/lib/libutil/getmntopts.3:1.9 Mon May 4 20:43:48 2009 +++ src/lib/libutil/getmntopts.3 Tue Jul 14 18:56:14 2009 @@ -1,4 +1,4 @@ -.\" $NetBSD: getmntopts.3,v 1.9 2009/05/04 20:43:48 wiz Exp $ +.\" $NetBSD: getmntopts.3,v 1.10 2009/07/14 18:56:14 joerg Exp $ .\" .\" Copyright (c) 1994 .\" The Regents of the University of California. All rights reserved. @@ -192,14 +192,14 @@ { NULL } }; -... +\&... long val; mntflags = mntaltflags = 0; mntoptparse_t mp; -... +\&... if ((mp = getmntopts(options, mopts, \*[Am]mntflags, \*[Am]mntaltflags)) == NULL) err(1, NULL); -... +\&... val = getmntoptnum(mp, "rsize"); freemntopts(mp); .Ed