summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2011-12-23 00:31:26 +0000
committergjb <gjb@FreeBSD.org>2011-12-23 00:31:26 +0000
commiteaae5c773db322d414a11c0a7c4e06e8e2152bfb (patch)
tree11f0829a1594d37e2e8385c09580483f85f82a38 /usr.bin
parent76200912792e664ab2977a1cbc4a4018961c06e7 (diff)
downloadFreeBSD-src-eaae5c773db322d414a11c0a7c4e06e8e2152bfb.zip
FreeBSD-src-eaae5c773db322d414a11c0a7c4e06e8e2152bfb.tar.gz
Whitespace cleanup:
ar/ar.1: - Remove trailing whitespace Reported by: igor MFC after: 1 week X-MFC-With: r228823
Diffstat (limited to 'usr.bin')
-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 7f31e37..2c4deae 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
OpenPOWER on IntegriCloud