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" _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"