svn commit: r229323 - stable/9/usr.bin/ar
Glen Barber
gjb at FreeBSD.org
Mon Jan 2 22:15:32 UTC 2012
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
More information about the svn-src-stable-9
mailing list