aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ar
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2011-12-23 00:31:26 +0000
committerGlen Barber <gjb@FreeBSD.org>2011-12-23 00:31:26 +0000
commit0f13c0f4a8d75cd27b26d82304c1332f590afdb1 (patch)
tree11f0829a1594d37e2e8385c09580483f85f82a38 /usr.bin/ar
parentdce762dd44846c4a198543cc4200fe7b10fcc0c3 (diff)
downloadsrc-0f13c0f4a8d75cd27b26d82304c1332f590afdb1.tar.gz
src-0f13c0f4a8d75cd27b26d82304c1332f590afdb1.zip
Whitespace cleanup:
ar/ar.1: - Remove trailing whitespace Reported by: igor MFC after: 1 week X-MFC-With: r228823
Notes
Notes: svn path=/head/; revision=228824
Diffstat (limited to 'usr.bin/ar')
-rw-r--r--usr.bin/ar/ar.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ar/ar.1 b/usr.bin/ar/ar.1
index 7f31e37aaa5b..2c4deaea5599 100644
--- a/usr.bin/ar/ar.1
+++ b/usr.bin/ar/ar.1
@@ -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
@@ -531,7 +531,7 @@ using MRI librarian commands, use the following script:
.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