svn commit: r208732 - in head: games/pom lib/libgssapi lib/libpmc share/man/man4 share/man/man9 usr.bin/join usr.bin/newkey

Ulrich Spoerlein uqs at FreeBSD.org
Wed Jun 2 10:20:24 UTC 2010


Author: uqs
Date: Wed Jun  2 10:20:23 2010
New Revision: 208732
URL: http://svn.freebsd.org/changeset/base/208732

Log:
  mdoc cleanup
  
  Garbage collect unused sections, macros and arguments. Fix prologue and
  remove empty lines.
  
  Found by: mdocml

Modified:
  head/games/pom/pom.6
  head/lib/libgssapi/gss_compare_name.3
  head/lib/libpmc/pmc.ucf.3
  head/share/man/man4/mpt.4
  head/share/man/man9/make_dev.9
  head/usr.bin/join/join.1
  head/usr.bin/newkey/newkey.8

Modified: head/games/pom/pom.6
==============================================================================
--- head/games/pom/pom.6	Wed Jun  2 09:59:05 2010	(r208731)
+++ head/games/pom/pom.6	Wed Jun  2 10:20:23 2010	(r208732)
@@ -34,6 +34,7 @@
 .\"
 .Dd May 31, 1993
 .Dt POM 6
+.Os
 .Sh NAME
 .Nm pom
 .Nd display the phase of the moon

Modified: head/lib/libgssapi/gss_compare_name.3
==============================================================================
--- head/lib/libgssapi/gss_compare_name.3	Wed Jun  2 09:59:05 2010	(r208731)
+++ head/lib/libgssapi/gss_compare_name.3	Wed Jun  2 10:20:23 2010	(r208732)
@@ -28,7 +28,7 @@
 .\"
 .\" The following commands are required for all man pages.
 .Dd January 26, 2010
-.Dt GSS_COMPARE_NAME PRM
+.Dt GSS_COMPARE_NAME 3 PRM
 .Os
 .Sh NAME
 .Nm gss_compare_name

Modified: head/lib/libpmc/pmc.ucf.3
==============================================================================
--- head/lib/libpmc/pmc.ucf.3	Wed Jun  2 09:59:05 2010	(r208731)
+++ head/lib/libpmc/pmc.ucf.3	Wed Jun  2 10:20:23 2010	(r208732)
@@ -111,5 +111,3 @@ The
 library was written by
 .An "Joseph Koshy"
 .Aq jkoshy at FreeBSD.org .
-
-

Modified: head/share/man/man4/mpt.4
==============================================================================
--- head/share/man/man4/mpt.4	Wed Jun  2 09:59:05 2010	(r208731)
+++ head/share/man/man4/mpt.4	Wed Jun  2 10:20:23 2010	(r208732)
@@ -183,4 +183,3 @@ by
 and
 .An Scott Long Aq scottl at FreeBSD.org
 have made more substantial improvements.
-.Sh BUGS

Modified: head/share/man/man9/make_dev.9
==============================================================================
--- head/share/man/man9/make_dev.9	Wed Jun  2 09:59:05 2010	(r208731)
+++ head/share/man/man9/make_dev.9	Wed Jun  2 10:20:23 2010	(r208732)
@@ -158,14 +158,14 @@ The
 function is equivalent to the call
 .Bd -literal -offset indent
 make_dev_credf(0, cdevsw, unit, cr, uid, gid, perms, fmt, ...);
-.Ed .
+.Ed
 .Pp
 The
 .Fn make_dev
 function call is the same as
 .Bd -literal -offset indent
 make_dev_credf(0, cdevsw, unit, NULL, uid, gid, perms, fmt, ...);
-.Ed .
+.Ed
 .Pp
 The
 .Fn make_dev_alias
@@ -245,7 +245,7 @@ The
 function is the same as
 .Bd -literal -offset indent
 destroy_dev_sched(cdev, NULL, NULL);
-.Ed .
+.Ed
 .Pp
 The
 .Fn d_close

Modified: head/usr.bin/join/join.1
==============================================================================
--- head/usr.bin/join/join.1	Wed Jun  2 09:59:05 2010	(r208731)
+++ head/usr.bin/join/join.1	Wed Jun  2 10:20:23 2010	(r208732)
@@ -48,8 +48,6 @@
 .Oc
 .Op Fl e Ar string
 .Op Fl o Ar list
-.Bk -words
-.Ek
 .Op Fl t Ar char
 .Op Fl 1 Ar field
 .Op Fl 2 Ar field

Modified: head/usr.bin/newkey/newkey.8
==============================================================================
--- head/usr.bin/newkey/newkey.8	Wed Jun  2 09:59:05 2010	(r208731)
+++ head/usr.bin/newkey/newkey.8	Wed Jun  2 10:20:23 2010	(r208732)
@@ -16,13 +16,13 @@ The
 .Nm
 utility is normally run by the network administrator on the
 Network Interface Service
-(\s-1NIS\s0)
+.Pq NIS
 master machine in order to establish public keys for
 users and super-users on the network.
 These keys are needed for using secure
 RPC
 or secure
-NFS\s0.
+NFS .
 .Pp
 The
 .Nm
@@ -52,8 +52,8 @@ password of the given username.
 .Xr keyserv 8
 .Sh NOTES
 The Network Information Service
-(\s-1NIS\s0)
+.Pq NIS
 was formerly known as Sun Yellow Pages
-(\s-1YP\s0).
+.Pq YP .
 The functionality of the two remains the same;
 only the name has changed.


More information about the svn-src-head mailing list