getline.3: Minor wording fix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-06-12 15:00:57 +02:00
parent 9b50d25153
commit 9f864ad204
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ is NULL, then
.BR getline ()
will allocate a buffer for storing the line,
which should be freed by the user program.
(The value in
(In this case, the value in
.I *n
is ignored.)