summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/dd/dd.119
-rw-r--r--share/man/man7/man.76
-rw-r--r--share/man/man8/sticky.87
3 files changed, 19 insertions, 13 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
diff --git a/share/man/man7/man.7 b/share/man/man7/man.7
index 91b7653d19b..40e9d92353d 100644
--- a/share/man/man7/man.7
+++ b/share/man/man7/man.7
@@ -1,4 +1,4 @@
-.\" $OpenBSD: man.7,v 1.35 2014/01/06 00:53:14 schwarze Exp $
+.\" $OpenBSD: man.7,v 1.36 2014/02/14 17:27:58 schwarze Exp $
.\"
.\" Copyright (c) 2009, 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
.\" Copyright (c) 2011, 2012, 2013 Ingo Schwarze <schwarze@openbsd.org>
@@ -16,7 +16,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: January 6 2014 $
+.Dd $Mdocdate: February 14 2014 $
.Dt MAN 7
.Os
.Sh NAME
@@ -281,7 +281,7 @@ For the scoping of individual macros, see
.Sx MACRO SYNTAX .
.Ss \&AT
Sets the volume for the footer for compatibility with man pages from
-.Tn AT&T UNIX
+.At
releases.
The optional arguments specify which release it is from.
.Ss \&B
diff --git a/share/man/man8/sticky.8 b/share/man/man8/sticky.8
index 617ad944587..5577ca04b51 100644
--- a/share/man/man8/sticky.8
+++ b/share/man/man8/sticky.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sticky.8,v 1.9 2007/05/31 19:19:59 jmc Exp $
+.\" $OpenBSD: sticky.8,v 1.10 2014/02/14 17:27:58 schwarze Exp $
.\" $NetBSD: sticky.8,v 1.3 1994/11/30 19:36:27 jtc Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)sticky.8 8.1 (Berkeley) 6/5/93
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: February 14 2014 $
.Dt STICKY 8
.Os
.Sh NAME
@@ -80,7 +80,8 @@ for details about modifying file modes.
.Sh HISTORY
A
.Nm
-command appeared in Version 32V AT&T UNIX.
+command appeared in
+.At 32v .
.Sh BUGS
Neither
.Xr open 2