git: 732f3191b4af - stable/12 - m4(1): Add a SEE ALSO section and reference an AT&T manual
Gordon Bergling
gbe at FreeBSD.org
Thu Apr 15 12:45:41 UTC 2021
The branch stable/12 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=732f3191b4af23b71cb9c1f27002651bb79b846c
commit 732f3191b4af23b71cb9c1f27002651bb79b846c
Author: Gordon Bergling <gbe at FreeBSD.org>
AuthorDate: 2021-04-08 19:16:54 +0000
Commit: Gordon Bergling <gbe at FreeBSD.org>
CommitDate: 2021-04-15 12:45:23 +0000
m4(1): Add a SEE ALSO section and reference an AT&T manual
Obtained from: OpenBSD
(cherry picked from commit 97fa288a663dfae192c471ec5cbfdf0d2f45367e)
---
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
More information about the dev-commits-src-branches
mailing list