diff options
author | jmg <jmg@FreeBSD.org> | 1997-04-29 08:41:26 +0000 |
---|---|---|
committer | jmg <jmg@FreeBSD.org> | 1997-04-29 08:41:26 +0000 |
commit | 728611a299222f796e44f508a311080a0e76db4d (patch) | |
tree | 2946cf0d9329ecda0286556de5ef89ebaa21038e /usr.bin/cksum | |
parent | e2ef6a625f0f47896ca66ad15621eef18c956c3f (diff) | |
download | FreeBSD-src-728611a299222f796e44f508a311080a0e76db4d.zip FreeBSD-src-728611a299222f796e44f508a311080a0e76db4d.tar.gz |
add md5(1) to SEE ALSO section.
Closes PR#3409
Submitted-by: Josh Gilliam
Diffstat (limited to 'usr.bin/cksum')
-rw-r--r-- | usr.bin/cksum/cksum.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/cksum/cksum.1 b/usr.bin/cksum/cksum.1 index 6ca41d9..fdb3cf1 100644 --- a/usr.bin/cksum/cksum.1 +++ b/usr.bin/cksum/cksum.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)cksum.1 8.1 (Berkeley) 6/29/93 -.\" $Id$ +.\" $Id: cksum.1,v 1.2 1997/04/27 08:45:43 jmg Exp $ .\" .Dd June 29, 1993 .Dt CKSUM 1 @@ -144,6 +144,8 @@ The .Nm utility exits 0 on success, and >0 if an error occurs. .Sh SEE ALSO +.Xr md5 1 +.Rs The default calculation is identical to that given in pseudo-code in the following .Tn ACM |