-.\" $OpenBSD: cksum.1,v 1.40 2022/08/04 06:20:24 jsg Exp $
+.\" $OpenBSD: cksum.1,v 1.41 2023/08/18 14:10:33 kn Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
.\" @(#)cksum.1 8.2 (Berkeley) 4/28/95
.\"
-.Dd $Mdocdate: August 4 2022 $
+.Dd $Mdocdate: August 18 2023 $
.Dt CKSUM 1
.Os
.Sh NAME
.Ar hashfile
instead of stdout.
.It Fl p
-Echoes stdin to stdout and appends the
+Echo stdin to stdout and append the
checksum to stdout.
.It Fl q
Only print the checksum (quiet mode) or if used in conjunction with the
Reverse the format of the hash algorithm output, making
it match the checksum output format.
.It Fl s Ar string
-Prints a checksum of the given
+Print a checksum of the given
.Ar string .
.It Fl t
-Runs a built-in time trial.
+Run a built-in time trial.
Specifying
.Fl t
multiple times results in the number of rounds being multiplied
by 10 for each additional flag.
.It Fl x
-Runs a built-in test script.
+Run a built-in test script.
.El
.Pp
The default CRC used is based on the polynomial used for CRC error checking
-.\" $OpenBSD: md5.1,v 1.48 2019/01/25 00:19:25 millert Exp $
+.\" $OpenBSD: md5.1,v 1.49 2023/08/18 14:10:33 kn Exp $
.\"
.\" Copyright (c) 2003, 2004, 2006 Todd C. Miller <millert@openbsd.org>
.\"
.\" Agency (DARPA) and Air Force Research Laboratory, Air Force
.\" Materiel Command, USAF, under agreement number F39502-99-1-0512.
.\"
-.Dd $Mdocdate: January 25 2019 $
+.Dd $Mdocdate: August 18 2023 $
.Dt MD5 1
.Os
.Sh NAME
.Ar hashfile
instead of stdout.
.It Fl p
-Echoes stdin to stdout and appends the
+Echo stdin to stdout and append the
checksum to stdout.
.It Fl q
Only print the checksum (quiet mode) or if used in conjunction with the
it match the output format used by
.Xr cksum 1 .
.It Fl s Ar string
-Prints a checksum of the given
+Print a checksum of the given
.Ar string .
.It Fl t
-Runs a built-in time trial.
+Run a built-in time trial.
Specifying
.Fl t
multiple times results in the number of rounds being multiplied
by 10 for each additional flag.
.It Fl x
-Runs a built-in test script.
+Run a built-in test script.
.El
.Sh EXIT STATUS
These utilities exit 0 on success,