diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/prg2lout.1 | 6 | ||||
-rw-r--r-- | man/prg2lout.txt | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/man/prg2lout.1 b/man/prg2lout.1 index 27232c7..0f6cc0f 100644 --- a/man/prg2lout.1 +++ b/man/prg2lout.1 @@ -93,6 +93,12 @@ is sufficiently large. For example, .B -T0.5i produces half-inch tab intervals. .TP +.BI \-L " number" +Attach line numbers to the program text, beginning with +.I number +or 1 if number is not given. You may need to give the 1 anyway to +prevent .I prg2lout from taking a following file name as a number. +.TP .BI \-S " filename" Use .I filename diff --git a/man/prg2lout.txt b/man/prg2lout.txt index 848c4ff..67b3e37 100644 --- a/man/prg2lout.txt +++ b/man/prg2lout.txt @@ -68,6 +68,12 @@ OPTIONS is sufficiently large. For example, -T0.5i produces half-inch tab intervals. + -L number + Attach line numbers to the program text, beginning with + number or 1 if number is not given. You may need to + give the 1 anyway to prevent prg2lout from taking a + following file name as a number. + -S filename Use filename as the setup file instead of the system default setup file. The setup file determines the |