Man page formatter fix for SunOS compatibility.
[mdsms.git] / manfmt.c
index 344a56c..f195fed 100644 (file)
--- a/manfmt.c
+++ b/manfmt.c
@@ -3,13 +3,6 @@
 static char rcsid[] ATTR_UNUSED = "$Id$";
 #endif
 
-/*
- * $Log$
- * Revision 1.1.1.1  1999/05/26 13:06:26  short
- * First alpha release.
- *
- */
-
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
@@ -31,6 +24,7 @@ char f;
                        if (*s=='\t') {
                                if ((f=!f)) {
 /*fprintf(stderr,"DURING TURN-ON:%s",s);*/
+                                       while (s[1]==' ') s++;
                                        if (s[1]=='"') s++;
                                        }
                                else {