groff-commit
[Top][All Lists]
Advanced

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

[Groff-commit] groff ./ChangeLog src/devices/grops/ps.cpp


From: Werner LEMBERG
Subject: [Groff-commit] groff ./ChangeLog src/devices/grops/ps.cpp
Date: Wed, 29 Mar 2006 19:37:55 +0000

CVSROOT:        /cvsroot/groff
Module name:    groff
Branch:         
Changes by:     Werner LEMBERG <address@hidden> 06/03/29 19:37:55

Modified files:
        .              : ChangeLog 
        src/devices/grops: ps.cpp 

Log message:
        * src/devices/grops/ps.cpp: s/must not/should not/ in warning
        messages where appropriate.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/groff/ChangeLog.diff?tr1=1.946&tr2=1.947&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/groff/groff/src/devices/grops/ps.cpp.diff?tr1=1.15&tr2=1.16&r1=text&r2=text

Patches:
Index: groff/ChangeLog
diff -u groff/ChangeLog:1.946 groff/ChangeLog:1.947
--- groff/ChangeLog:1.946       Tue Mar 28 17:54:16 2006
+++ groff/ChangeLog     Wed Mar 29 19:37:55 2006
@@ -1,3 +1,8 @@
+2006-03-29  Werner LEMBERG  <address@hidden>
+
+       * src/devices/grops/ps.cpp: s/must not/should not/ in warning
+       messages where appropriate.
+
 2006-03-28  Werner LEMBERG  <address@hidden>
 
        * configure.ac: Call AC_PROG_EGREP.
Index: groff/src/devices/grops/ps.cpp
diff -u groff/src/devices/grops/ps.cpp:1.15 groff/src/devices/grops/ps.cpp:1.16
--- groff/src/devices/grops/ps.cpp:1.15 Thu Mar  9 18:11:43 2006
+++ groff/src/devices/grops/ps.cpp      Wed Mar 29 19:37:55 2006
@@ -1592,7 +1592,7 @@
     return;
   }
   if (!check_line_lengths(arg))
-    warning("lines in X exec command must"
+    warning("lines in X exec command should"
            " not be more than 255 characters long");
   out.put_fix_number(env->hpos)
      .put_fix_number(env->vpos)
@@ -1641,7 +1641,7 @@
   while (csspace(*arg))
     arg++;
   if (!check_line_lengths(arg))
-    warning("lines in X def command must"
+    warning("lines in X def command should"
            " not be more than 255 characters long");
   defs += arg;
   if (*arg != '\0' && strchr(arg, '\0')[-1] != '\n')
@@ -1668,7 +1668,7 @@
   while (csspace(*arg))
     arg++;
   if (!check_line_lengths(arg))
-    warning("lines in X mdef command must"
+    warning("lines in X mdef command should"
            " not be more than 255 characters long");
   defs += arg;
   if (*arg != '\0' && strchr(arg, '\0')[-1] != '\n')




reply via email to

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