use a journal reference instead of cstr when possible
authorjsg <jsg@openbsd.org>
Mon, 8 Mar 2021 06:20:50 +0000 (06:20 +0000)
committerjsg <jsg@openbsd.org>
Mon, 8 Mar 2021 06:20:50 +0000 (06:20 +0000)
bin/ksh/ksh.1
usr.bin/awk/awk.1
usr.bin/make/make.1

index 3c900e5..da05ef4 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: ksh.1,v 1.211 2021/03/08 02:47:26 jsg Exp $
+.\"    $OpenBSD: ksh.1,v 1.212 2021/03/08 06:20:50 jsg Exp $
 .\"
 .\"    Public Domain
 .\"
@@ -5560,6 +5560,14 @@ Privileged shell profile.
 .Xr environ 7 ,
 .Xr script 7
 .Rs
+.%A S. R. Bourne
+.%T The UNIX Shell
+.%J Bell System Technical Journal
+.%V 57:6
+.%P pp. 1971-1990
+.%D 1978
+.Re
+.Rs
 .\" 4.4BSD USD:3
 .%A S. R. Bourne
 .%T An Introduction to the UNIX Shell
index dade0fa..1f9b4e5 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: awk.1,v 1.61 2021/03/08 02:47:27 jsg Exp $
+.\"    $OpenBSD: awk.1,v 1.62 2021/03/08 06:20:50 jsg Exp $
 .\"
 .\" Copyright (C) Lucent Technologies 1997
 .\" All Rights Reserved
@@ -983,14 +983,17 @@ No others do.
 .Xr script 7
 .Rs
 .\" 4.4BSD USD:16
+.\".%R Computing Science Technical Report
+.\".%N 68
+.\".%D July 1978
 .%A A. V. Aho
 .%A P. J. Weinberger
 .%A B. W. Kernighan
 .%T AWK \(em A Pattern Scanning and Processing Language
-.%I AT&T Bell Laboratories
-.%R Computing Science Technical Report
-.%N 68
-.%D July 1978
+.%J Software \(em Practice and Experience
+.%V 9:4
+.%P pp. 267-279
+.%D April 1979
 .Re
 .Rs
 .%A A. V. Aho
index 0bb83d9..c2d34c2 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: make.1,v 1.132 2021/03/08 02:47:28 jsg Exp $
+.\"    $OpenBSD: make.1,v 1.133 2021/03/08 06:20:50 jsg Exp $
 .\"    $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $
 .\"
 .\" Copyright (c) 1990, 1993
@@ -1554,9 +1554,11 @@ utility exits with a value of 0 on success, and >0 if an error occurred.
 .Rs
 .%A S. I. Feldman
 .%T Make \(em A Program for Maintaining Computer Programs
-.%I AT&T Bell Laboratories
-.%R Computing Science Technical Report
-.%N 57
+.\".%R Computing Science Technical Report
+.\".%N 57
+.%J Software \(em Practice and Experience
+.%V 9:4
+.%P pp. 255-265
 .%D April 1979
 .Re
 .Rs