From 79cbc8914d90ced367b68c4aaf899dfe596449a3 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 9 Jun 2024 17:50:18 -0400 Subject: dumpbas: update man page. --- dumpbas.1 | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'dumpbas.1') diff --git a/dumpbas.1 b/dumpbas.1 index 9890efd..5735023 100644 --- a/dumpbas.1 +++ b/dumpbas.1 @@ -182,10 +182,15 @@ The dump looks like: .UNINDENT .UNINDENT .sp -There are two statements. The first one ends with token \fI14\fP (the -end\-of\-statement or tokenized colon) and the second ends with \fI16\fP -(the end\-of\-line token). The string \fI"HELLO"\fP is visible, and so is -the floating point constant \fI1\fP\&. +The first line is the line header. The next two are the two +statements. The first one ends with token \fI14\fP (the end\-of\-statement +or tokenized colon) and the second ends with \fI16\fP (the end\-of\-line +token). The string \fI"HELLO"\fP is visible, and so is the floating point +constant \fI1\fP\&. +.sp +Long statements will wrap, if they\(aqre wider than the terminal. If this +is a problem, use a wider terminal, and/or pipe through a pager that +knows how to scroll horizontally. .SH EXIT STATUS .sp 0 for success, 1 for failure. -- cgit v1.2.3