groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 01/01: src/utils/xtotroff/*: Improve the license information.


From: Bernd Warken
Subject: [groff] 01/01: src/utils/xtotroff/*: Improve the license information.
Date: Thu, 18 Sep 2014 02:41:14 +0000

bwarken pushed a commit to branch master
in repository groff.

commit dfd5335c314c666e704e5d031a415ab5fd277bd3
Author: Bernd Warken <address@hidden>
Date:   Thu Sep 18 04:41:09 2014 +0200

    src/utils/xtotroff/*: Improve the license information.
---
 ChangeLog                       |    4 +++
 src/utils/xtotroff/Makefile.in  |    5 +---
 src/utils/xtotroff/Makefile.sub |    5 +---
 src/utils/xtotroff/xtotroff.c   |    3 +-
 src/utils/xtotroff/xtotroff.man |   55 ++++++++++++++++++++++++++++++--------
 5 files changed, 50 insertions(+), 22 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 85361d0..82d124a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2014-09-18  Bernd Warken  <address@hidden>
 
+       * src/utils/xtotroff/*: Improve the license information.
+
+2014-09-18  Bernd Warken  <address@hidden>
+
        * src/utils/tfmtodit/*: Improve the license information.
 
 2014-09-18  Bernd Warken  <address@hidden>
diff --git a/src/utils/xtotroff/Makefile.in b/src/utils/xtotroff/Makefile.in
index 9cc7b11..dfd4cd9 100644
--- a/src/utils/xtotroff/Makefile.in
+++ b/src/utils/xtotroff/Makefile.in
@@ -1,9 +1,6 @@
-# Copyright (C) 2004, 2009
-#   Free Software Foundation, Inc.
+# Copyright (C) 2004-2014  Free Software Foundation, Inc.
 #      Written by James Clark (address@hidden)
 #
-# Last update: 2 Sep 2014
-#
 # This file is part of groff.
 #
 # groff is free software; you can redistribute it and/or modify it under
diff --git a/src/utils/xtotroff/Makefile.sub b/src/utils/xtotroff/Makefile.sub
index afa6593..b4de0de 100644
--- a/src/utils/xtotroff/Makefile.sub
+++ b/src/utils/xtotroff/Makefile.sub
@@ -2,10 +2,7 @@
 #
 # File position: <groff-source>/src/utils/stotroff/Makefile.sub
 #
-# Copyright (C) 2014
-#   Free Software Foundation, Inc.
-#
-# Last update: 2 Sep 2014
+# Copyright (C) 2014  Free Software Foundation, Inc.
 #
 # This file is part of `font utf8' which is part of `groff'.
 #
diff --git a/src/utils/xtotroff/xtotroff.c b/src/utils/xtotroff/xtotroff.c
index 5fd848d..92e5235 100644
--- a/src/utils/xtotroff/xtotroff.c
+++ b/src/utils/xtotroff/xtotroff.c
@@ -1,5 +1,4 @@
-/* Copyright (C) 1992, 2001, 2003, 2004, 2005, 2009
-     Free Software Foundation, Inc.
+/* Copyright (C) 1992-2014  Free Software Foundation, Inc.
      Written by James Clark (address@hidden)
 
 This file is part of groff.
diff --git a/src/utils/xtotroff/xtotroff.man b/src/utils/xtotroff/xtotroff.man
index dcabae5..b7b84e1 100644
--- a/src/utils/xtotroff/xtotroff.man
+++ b/src/utils/xtotroff/xtotroff.man
@@ -1,5 +1,14 @@
-.ig
-Copyright (C) 2004, 2009 Free Software Foundation, Inc.
+.TH XTOTROFF @MAN1EXT@ "@MDATE@" "Groff Version @VERSION@"
+.SH NAME
+xtotroff \- convert X font metrics into GNU troff font metrics
+.
+.
+.\" --------------------------------------------------------------------
+.\" Legal Terms
+.\" --------------------------------------------------------------------
+.
+.de co
+Copyright (C) 2004-2014  Free Software Foundation, Inc.
 
 Permission is granted to make and distribute verbatim copies of
 this manual provided the copyright notice and this permission notice
@@ -17,15 +26,10 @@ translations approved by the Free Software Foundation 
instead of in
 the original English.
 ..
 .
-.
-.TH XTOTROFF @MAN1EXT@ "@MDATE@" "Groff Version @VERSION@"
-.
-.
-.SH NAME
-xtotroff \- convert X font metrics into GNU troff font metrics
-.
-.
+.\" --------------------------------------------------------------------
 .SH SYNOPSIS
+.\" --------------------------------------------------------------------
+.
 .B xtotroff
 [
 .BI \-r \%resolution
@@ -39,7 +43,10 @@ xtotroff \- convert X font metrics into GNU troff font 
metrics
 .I FontMap
 .
 .
+.\" --------------------------------------------------------------------
 .SH DESCRIPTION
+.\" --------------------------------------------------------------------
+.
 .B xtotroff
 takes a
 .IR FontMap ,
@@ -49,11 +56,13 @@ fonts to X11 fonts,
 creates GNU
 .B troff
 metric files for all fonts listed.
+.
 Each line in
 .I FontMap
 consists of GNU
 .B troff
 font name and an X font name (XLFD) pattern, separated by whitespace.
+.
 Example:
 .
 .PP
@@ -63,19 +72,23 @@ TB   -adobe-times-bold-r-normal--*-*-*-*-p-*-iso8859-1
 .fi
 .in
 .
+.
 .PP
 The wildcards in the patterns are filled with the arguments to the
 .B \-r
 and
 .B \-s
 switches.
+.
 If a font name is still ambiguous,
 .B xtotroff
 aborts.
 .
 .
+.\" --------------------------------------------------------------------
 .SH OPTIONS
-.PP
+.\" --------------------------------------------------------------------
+.
 It is possible to have whitespace between a command line option and its
 parameter.
 .
@@ -83,13 +96,16 @@ parameter.
 .BI \-r resolution
 Set the resolution for all font patterns in
 .IR FontMap .
+.
 The value is used for both the horizontal and vertical resolution.
+.
 If not specified, a resolution of 75dpi is assumed.
 .
 .TP
 .BI \-s point-size
 Set the point size for all font patterns in
 .IR FontMap .
+.
 If not specified, a size of 10pt is assumed.
 .
 .TP
@@ -97,13 +113,28 @@ If not specified, a size of 10pt is assumed.
 Print the version number.
 .
 .
+.\" --------------------------------------------------------------------
 .SH BUGS
-The only supported font encodings are `iso8859-1' and `adobe-fontspecific'.
+.\" --------------------------------------------------------------------
+.
+The only supported font encodings are `iso8859-1' and
+`adobe-fontspecific'.
 .
 .
+.\" --------------------------------------------------------------------
 .SH "SEE ALSO"
+.\" --------------------------------------------------------------------
+.
 .BR gxditview (@MAN1EXT@)
 .
+.
+.\" --------------------------------------------------------------------
+.SH COPYING
+.\" --------------------------------------------------------------------
+.
+.co
+.
+.
 .\" Local Variables:
 .\" mode: nroff
 .\" End:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]