aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2011-09-27 05:07:24 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2011-09-27 05:07:24 +0200
commit1c1a8c025cbe80287ccb1ebf1b460c52fb8831ff (patch)
tree331a84ac49248ff7d39fa1d575c577ed8b0bade1
parent0cf28c348ccb4c32e3438c0e4db661a279476e6f (diff)
downloadman-pages-1c1a8c025cbe80287ccb1ebf1b460c52fb8831ff.tar.gz
getline.3: tfix
Rep[orted-by: Reuben Thomas <rrt@sc3d.org> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/getline.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/getline.3 b/man3/getline.3
index 860cee0e33..2e5146d556 100644
--- a/man3/getline.3
+++ b/man3/getline.3
@@ -115,7 +115,7 @@ but not including the terminating null byte.
This value can be used
to handle embedded null bytes in the line read.
-Both functions return \-1 on failure to read a line (including end-of-file
+Both functions return \-1 on failure to read a line (including end-of-file
condition).
.SH ERRORS
.TP