From b10d39aec443165093f8f28bc6f940530b89cdaf Mon Sep 17 00:00:00 2001 From: "Jeffrey H. Kingston" Date: Tue, 14 Sep 2010 20:36:35 +0000 Subject: Lout 3.21. git-svn-id: http://svn.savannah.nongnu.org/svn/lout/trunk@11 9365b830-b601-4143-9ba8-b4a8e2c3339c --- man/prg2lout.1 | 6 ++++++ man/prg2lout.txt | 6 ++++++ 2 files changed, 12 insertions(+) (limited to 'man') 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 -- cgit