From 7ac65e42df49939d5fe4ca763337d4e459ce404c Mon Sep 17 00:00:00 2001 From: kn Date: Fri, 18 Aug 2023 14:10:33 +0000 Subject: [PATCH] use imperative tense consistently; OK jmc --- bin/md5/cksum.1 | 12 ++++++------ bin/md5/md5.1 | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/bin/md5/cksum.1 b/bin/md5/cksum.1 index fa11401daae..75fc56cb261 100644 --- a/bin/md5/cksum.1 +++ b/bin/md5/cksum.1 @@ -1,4 +1,4 @@ -.\" $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. @@ -32,7 +32,7 @@ .\" .\" @(#)cksum.1 8.2 (Berkeley) 4/28/95 .\" -.Dd $Mdocdate: August 4 2022 $ +.Dd $Mdocdate: August 18 2023 $ .Dt CKSUM 1 .Os .Sh NAME @@ -131,7 +131,7 @@ Place the checksum into .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 @@ -141,16 +141,16 @@ flag, only print the failed cases. 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 diff --git a/bin/md5/md5.1 b/bin/md5/md5.1 index fa860eb97e5..e92828c9673 100644 --- a/bin/md5/md5.1 +++ b/bin/md5/md5.1 @@ -1,4 +1,4 @@ -.\" $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 .\" @@ -18,7 +18,7 @@ .\" 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 @@ -89,7 +89,7 @@ Place the checksum into .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 @@ -100,16 +100,16 @@ Reverse the format of the hash algorithm output, making 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, -- 2.20.1