From owner-svn-src-all@FreeBSD.ORG Wed Jun 2 10:20:24 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B58B106566C; Wed, 2 Jun 2010 10:20:24 +0000 (UTC) (envelope-from uqs@FreeBSD.org) Received: from svn.freebsd.org (unknown [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 097258FC0C; Wed, 2 Jun 2010 10:20:24 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o52AKN1n025117; Wed, 2 Jun 2010 10:20:23 GMT (envelope-from uqs@svn.freebsd.org) Received: (from uqs@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o52AKNF2025109; Wed, 2 Jun 2010 10:20:23 GMT (envelope-from uqs@svn.freebsd.org) Message-Id: <201006021020.o52AKNF2025109@svn.freebsd.org> From: Ulrich Spoerlein Date: Wed, 2 Jun 2010 10:20:23 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r208732 - in head: games/pom lib/libgssapi lib/libpmc share/man/man4 share/man/man9 usr.bin/join usr.bin/newkey X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jun 2010 10:20:24 -0000 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@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@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.