diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-21 01:25:48 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-21 01:25:48 +0000 |
commit | d2cfa972d9d3ea7332d150b384bcfdc9ecc93024 (patch) | |
tree | f59a668a33f249ce963fc0a1c7391ec4c8d35acc /usr.bin/cksum | |
parent | e43d62ba023974d81834b5f24e22c08a00409fb9 (diff) |
use .Ar on later .It Fl lines
Diffstat (limited to 'usr.bin/cksum')
-rw-r--r-- | usr.bin/cksum/cksum.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cksum/cksum.1 b/usr.bin/cksum/cksum.1 index 9d81e03ef49..8e0062666b4 100644 --- a/usr.bin/cksum/cksum.1 +++ b/usr.bin/cksum/cksum.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cksum.1,v 1.9 1999/07/04 11:53:52 aaron Exp $ +.\" $OpenBSD: cksum.1,v 1.10 1999/07/21 01:25:42 deraadt Exp $ .\" $NetBSD: cksum.1,v 1.8 1995/09/02 05:45:15 jtc Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -71,7 +71,7 @@ It is provided for compatibility only. .Pp The options are as follows: .Bl -tag -width indent -.It Fl o +.It Fl o Ar \&1 No \&| Ar \&2 Use historic algorithms instead of the (superior) default one. .Pp Algorithm 1 is the algorithm used by historic |