summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/colrm/colrm.113
-rw-r--r--usr.bin/fold/fold.131
-rw-r--r--usr.bin/tset/tset.125
3 files changed, 59 insertions, 10 deletions
diff --git a/usr.bin/colrm/colrm.1 b/usr.bin/colrm/colrm.1
index d5383b3dd07..2b6fd2693aa 100644
--- a/usr.bin/colrm/colrm.1
+++ b/usr.bin/colrm/colrm.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: colrm.1,v 1.7 2007/05/31 19:20:08 jmc Exp $
+.\" $OpenBSD: colrm.1,v 1.8 2011/12/28 22:27:18 schwarze Exp $
.\" $NetBSD: colrm.1,v 1.3 1995/03/26 09:04:01 glass Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)colrm.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: December 28 2011 $
.Dt COLRM 1
.Os
.Sh NAME
@@ -73,5 +73,10 @@ Backspace characters decrement the column count by one.
.Sh HISTORY
The
.Nm
-command appeared in
-.Bx 3.0 .
+utility first appeared in
+.Bx 1 .
+.Sh AUTHORS
+.An Jeff Schriebman
+wrote the original version of
+.Nm
+in November 1974.
diff --git a/usr.bin/fold/fold.1 b/usr.bin/fold/fold.1
index fca160116f1..0029e85239e 100644
--- a/usr.bin/fold/fold.1
+++ b/usr.bin/fold/fold.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fold.1,v 1.15 2010/09/03 11:09:28 jmc Exp $
+.\" $OpenBSD: fold.1,v 1.16 2011/12/28 22:27:18 schwarze Exp $
.\" $NetBSD: fold.1,v 1.5 1995/09/01 01:42:42 jtc Exp $
.\"
.\" Copyright (c) 1980, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)fold.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: September 3 2010 $
+.Dd $Mdocdate: December 28 2011 $
.Dt FOLD 1
.Os
.Sh NAME
@@ -70,6 +70,33 @@ The
utility is compliant with the
.St -p1003.1-2008
specification.
+.Sh HISTORY
+The
+.Nm
+utility first appeared in
+.Bx 1 .
+It was rewritten for
+.Bx 4.3 Reno
+to improve speed and modernize style.
+The
+.Fl b
+and
+.Fl s
+options were added to
+.Nx 1.0
+for
+.St -p1003.2
+compliance.
+.Sh AUTHORS
+.An -nosplit
+.An Bill Joy
+wrote the original version of
+.Nm
+on June 28, 1977.
+.An Kevin Ruddy
+rewrote the command in 1990, and
+.An J. T. Conklin
+added the missing options in 1993.
.Sh BUGS
If underlining (see
.Xr ul 1 )
diff --git a/usr.bin/tset/tset.1 b/usr.bin/tset/tset.1
index 2ddf435c315..5a28f20288e 100644
--- a/usr.bin/tset/tset.1
+++ b/usr.bin/tset/tset.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tset.1,v 1.17 2010/01/12 23:22:14 nicm Exp $
+.\" $OpenBSD: tset.1,v 1.18 2011/12/28 22:27:18 schwarze Exp $
.\"
.\" Copyright (c) 1985, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)tset.1 8.1 (Berkeley) 6/9/93
.\"
-.Dd $Mdocdate: January 12 2010 $
+.Dd $Mdocdate: December 28 2011 $
.Dt TSET 1
.Os
.Sh NAME
@@ -461,5 +461,22 @@ older terminal interfaces.
.Sh HISTORY
The
.Nm tset
-command appeared in
-.Bx 3.0 .
+and
+.Nm reset
+utilities first appeared in
+.Bx 1 .
+.Sh AUTHORS
+.An -nosplit
+The original version of
+.Nm tset
+was written by
+.An Eric P. Allman
+in October 1977, and
+.Nm reset
+was originally written by
+.An Kurt Shoens .
+The current version also contains code by
+.An Zeyd M. Ben-Halim ,
+.An Eric S. Raymond ,
+and
+.An Thomas E. Dickey .