diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2020-02-14 20:13:11 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2020-02-14 20:13:11 +0000 |
commit | 676912f578d7682f7bd29842d4c1b40e8b5137ce (patch) | |
tree | e1eef397dc5f81453ed45283b756d54d58571e1b | |
parent | bc4062bb18aea0a207a6548f253569ad526be7b1 (diff) |
get rid of an awkward ellipsis noticed by Jan Stary; OK jmc@
-rw-r--r-- | bin/dd/dd.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/dd/dd.1 b/bin/dd/dd.1 index 6c40a95eb6d..7c29516f5bf 100644 --- a/bin/dd/dd.1 +++ b/bin/dd/dd.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dd.1,v 1.36 2020/02/14 15:55:57 schwarze Exp $ +.\" $OpenBSD: dd.1,v 1.37 2020/02/14 20:13:10 schwarze Exp $ .\" $NetBSD: dd.1,v 1.5 1995/03/21 09:04:04 cgd Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -136,9 +136,9 @@ For pipes, the correct number of bytes is read. For all other devices, the correct number of blocks is read without distinguishing between a partial or complete block being read. .It Cm status Ns = Ns Ar value -Where +The .Ar value -is one of the symbols from the following list. +is one of the symbols from the following list: .Bl -tag -width unblock .It Cm noxfer Do not print the transfer statistics as the last line of status output. @@ -147,9 +147,9 @@ Do not print the status output. Error messages are shown; informational messages are not. .El .It Cm conv Ns = Ns Ar value Ns Op , Ns Ar value ... -Where +Each .Ar value -is one of the symbols from the following list. +is one of the symbols from the following list: .Bl -tag -width unblock .It Cm ascii The same as the |