diff options
author | ats <ats@FreeBSD.org> | 1994-12-11 23:29:20 +0000 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1994-12-11 23:29:20 +0000 |
commit | 963df32de3f45529e26c187f552832e439ddf26e (patch) | |
tree | fea628cbe2ba899a0cf8714c9ef13a1e14186b1e /sbin/md5 | |
parent | d879492c2bee901c424bc8cd793d68d23b61b093 (diff) | |
download | FreeBSD-src-963df32de3f45529e26c187f552832e439ddf26e.zip FreeBSD-src-963df32de3f45529e26c187f552832e439ddf26e.tar.gz |
Changed a sum(1) to a cksum(1).
Diffstat (limited to 'sbin/md5')
-rw-r--r-- | sbin/md5/md5.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/md5/md5.1 b/sbin/md5/md5.1 index ccccb01..2eb9280 100644 --- a/sbin/md5/md5.1 +++ b/sbin/md5/md5.1 @@ -35,7 +35,7 @@ runs a built-in test script. .B filename(s) prints a checksum(s) for each of the files. .SH "SEE ALSO" -.BR sum (1) +.BR cksum (1) .PP RFC 1321 describes in detail the MD2, MD4, and MD5 message-digest algorithms. .SH ACKNOWLEDGEMENTS |