summaryrefslogtreecommitdiff
path: root/usr.bin/cksum
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2005-09-10 22:14:52 +0000
committerwiz <wiz@NetBSD.org>2005-09-10 22:14:52 +0000
commit775247d1000cb22f62fd0209ed82b2ff3736f5df (patch)
treea3d4fbc5a436c63ca4a9ff7788a911c495c74cd6 /usr.bin/cksum
parent2ea3362a10451ee1cdd43b7ee4efafb77678d328 (diff)
Punctuation nits.
Diffstat (limited to 'usr.bin/cksum')
-rw-r--r--usr.bin/cksum/cksum.122
1 files changed, 11 insertions, 11 deletions
diff --git a/usr.bin/cksum/cksum.1 b/usr.bin/cksum/cksum.1
index c8c1729aa40..2ad80dceaa9 100644
--- a/usr.bin/cksum/cksum.1
+++ b/usr.bin/cksum/cksum.1
@@ -1,4 +1,4 @@
-.\" $NetBSD: cksum.1,v 1.30 2005/08/24 19:59:08 elad Exp $
+.\" $NetBSD: cksum.1,v 1.31 2005/09/10 22:14:52 wiz Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -157,38 +157,38 @@ The options are as follows:
.It Fl 1
Use the SHA1 algorithm.
.Em This flag is deprecated and should not be used as it will be removed
-.Em in the future.
+.Em in the future .
.Em Please use the
.Fl a
-.Em flag.
+.Em flag .
.It Fl 2
Use the MD2 algorithm.
.Em This flag is deprecated and should not be used as it will be removed
-.Em in the future.
+.Em in the future .
.Em Please use the
.Fl a
-.Em flag.
+.Em flag .
.It Fl 4
Use the MD4 algorithm.
.Em This flag is deprecated and should not be used as it will be removed
-.Em in the future.
+.Em in the future .
.Em Please use the
.Fl a
-.Em flag.
+.Em flag .
.It Fl 5 , Fl m
Use the MD5 algorithm.
.Em This flag is deprecated and should not be used as it will be removed
-.Em in the future.
+.Em in the future .
.Em Please use the
.Fl a
-.Em flag.
+.Em flag .
.It Fl 6
Use the RMD160 algorithm.
.Em This flag is deprecated and should not be used as it will be removed
-.Em in the future.
+.Em in the future .
.Em Please use the
.Fl a
-.Em flag.
+.Em flag .
.It Fl a Ar algorithm
When invoked as
.Nm cksum ,