Date: Mon, 13 Jul 2015 15:26:04 +0000 (UTC) From: Christian Brueffer <brueffer@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r285460 - head/share/man/man9 Message-ID: <201507131526.t6DFQ4Ii082138@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brueffer Date: Mon Jul 13 15:26:03 2015 New Revision: 285460 URL: https://svnweb.freebsd.org/changeset/base/285460 Log: Markup fixes. Modified: head/share/man/man9/nv.9 Modified: head/share/man/man9/nv.9 ============================================================================== --- head/share/man/man9/nv.9 Mon Jul 13 15:11:05 2015 (r285459) +++ head/share/man/man9/nv.9 Mon Jul 13 15:26:03 2015 (r285460) @@ -66,7 +66,7 @@ .Ft int .Fn nvlist_error "const nvlist_t *nvl" .Ft void -.Fn nvlist_set_error "nvlist_t *nvl, int error" +.Fn nvlist_set_error "nvlist_t *nvl" "int error" .Ft bool .Fn nvlist_empty "const nvlist_t *nvl" .Ft int @@ -76,9 +76,9 @@ .Fn nvlist_clone "const nvlist_t *nvl" .\" .Ft void -.Fn nvlist_dump "const nvlist_t *nvl, int fd" +.Fn nvlist_dump "const nvlist_t *nvl" "int fd" .Ft void -.Fn nvlist_fdump "const nvlist_t *nvl, FILE *fp" +.Fn nvlist_fdump "const nvlist_t *nvl" "FILE *fp" .\" .Ft size_t .Fn nvlist_size "const nvlist_t *nvl"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507131526.t6DFQ4Ii082138>