From owner-svn-src-all@FreeBSD.ORG Tue Jun 8 16:48:50 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 466D11065678; Tue, 8 Jun 2010 16:48:50 +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 1BF538FC14; Tue, 8 Jun 2010 16:48:50 +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 o58Gmono057010; Tue, 8 Jun 2010 16:48:50 GMT (envelope-from uqs@svn.freebsd.org) Received: (from uqs@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o58Gmnxw057007; Tue, 8 Jun 2010 16:48:49 GMT (envelope-from uqs@svn.freebsd.org) Message-Id: <201006081648.o58Gmnxw057007@svn.freebsd.org> From: Ulrich Spoerlein Date: Tue, 8 Jun 2010 16:48:49 +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: r208913 - in head/usr.sbin: nfsdumpstate timed/timed 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: Tue, 08 Jun 2010 16:48:50 -0000 Author: uqs Date: Tue Jun 8 16:48:49 2010 New Revision: 208913 URL: http://svn.freebsd.org/changeset/base/208913 Log: mdoc: replace troff macros with -mdoc equivalents Modified: head/usr.sbin/nfsdumpstate/nfsdumpstate.8 head/usr.sbin/timed/timed/timed.8 Modified: head/usr.sbin/nfsdumpstate/nfsdumpstate.8 ============================================================================== --- head/usr.sbin/nfsdumpstate/nfsdumpstate.8 Tue Jun 8 16:17:47 2010 (r208912) +++ head/usr.sbin/nfsdumpstate/nfsdumpstate.8 Tue Jun 8 16:48:49 2010 (r208913) @@ -47,15 +47,18 @@ The options are as follows: .It Fl o Displays a summary of Clients for NFSv4. Each line lists a Client with the ClientID being the last field of the line. -.sp -.nf +.Pp The following are the client flag values displayed: -NC - Needs Confirmation -CB - Callbacks are enabled -GSS - Using RPCSEC_GSS -REV - Administratively Revoked, via nfsrevoke(8) -.fi -.sp +.Bl -tag -compact -offset 2n -width MMMM +.It NC +Needs Confirmation +.It CB +Callbacks are enabled +.It GSS +Using RPCSEC_GSS +.It REV +Administratively Revoked, via nfsrevoke(8) +.El .It Fl l Ar filename Displays a list of all NFSv4 Opens and Locks on the file specified by the Modified: head/usr.sbin/timed/timed/timed.8 ============================================================================== --- head/usr.sbin/timed/timed/timed.8 Tue Jun 8 16:17:47 2010 (r208912) +++ head/usr.sbin/timed/timed/timed.8 Tue Jun 8 16:48:49 2010 (r208913) @@ -77,44 +77,37 @@ are used by This option may be specified multiple times to add more than one network to the list. .It Fl F Ar host ... -.in +2 -.ti -2 -- +.Bl -dash -compact +.It Create a list of trusted hosts. -.ti -2 -- +.It Can take one or more parameters. -.ti -2 -- +.It .Nm will only accept trusted hosts as masters. If it finds an untrusted host claiming to be master, .Nm will suppress incoming messages from that host and call for a new election. -.ti -2 -- +.It Use real host names (resolvable by RDNS) not aliases (eg in .Xr named 8 parlance: use A names, not C names). -.ti -2 -- +.It Use full names eg time1.domain.com not time1. -.ti -2 -- +.It .Fl F automatically includes the functionality of .Fl M -( so +(so .Fl M does not need to asserted). -.ti -2 -- +.It If .Fl F is not specified, all hosts on connected networks are treated as trustworthy. -.in -2 +.El .It Fl M Allow this host to become a .Nm