Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jan 2012 22:15:32 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r229323 - stable/9/usr.bin/ar
Message-ID:  <201201022215.q02MFWK0090206@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb (doc committer)
Date: Mon Jan  2 22:15:32 2012
New Revision: 229323
URL: http://svn.freebsd.org/changeset/base/229323

Log:
  MFC r228823, r228824:
  
  r228823:
   - Properly escape a special character
   - Enclose tabbed content in quotes
  
  r228824:
   - Remove trailing whitespace

Modified:
  stable/9/usr.bin/ar/ar.1
Directory Properties:
  stable/9/usr.bin/ar/   (props changed)

Modified: stable/9/usr.bin/ar/ar.1
==============================================================================
--- stable/9/usr.bin/ar/ar.1	Mon Jan  2 22:12:36 2012	(r229322)
+++ stable/9/usr.bin/ar/ar.1	Mon Jan  2 22:15:32 2012	(r229323)
@@ -23,7 +23,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd May 17, 2010
+.Dd December 22, 2011
 .Dt AR 1
 .Os
 .Sh NAME
@@ -198,11 +198,11 @@ from the archive specified by argument
 The archive's symbol table, if present, is updated to reflect
 the new contents of the archive.
 .It Fl D
-When used in combination with the 
+When used in combination with the
 .Fl r
 or
 .Fl q
-option, insert 0's instead of the real mtime, uid and gid values 
+option, insert 0's instead of the real mtime, uid and gid values
 and 0644 instead of file mode from the members named by arguments
 .Ar .
 This ensures that checksums on the resulting archives are reproducible
@@ -414,7 +414,7 @@ character.
 The
 .Dq Li *
 and
-.Dq Li "\;"
+.Dq Li "\&;"
 characters start a comment.
 Comments extend till the end of the line.
 .Pp
@@ -531,7 +531,7 @@ using MRI librarian commands, use the fo
 .Bd -literal -offset indent
 create ex.a		 * specify the output archive
 addmod ex1.o ex2.o	 * add modules
-save			 * save pending changes 
+save			 * save pending changes
 end			 * exit the utility
 .Ed
 .Sh DIAGNOSTICS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201022215.q02MFWK0090206>