From owner-svn-src-head@FreeBSD.ORG Fri Jul 13 15:25:11 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 88CD5106564A; Fri, 13 Jul 2012 15:25:11 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 748DF8FC15; Fri, 13 Jul 2012 15:25:11 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q6DFPBV8076139; Fri, 13 Jul 2012 15:25:11 GMT (envelope-from joel@svn.freebsd.org) Received: (from joel@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6DFPBDD076137; Fri, 13 Jul 2012 15:25:11 GMT (envelope-from joel@svn.freebsd.org) Message-Id: <201207131525.q6DFPBDD076137@svn.freebsd.org> From: Joel Dahl Date: Fri, 13 Jul 2012 15:25:11 +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: r238426 - head/usr.sbin/etcupdate X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2012 15:25:11 -0000 Author: joel (doc committer) Date: Fri Jul 13 15:25:10 2012 New Revision: 238426 URL: http://svn.freebsd.org/changeset/base/238426 Log: Minor mdoc, spelling and end of line whitespace fixes. Modified: head/usr.sbin/etcupdate/etcupdate.8 Modified: head/usr.sbin/etcupdate/etcupdate.8 ============================================================================== --- head/usr.sbin/etcupdate/etcupdate.8 Fri Jul 13 14:02:05 2012 (r238425) +++ head/usr.sbin/etcupdate/etcupdate.8 Fri Jul 13 15:25:10 2012 (r238426) @@ -112,7 +112,6 @@ The utility will not perform a new merge until all conflicts from an earlier merge are resolved. .Sh MODES -.Pp The .Nm utility supports several modes of operation. @@ -150,7 +149,7 @@ tree. An older .Dq previous tree is removed if it exists. -By default the new +By default the new .Dq current tree is built from a source tree. However, @@ -349,7 +348,9 @@ Do not build generated files in a privat Instead, reuse the generated files from a previously built object tree that matches the source tree. -This can be useful to avoid gratuitous conflicts in sendmail configuration +This can be useful to avoid gratuitous conflicts in +.Xr sendmail 8 +configuration files when bootstrapping. It can also be useful for building a tarball that matches a specific world build. @@ -379,7 +380,7 @@ variable or the option will not be installed. .It Fl D Ar destdir Specify an alternate destination directory as the target of a merge. -This is analagous to the +This is analogous to the .Dv DESTDIR variable used with .Sq make installworld . @@ -739,12 +740,11 @@ but it has been removed in the destinati .El .Sh SEE ALSO .Xr cap_mkdb 1 , -.Xr diff 1 , +.Xr diff 1 , .Xr make 1 , .Xr newaliases 1 , .Xr sh 1 , .Xr pwd_mkdb 8 -.\".Sh HISTORY .Sh AUTHORS The .Nm