diff options
author | 2014-02-14 17:27:58 +0000 | |
---|---|---|
committer | 2014-02-14 17:27:58 +0000 | |
commit | afb92f6c285b15c5589b8c24c23cba038fcc95dc (patch) | |
tree | 3ffcb3ca2b29dd6af604fd5ea692839ff21c4fc0 /bin/dd | |
parent | clean up macro usage in the HISTORY section; (diff) | |
download | wireguard-openbsd-afb92f6c285b15c5589b8c24c23cba038fcc95dc.tar.xz wireguard-openbsd-afb92f6c285b15c5589b8c24c23cba038fcc95dc.zip |
use .At where appropriate; from Jan Stary <hans at stare dot cz>
Diffstat (limited to 'bin/dd')
-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 |