diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-05 01:21:54 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-05 01:21:54 +0000 |
commit | 1805b94e6caa317d402e398fa06fa3d93d6827a0 (patch) | |
tree | e58ba56a51e58547f1d6f5a95c25435bc397c5c3 /usr.bin/cksum | |
parent | f35d61706eae00527a19f021ef26ab0109f18e5c (diff) |
- remove trailing white space
- remove arguments from .Os macros
- remove arguments from .Nm macros, where appropriate
- some more Dq/Sq/Ql insanity
- still lots to do in the usr.bin tree... :/
Diffstat (limited to 'usr.bin/cksum')
-rw-r--r-- | usr.bin/cksum/cksum.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/cksum/cksum.1 b/usr.bin/cksum/cksum.1 index a998f17199d..2cbacfa886e 100644 --- a/usr.bin/cksum/cksum.1 +++ b/usr.bin/cksum/cksum.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cksum.1,v 1.7 1998/09/23 04:32:37 aaron Exp $ +.\" $OpenBSD: cksum.1,v 1.8 1999/06/05 01:21:21 aaron Exp $ .\" $NetBSD: cksum.1,v 1.8 1995/09/02 05:45:15 jtc Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -39,7 +39,7 @@ .\" .Dd April 28, 1995 .Dt CKSUM 1 -.Os BSD 4.4 +.Os .Sh NAME .Nm cksum .Nd display file checksums and block counts @@ -75,7 +75,7 @@ Use historic algorithms instead of the (superior) default one. .Pp Algorithm 1 is the algorithm used by historic .Bx -systems as the +systems as the .Xr sum 1 algorithm and by historic .At V @@ -159,8 +159,8 @@ and utilities exit 0 on success or >0 if an error occurred. .Sh WARNING Do not use -.Nm sum -or +.Nm sum +or .Nm cksum to detect hostile binary modifications. An attacker can trivially produce backdoored daemons which have the same CRC as the |