diff options
author | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 20:36:35 +0000 |
---|---|---|
committer | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 20:36:35 +0000 |
commit | b10d39aec443165093f8f28bc6f940530b89cdaf (patch) | |
tree | 63a1ef3b3f1d2562c498291cda341a2171a1fe1c /man | |
parent | 2f4268e5e02216be53cd85816362191373512463 (diff) | |
download | lout-b10d39aec443165093f8f28bc6f940530b89cdaf.tar.gz |
Lout 3.21.
git-svn-id: http://svn.savannah.nongnu.org/svn/lout/trunk@11 9365b830-b601-4143-9ba8-b4a8e2c3339c
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 |