Date: Thu, 8 Apr 2021 19:20:24 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 97fa288a663d - main - m4(1): Add a SEE ALSO section and reference an AT&T manual Message-ID: <202104081920.138JKODn038148@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=97fa288a663dfae192c471ec5cbfdf0d2f45367e commit 97fa288a663dfae192c471ec5cbfdf0d2f45367e Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2021-04-08 19:16:54 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2021-04-08 19:16:54 +0000 m4(1): Add a SEE ALSO section and reference an AT&T manual Obtained from: OpenBSD MFC after: 1 week --- usr.bin/m4/m4.1 | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/usr.bin/m4/m4.1 b/usr.bin/m4/m4.1 index 6b5dbd99331c..83f124dd3dfc 100644 --- a/usr.bin/m4/m4.1 +++ b/usr.bin/m4/m4.1 @@ -33,7 +33,7 @@ .\" .\" $FreeBSD$ .\" -.Dd $Mdocdate: June 15 2017 $ +.Dd April 8, 2021 .Dt M4 1 .Os .Sh NAME @@ -455,6 +455,17 @@ But note that the macro can modify the exit status, as can the .Fl E flag. +.Sh SEE ALSO +.Rs +.\" 4.4BSD PSD:17 +.%A B. W. Kernighan +.%A D. M. Ritchie +.%I AT&T Bell Laboratories +.%T The M4 Macro Processor +.%R Computing Science Technical Report +.%N 59 +.%D July 1977 +.Re .Sh STANDARDS The .Nm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104081920.138JKODn038148>