From f6485e07cbec3b24fe3510b79540f11365569baa Mon Sep 17 00:00:00 2001 From: Piotr Kwiecinski Date: Thu, 30 Mar 2023 10:59:43 +0200 Subject: [PATCH] pr: use paragraphs wider in markdown file --- src/uu/pr/pr.md | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/src/uu/pr/pr.md b/src/uu/pr/pr.md index af38ef734..2c246b25f 100644 --- a/src/uu/pr/pr.md +++ b/src/uu/pr/pr.md @@ -11,23 +11,17 @@ Write content of given file or standard input to standard output with pagination `+PAGE` Begin output at page number page of the formatted input. `-COLUMN` Produce multi-column output. See `--column` -The pr utility is a printing and pagination filter -for text files. When multiple input files are specified, -each is read, formatted, and written to standard -output. By default, the input is separated -into 66-line pages, each with +The pr utility is a printing and pagination filter for text files. +When multiple input files are specified, each is read, formatted, and written to standard output. +By default, the input is separated into 66-line pages, each with -o A 5-line header with the page number, date, -time, and the pathname of the file. +* A 5-line header with the page number, date, time, and the pathname of the file. +* A 5-line trailer consisting of blank lines. -o A 5-line trailer consisting of blank lines. - -If standard output is associated with a terminal, -diagnostic messages are suppressed until the pr +If standard output is associated with a terminal, diagnostic messages are suppressed until the pr utility has completed processing. -When multiple column output is specified, text columns -are of equal width. By default, text columns -are separated by at least one ``. Input lines -that do not fit into a text column are truncated. +When multiple column output is specified, text columns are of equal width. +By default, text columns are separated by at least one ``. +Input lines that do not fit into a text column are truncated. Lines are not truncated under single column output.