summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2021-03-08 02:47:25 +0000
committerjsg <jsg@openbsd.org>2021-03-08 02:47:25 +0000
commit093fc5b92d3ed0da0e6be645e5b14525c4d75543 (patch)
tree4987deac7500f1344b485787f2723c26c7841692 /bin
parentExplicitly align kernel text. (diff)
downloadwireguard-openbsd-093fc5b92d3ed0da0e6be645e5b14525c4d75543.tar.xz
wireguard-openbsd-093fc5b92d3ed0da0e6be645e5b14525c4d75543.zip
Add some references, most of these were removed when we stopped building
and installing USD/SMM/PSD docs. jmc@ agrees with the direction, ok millert@ on an earlier diff
Diffstat (limited to 'bin')
-rw-r--r--bin/csh/csh.19
-rw-r--r--bin/ed/ed.114
-rw-r--r--bin/ksh/ksh.113
3 files changed, 30 insertions, 6 deletions
diff --git a/bin/csh/csh.1 b/bin/csh/csh.1
index f984356e846..04d0b4f072e 100644
--- a/bin/csh/csh.1
+++ b/bin/csh/csh.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: csh.1,v 1.84 2020/07/08 16:05:27 millert Exp $
+.\" $OpenBSD: csh.1,v 1.85 2021/03/08 02:47:25 jsg Exp $
.\" $NetBSD: csh.1,v 1.10 1995/03/21 09:02:35 cgd Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)csh.1 8.2 (Berkeley) 1/21/94
.\"
-.Dd $Mdocdate: July 8 2020 $
+.Dd $Mdocdate: March 8 2021 $
.Dt CSH 1
.Os
.Sh NAME
@@ -2708,6 +2708,11 @@ source of home directories for
.Xr tty 4 ,
.Xr environ 7 ,
.Xr script 7
+.Rs
+.\" 4.4BSD USD:4
+.%A W. Joy
+.%T An Introduction to the C shell
+.Re
.Sh HISTORY
.Nm
first appeared in
diff --git a/bin/ed/ed.1 b/bin/ed/ed.1
index 6789733222f..f5fc5be2e76 100644
--- a/bin/ed/ed.1
+++ b/bin/ed/ed.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ed.1,v 1.75 2019/07/30 09:23:35 schwarze Exp $
+.\" $OpenBSD: ed.1,v 1.76 2021/03/08 02:47:26 jsg Exp $
.\"
.\" Copyright (c) 1993 Andrew Moore, Talke Studio.
.\" All rights reserved.
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: July 30 2019 $
+.Dd $Mdocdate: March 8 2021 $
.Dt ED 1
.Os
.Sh NAME
@@ -791,6 +791,16 @@ but any changes to the buffer are lost.
.Xr vi 1 ,
.Xr re_format 7
.Rs
+.\" 4.4BSD USD:9
+.%A B. W. Kernighan
+.%T A Tutorial Introduction to the UNIX Text Editor
+.Re
+.Rs
+.\" 4.4BSD USD:10
+.%A B. W. Kernighan
+.%T Advanced Editing on UNIX
+.Re
+.Rs
.%A B. W. Kernighan
.%A P. J. Plauger
.%B Software Tools in Pascal
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1
index 818e5e9f5e9..3c900e5b15f 100644
--- a/bin/ksh/ksh.1
+++ b/bin/ksh/ksh.1
@@ -1,8 +1,8 @@
-.\" $OpenBSD: ksh.1,v 1.210 2020/09/20 14:40:45 millert Exp $
+.\" $OpenBSD: ksh.1,v 1.211 2021/03/08 02:47:26 jsg Exp $
.\"
.\" Public Domain
.\"
-.Dd $Mdocdate: September 20 2020 $
+.Dd $Mdocdate: March 8 2021 $
.Dt KSH 1
.Os
.Sh NAME
@@ -5560,6 +5560,15 @@ Privileged shell profile.
.Xr environ 7 ,
.Xr script 7
.Rs
+.\" 4.4BSD USD:3
+.%A S. R. Bourne
+.%T An Introduction to the UNIX Shell
+.%I AT&T Bell Laboratories
+.%R Computing Science Technical Report
+.%N 70
+.%D 1978
+.Re
+.Rs
.%A Morris Bolsky
.%A David Korn
.%B The KornShell Command and Programming Language