diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-02-14 17:27:59 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-02-14 17:27:59 +0000 |
commit | 724a28ef35e5e1e454bb904ab2a6a5fb9ce4ca62 (patch) | |
tree | 60fce0abbddaec9e6cb27f2f074a07f284ecc013 /bin | |
parent | ba7f7b38984b655a2763e12bea5502d47557502c (diff) |
use .At where appropriate; from Jan Stary <hans at stare dot cz>
Diffstat (limited to 'bin')
-rw-r--r-- | bin/dd/dd.1 | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/bin/dd/dd.1 b/bin/dd/dd.1 index 3e71919ae05..10cfcc25498 100644 --- a/bin/dd/dd.1 +++ b/bin/dd/dd.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dd.1,v 1.28 2014/02/12 18:27:57 jmc Exp $ +.\" $OpenBSD: dd.1,v 1.29 2014/02/14 17:27:58 schwarze Exp $ .\" $NetBSD: dd.1,v 1.5 1995/03/21 09:04:04 cgd Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -33,7 +33,7 @@ .\" .\" @(#)dd.1 8.2 (Berkeley) 1/13/94 .\" -.Dd $Mdocdate: February 12 2014 $ +.Dd $Mdocdate: February 14 2014 $ .Dt DD 1 .Os .Sh NAME @@ -180,12 +180,15 @@ There are two conversion maps for .Tn ASCII . The value .Cm ascii -specifies the recommended one which is compatible with System V. +specifies the recommended one which is compatible with +.At V . The value .Cm oldascii specifies the one used in historic -.Tn AT&T -and pre-4.3BSD-reno systems. +.At +and +.Pf pre- Bx 4.3 Reno +systems. .It Cm block Treats the input as a sequence of newline or end-of-file terminated variable length records independent of input and output block boundaries. @@ -229,8 +232,10 @@ The values and .Cm oldibm are maps used in historic -.Tn AT&T -and pre-4.3BSD-reno systems. +.At +and +.Pf pre- Bx 4.3 Reno +systems. .It Cm lcase Transform uppercase characters into lowercase characters. .It Cm noerror |