svn commit: r261249 - in head: lib/libc/iconv lib/libc/sys share/man/man4

Ulrich Spoerlein uqs at FreeBSD.org
Tue Jan 28 21:40:12 UTC 2014


Author: uqs
Date: Tue Jan 28 21:40:10 2014
New Revision: 261249
URL: http://svnweb.freebsd.org/changeset/base/261249

Log:
  mdoc: fix several uses of the Fx macro to point to actual releases.
  
  Found by:  make manlint

Modified:
  head/lib/libc/iconv/__iconv_get_list.3
  head/lib/libc/iconv/iconv_canonicalize.3
  head/lib/libc/iconv/iconvctl.3
  head/lib/libc/iconv/iconvlist.3
  head/lib/libc/sys/procctl.2
  head/share/man/man4/nvd.4
  head/share/man/man4/nvme.4

Modified: head/lib/libc/iconv/__iconv_get_list.3
==============================================================================
--- head/lib/libc/iconv/__iconv_get_list.3	Tue Jan 28 21:40:03 2014	(r261248)
+++ head/lib/libc/iconv/__iconv_get_list.3	Tue Jan 28 21:40:10 2014	(r261249)
@@ -89,7 +89,7 @@ and
 functions are non-standard interfaces, which appeared in
 the implementation of the Citrus Project.
 The iconv implementation of the Citrus Project was adopted in
-.Fx 9 .
+.Fx 9.0 .
 .Sh AUTHORS
 This manual page was written by
 .An Gabor Kovesdan Aq gabor at FreeBSD.org .

Modified: head/lib/libc/iconv/iconv_canonicalize.3
==============================================================================
--- head/lib/libc/iconv/iconv_canonicalize.3	Tue Jan 28 21:40:03 2014	(r261248)
+++ head/lib/libc/iconv/iconv_canonicalize.3	Tue Jan 28 21:40:10 2014	(r261249)
@@ -67,7 +67,7 @@ The
 .Nm
 function is a non-standard extension, which appeared in
 the GNU implementation and was adopted in
-.Fx 9
+.Fx 9.0
 for compatibility's sake.
 .Sh AUTHORS
 This manual page was written by

Modified: head/lib/libc/iconv/iconvctl.3
==============================================================================
--- head/lib/libc/iconv/iconvctl.3	Tue Jan 28 21:40:03 2014	(r261248)
+++ head/lib/libc/iconv/iconvctl.3	Tue Jan 28 21:40:10 2014	(r261249)
@@ -175,7 +175,7 @@ The
 .Nm
 facility is a non-standard extension, which appeared in
 the GNU implementation and was adopted in
-.Fx 9
+.Fx 9.0
 for compatibility's sake.
 .Sh AUTHORS
 This manual page was written by

Modified: head/lib/libc/iconv/iconvlist.3
==============================================================================
--- head/lib/libc/iconv/iconvlist.3	Tue Jan 28 21:40:03 2014	(r261248)
+++ head/lib/libc/iconv/iconvlist.3	Tue Jan 28 21:40:10 2014	(r261249)
@@ -86,7 +86,7 @@ The
 .Nm
 function is a non-standard extension, which appeared in
 the GNU implementation and was adopted in
-.Fx 9
+.Fx 9.0
 for compatibility's sake.
 .Sh AUTHORS
 This manual page was written by

Modified: head/lib/libc/sys/procctl.2
==============================================================================
--- head/lib/libc/sys/procctl.2	Tue Jan 28 21:40:03 2014	(r261248)
+++ head/lib/libc/sys/procctl.2	Tue Jan 28 21:40:10 2014	(r261249)
@@ -139,4 +139,4 @@ command.
 The
 .Fn procctl
 function appeared in
-.Fx 10 .
+.Fx 10.0 .

Modified: head/share/man/man4/nvd.4
==============================================================================
--- head/share/man/man4/nvd.4	Tue Jan 28 21:40:03 2014	(r261248)
+++ head/share/man/man4/nvd.4	Tue Jan 28 21:40:10 2014	(r261249)
@@ -70,7 +70,7 @@ I/O commands.
 The
 .Nm
 driver first appeared in
-.Fx 9.2.
+.Fx 9.2 .
 .Sh AUTHORS
 .An -nosplit
 The

Modified: head/share/man/man4/nvme.4
==============================================================================
--- head/share/man/man4/nvme.4	Tue Jan 28 21:40:03 2014	(r261248)
+++ head/share/man/man4/nvme.4	Tue Jan 28 21:40:10 2014	(r261249)
@@ -151,7 +151,7 @@ and completion queues to the console.
 The
 .Nm
 driver first appeared in
-.Fx 9.2.
+.Fx 9.2 .
 .Sh AUTHORS
 .An -nosplit
 The


More information about the svn-src-all mailing list