Author: ngie Date: Thu Mar 23 05:54:07 2017 New Revision: 315801 URL: https://svnweb.freebsd.org/changeset/base/315801
Log: dnv(9): fix use of commas with .Nm in NAME section MFC after: 1 week Reported by: make manlint Sponsored by: Dell EMC Isilon Modified: head/share/man/man9/dnv.9 Modified: head/share/man/man9/dnv.9 ============================================================================== --- head/share/man/man9/dnv.9 Thu Mar 23 05:54:03 2017 (r315800) +++ head/share/man/man9/dnv.9 Thu Mar 23 05:54:07 2017 (r315801) @@ -29,8 +29,8 @@ .Dt DNV 9 .Os .Sh NAME -.Nm dnvlist_get, -.Nm dnvlist_take, +.Nm dnvlist_get , +.Nm dnvlist_take .Nd "API for getting name/value pairs. Nonexistent pairs do not raise an error." .Sh LIBRARY .Lb libnv _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
