From: jsg Date: Mon, 8 Mar 2021 06:20:50 +0000 (+0000) Subject: use a journal reference instead of cstr when possible X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=4f4ed0d08f2b203e2d8e223ac6e481e5a1aea15a;p=openbsd use a journal reference instead of cstr when possible --- diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1 index 3c900e5b15f..da05ef4747e 100644 --- a/bin/ksh/ksh.1 +++ b/bin/ksh/ksh.1 @@ -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 diff --git a/usr.bin/awk/awk.1 b/usr.bin/awk/awk.1 index dade0fa66a5..1f9b4e599b2 100644 --- a/usr.bin/awk/awk.1 +++ b/usr.bin/awk/awk.1 @@ -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 diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 0bb83d9b371..c2d34c2364f 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -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