[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 01/01: man pages: Sync copyright and author information.
From: |
G. Branden Robinson |
Subject: |
[groff] 01/01: man pages: Sync copyright and author information. |
Date: |
Sun, 5 Nov 2017 13:59:08 -0500 (EST) |
gbranden pushed a commit to branch master
in repository groff.
commit 935181aa7876e938cb125c6e1878d6cc5fda3a8d
Author: G. Branden Robinson <address@hidden>
Date: Sun Nov 5 13:52:56 2017 -0500
man pages: Sync copyright and author information.
Part 3 (of 2!) of the copyright/author overhaul described in
https://lists.gnu.org/archive/html/groff/2017-11/msg00013.html et seq.
Unlike the other man pages, these eqn2graph(1) and grap2graph(1) did not
use page-local macros to store copyright an author information.
* Pull the public domain dedication into a comment where not already
present.
* Credit Eric S. Raymond as author of the utility as well as the man
page.
* Relocate AUTHORS section to precede SEE ALSO as is done with all other
pages (now).
Signed-off-by: G. Branden Robinson <address@hidden>
---
contrib/eqn2graph/eqn2graph.1.man | 18 ++++++++++++------
contrib/grap2graph/grap2graph.1.man | 30 ++++++++++++++----------------
2 files changed, 26 insertions(+), 22 deletions(-)
diff --git a/contrib/eqn2graph/eqn2graph.1.man
b/contrib/eqn2graph/eqn2graph.1.man
index 0c9fa2c..cf6e31f 100644
--- a/contrib/eqn2graph/eqn2graph.1.man
+++ b/contrib/eqn2graph/eqn2graph.1.man
@@ -160,6 +160,18 @@ which no longer has trimming behavior.
.
.
.\" ====================================================================
+.SH AUTHORS
+.\" ====================================================================
+.
+
+.B eqn2graph
+was written by
+.MT address@hidden
+Eric S.\& Raymond
+.ME .
+.
+.
+.\" ====================================================================
.ad l
.SH "SEE ALSO"
.\" ====================================================================
@@ -172,12 +184,6 @@ which no longer has trimming behavior.
.BR convert (1).
.
.
-.SH AUTHORS
-Eric S.\& Raymond <address@hidden>.
-.
-This documentation is released to the public domain.
-.
-.
.\" Local Variables:
.\" mode: nroff
.\" End:
diff --git a/contrib/grap2graph/grap2graph.1.man
b/contrib/grap2graph/grap2graph.1.man
index 3f39880..e126a6b 100644
--- a/contrib/grap2graph/grap2graph.1.man
+++ b/contrib/grap2graph/grap2graph.1.man
@@ -3,6 +3,9 @@
grap2graph \- convert a grap diagram into a cropped bitmap image
.
.
+.\" This documentation is released to the public domain.
+.
+.
.\" ====================================================================
.SH SYNOPSIS
.\" ====================================================================
@@ -112,7 +115,18 @@ Otherwise, temporary files will be created in
.
.
.\" ====================================================================
+.SH AUTHORS
+.\" ====================================================================
+.
+.B grap2graph
+was written by
+.MT address@hidden
+Eric S.\& Raymond
+.ME .
+.
+.
.na
+.\" ====================================================================
.SH "SEE ALSO"
.\" ====================================================================
.
@@ -124,22 +138,6 @@ Otherwise, temporary files will be created in
.BR convert (1).
.
.
-.\" ====================================================================
-.SH COPYING
-.\" ====================================================================
-.
-This documentation is released to the public domain.
-.
-.\" ====================================================================
-.SH AUTHORS
-.\" ====================================================================
-.
-This document was written by
-.MT address@hidden
-Eric S.\& Raymond
-.ME .
-.
-.
.\" Local Variables:
.\" mode: nroff
.\" End:
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 01/01: man pages: Sync copyright and author information.,
G. Branden Robinson <=