summaryrefslogtreecommitdiffstats
path: root/text-utils/line.1
diff options
context:
space:
mode:
authorKarel Zak2006-12-07 00:25:49 +0100
committerKarel Zak2006-12-07 00:25:49 +0100
commite8f2641919de90b488ce3788a7795b88311750b5 (patch)
tree68f3732da38ff1b21ec49780d7c830250329fec9 /text-utils/line.1
parentImported from util-linux-2.11f tarball. (diff)
downloadkernel-qcow2-util-linux-e8f2641919de90b488ce3788a7795b88311750b5.tar.gz
kernel-qcow2-util-linux-e8f2641919de90b488ce3788a7795b88311750b5.tar.xz
kernel-qcow2-util-linux-e8f2641919de90b488ce3788a7795b88311750b5.zip
Imported from util-linux-2.11m tarball.
Diffstat (limited to 'text-utils/line.1')
-rw-r--r--text-utils/line.117
1 files changed, 17 insertions, 0 deletions
diff --git a/text-utils/line.1 b/text-utils/line.1
new file mode 100644
index 000000000..2c356a6bd
--- /dev/null
+++ b/text-utils/line.1
@@ -0,0 +1,17 @@
+.\" This page is in the public domain
+.Dd August 2, 2001
+.Dt line 1
+.Os Linux 2.4
+.Sh NAME
+.Nm line
+.Nd read one line
+.Sh SYNOPSIS
+.Nm
+.Sh DESCRIPTION
+.Nm
+copies one line (up to a newline) from standard input and writes it to
+standard output. It always prints at least a newline and returns an exit
+code of 1 on EOF.
+.Sh SEE ALSO
+.Xr read 2 ,
+.Xr sh 1