svn commit: r229327 - stable/8/usr.bin/ar

Glen Barber gjb at FreeBSD.org
Mon Jan 2 22:22:20 UTC 2012


Author: gjb (doc committer)
Date: Mon Jan  2 22:22:19 2012
New Revision: 229327
URL: http://svn.freebsd.org/changeset/base/229327

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

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

Modified: stable/8/usr.bin/ar/ar.1
==============================================================================
--- stable/8/usr.bin/ar/ar.1	Mon Jan  2 22:19:55 2012	(r229326)
+++ stable/8/usr.bin/ar/ar.1	Mon Jan  2 22:22:19 2012	(r229327)
@@ -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


More information about the svn-src-stable-8 mailing list