commit-gnue
[Top][All Lists]
Advanced

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

r6621 - trunk/gnue-common/src/apps


From: johannes
Subject: r6621 - trunk/gnue-common/src/apps
Date: Thu, 4 Nov 2004 07:10:46 -0600 (CST)

Author: johannes
Date: 2004-11-04 07:10:45 -0600 (Thu, 04 Nov 2004)
New Revision: 6621

Modified:
   trunk/gnue-common/src/apps/manpage.py
Log:
Create properly formatted manpages


Modified: trunk/gnue-common/src/apps/manpage.py
===================================================================
--- trunk/gnue-common/src/apps/manpage.py       2004-11-04 12:59:33 UTC (rev 
6620)
+++ trunk/gnue-common/src/apps/manpage.py       2004-11-04 13:10:45 UTC (rev 
6621)
@@ -81,7 +81,7 @@
     # SYNOPSIS Section
     #
     dest.write('.SH SYNOPSIS\n')
-    dest.write('.ll +8\n')
+    # dest.write('.ll +8\n')
     dest.write('.B %s\n' % COMMAND)
     for p in string.split(app.USAGE):
       part = p





reply via email to

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