gbranden pushed a commit to branch master
in repository groff.

commit de684ca0f8b9325903f9dffae44bbe5c9429ed8b
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Dec 18 12:34:17 2025 -0600

    [libgroff]: Wrap long input lines.
---
 src/libs/libgroff/config.charset | 4 ++--
 src/libs/libgroff/localcharset.c | 8 +++++---
 src/libs/libgroff/ref-add.sin    | 4 ++--
 src/libs/libgroff/ref-del.sin    | 4 ++--
 4 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/src/libs/libgroff/config.charset b/src/libs/libgroff/config.charset
index 1364932b6..b17c6cc02 100755
--- a/src/libs/libgroff/config.charset
+++ b/src/libs/libgroff/config.charset
@@ -13,8 +13,8 @@
 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 #   GNU General Public License for more details.
 #
-#   You should have received a copy of the GNU General Public License along
-#   with this program; if not, see <http://www.gnu.org/licenses/>.
+#   You should have received a copy of the GNU General Public License
+#   along with this program; if not, see <http://www.gnu.org/licenses/>.
 #
 # The table consists of lines of the form
 #    ALIAS  CANONICAL
diff --git a/src/libs/libgroff/localcharset.c b/src/libs/libgroff/localcharset.c
index 3bc73ee7e..344599f99 100644
--- a/src/libs/libgroff/localcharset.c
+++ b/src/libs/libgroff/localcharset.c
@@ -1,4 +1,5 @@
-/* Determine a canonical name for the current locale's character encoding.
+/* Determine a canonical name for the current locale's character
+   encoding.
 
    Copyright 2000-2020 Free Software Foundation, Inc.
 
@@ -12,8 +13,9 @@
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.
 
-   You should have received a copy of the GNU General Public License along
-   with this program; if not, see <http://www.gnu.org/licenses/>.  */
+   You should have received a copy of the GNU General Public License
+   along with this program; if not, see <http://www.gnu.org/licenses/>.
+*/
 
 /* Written by Bruno Haible <[email protected]>.  */
 
diff --git a/src/libs/libgroff/ref-add.sin b/src/libs/libgroff/ref-add.sin
index 436297dfd..8bf771539 100644
--- a/src/libs/libgroff/ref-add.sin
+++ b/src/libs/libgroff/ref-add.sin
@@ -12,8 +12,8 @@
 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 #   GNU General Public License for more details.
 #
-#   You should have received a copy of the GNU General Public License along
-#   with this program; if not, see <http://www.gnu.org/licenses/>.
+#   You should have received a copy of the GNU General Public License
+#   along with this program; if not, see <http://www.gnu.org/licenses/>.
 #
 # Written by Bruno Haible <[email protected]>.
 #
diff --git a/src/libs/libgroff/ref-del.sin b/src/libs/libgroff/ref-del.sin
index faa01ce9a..0a7fe63e4 100644
--- a/src/libs/libgroff/ref-del.sin
+++ b/src/libs/libgroff/ref-del.sin
@@ -12,8 +12,8 @@
 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 #   GNU General Public License for more details.
 #
-#   You should have received a copy of the GNU General Public License along
-#   with this program; if not, see <http://www.gnu.org/licenses/>.
+#   You should have received a copy of the GNU General Public License
+#   along with this program; if not, see <http://www.gnu.org/licenses/>.
 #
 # Written by Bruno Haible <[email protected]>.
 #

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to