Lines Matching +full:page +full:- +full:offset
38 .Bk -words
41 .Bk -words
44 .Bk -words
47 .Bk -words
50 .Bk -words
53 .Bk -words
56 .Bk -words
59 .Bk -words
62 .Bk -words
65 .Bk -words
88 logical page.
89 A logical page consists of a header, a body and a footer
94 The starts of logical page sections are signalled by input lines containing
96 .Bl -column "\e:\e:\e:" "Start of" -offset indent
103 If the input does not contain any logical page section signalling directives,
104 the text being read is assumed to consist of a single logical page body.
107 .Bl -tag -width ".Fl v Ar startnum"
109 Specify the logical page body lines to be numbered.
113 .Bl -tag -width indent
117 Number only non-empty lines.
128 for logical page body lines is
132 page section in the input file.
143 except for logical page footer lines.
146 for logical page footer lines is
151 except for logical page header lines.
154 for logical page header lines is
157 Specify the increment value used to number logical page lines.
181 .Bl -tag -width indent -compact
195 Specify that line numbering should not be restarted at logical page delimiters.
203 Specify the initial value used to number logical page lines; see also the
231 .Ex -std
233 Number all non-blank lines:
234 .Bd -literal -offset indent
235 $ echo -e "This is\\n\\n\\na simple text" | nl
243 leading zeroes, starting at 2, with increment of 2 and a custom multi-character
245 .Bd -literal -offset indent
246 $ echo -e "This\\nis\\nan\\n\\n\\nexample" | nl -ba -n rz -i2 -s "->" -v2
247 000002->This
248 000004->is
249 000006->an
250 000008->
251 000010->
252 000012->example
261 .Bd -literal -offset indent
262 $ echo -e "This is\\na simple text\\nwith multiple\\nlines" | nl -bp'i[mn]'
275 .St -p1003.1-2001 .