summaryrefslogtreecommitdiffstats
path: root/text-utils/line.1
diff options
context:
space:
mode:
authorBenno Schulenberg2011-08-18 22:18:34 +0200
committerKarel Zak2011-08-22 10:39:21 +0200
commit232dc924c4f73e2a734b13cd48b0e61b712eb170 (patch)
tree641d6321cb7994b89cd95b4eadd7ba3bb66c83bc /text-utils/line.1
parentdocs: update ReleaseNotes: fix typo in v2.20-ReleaseNotes (diff)
downloadkernel-qcow2-util-linux-232dc924c4f73e2a734b13cd48b0e61b712eb170.tar.gz
kernel-qcow2-util-linux-232dc924c4f73e2a734b13cd48b0e61b712eb170.tar.xz
kernel-qcow2-util-linux-232dc924c4f73e2a734b13cd48b0e61b712eb170.zip
docs: uniformize the header and footer lines in man pages
Use dates without the day, use the full month name, put "util-linux" in the lower left corner, and "User Commands" or "System Administration" at the top center. Also improve here and there the one-line program description. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'text-utils/line.1')
-rw-r--r--text-utils/line.14
1 files changed, 2 insertions, 2 deletions
diff --git a/text-utils/line.1 b/text-utils/line.1
index 1cd0aa792..6305f6b85 100644
--- a/text-utils/line.1
+++ b/text-utils/line.1
@@ -1,12 +1,12 @@
.\" This page is in the public domain
-.TH LINE 1 "2002-07-07" "" "User Commands"
+.TH LINE 1 "July 2002" "util-linux" "User Commands"
.SH NAME
line \- read one line
.SH SYNOPSIS
.B line
.SH DESCRIPTION
The utility
-.I line
+.B line
copies one line (up to a newline) from standard input to standard output.
It always prints at least a newline and returns an exit status of 1
on EOF or read error.