diff options
Diffstat (limited to 'bin/md5')
-rw-r--r-- | bin/md5/cksum.1 | 6 | ||||
-rw-r--r-- | bin/md5/md5.1 | 4 | ||||
-rw-r--r-- | bin/md5/rmd160.1 | 4 | ||||
-rw-r--r-- | bin/md5/sha1.1 | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/bin/md5/cksum.1 b/bin/md5/cksum.1 index 10447a77366..5f8d6c0e6e8 100644 --- a/bin/md5/cksum.1 +++ b/bin/md5/cksum.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cksum.1,v 1.7 2006/11/17 16:02:18 jmc Exp $ +.\" $OpenBSD: cksum.1,v 1.8 2006/11/17 21:13:16 jmc Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -232,12 +232,12 @@ The bit sequence is complemented and the result is the CRC. .Pp The other available algorithms are described in their respective man pages in section 3 of the manual. -.Sh DIAGNOSTICS +.Pp The .Nm cksum and .Nm sum -utilities exit 0 on success or >0 if an error occurred. +utilities exit 0 on success or \*(Gt0 if an error occurred. .Sh SEE ALSO .Xr md5 1 , .Xr rmd160 1 , diff --git a/bin/md5/md5.1 b/bin/md5/md5.1 index 1c846ef6363..22830aa9af1 100644 --- a/bin/md5/md5.1 +++ b/bin/md5/md5.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: md5.1,v 1.22 2006/11/17 16:02:18 jmc Exp $ +.\" $OpenBSD: md5.1,v 1.23 2006/11/17 21:13:16 jmc Exp $ .\" .\" Copyright (c) 2003, 2004, 2006 Todd C. Miller <Todd.Miller@courtesan.com> .\" @@ -86,6 +86,8 @@ Runs a built-in test script. .Pp The MD5 sum of each file listed on the command line is printed after the options are processed. +.Pp +.Ex -std md5 .Sh SEE ALSO .Xr cksum 1 , .Xr rmd160 1 , diff --git a/bin/md5/rmd160.1 b/bin/md5/rmd160.1 index abbe7cb6aeb..bbf4b403529 100644 --- a/bin/md5/rmd160.1 +++ b/bin/md5/rmd160.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rmd160.1,v 1.19 2006/11/17 16:02:18 jmc Exp $ +.\" $OpenBSD: rmd160.1,v 1.20 2006/11/17 21:13:16 jmc Exp $ .\" .\" Copyright (c) 2003, 2004, 2006 Todd C. Miller <Todd.Miller@courtesan.com> .\" @@ -81,6 +81,8 @@ Runs a built-in test script. .Pp The RMD-160 sum of each file listed on the command line is printed after the options are processed. +.Pp +.Ex -std rmd160 .Sh SEE ALSO .Xr cksum 1 , .Xr md5 1 , diff --git a/bin/md5/sha1.1 b/bin/md5/sha1.1 index 880ff2a61b7..0ea2c4d6ff1 100644 --- a/bin/md5/sha1.1 +++ b/bin/md5/sha1.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sha1.1,v 1.21 2006/11/17 16:02:18 jmc Exp $ +.\" $OpenBSD: sha1.1,v 1.22 2006/11/17 21:13:16 jmc Exp $ .\" .\" Copyright (c) 2003, 2004, 2006 Todd C. Miller <Todd.Miller@courtesan.com> .\" @@ -94,6 +94,8 @@ The .Xr cksum 1 command can also be used to compute digests from the SHA-2 family: sha256, sha384 and sha512. +.Pp +.Ex -std sha1 .Sh SEE ALSO .Xr cksum 1 , .Xr md5 1 , |