summaryrefslogtreecommitdiff
path: root/man3/getline.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2005-11-02 13:55:25 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2005-11-02 13:55:25 +0000
commit8478ee027925a00caf4740df038241d8eaf43d9e (patch)
treec8d3841d3ca91f807cc9216309d22cf3cad7196e /man3/getline.3
parent836f07c1c349704dc5c37fad822933c427b4dd32 (diff)
Formatting fixes
Diffstat (limited to 'man3/getline.3')
-rw-r--r--man3/getline.34
1 files changed, 1 insertions, 3 deletions
diff --git a/man3/getline.3 b/man3/getline.3
index c226be9af..615192c0e 100644
--- a/man3/getline.3
+++ b/man3/getline.3
@@ -44,9 +44,7 @@ newline delimiter was found.
.\" Answer: *n is ignored and a new buffer is allocated
If
.IR "*lineptr"
-is
-.BR "NULL" ,
-the
+is NULL, then the
.BR getline ()
routine will allocate a buffer for containing the line, which must be freed
by the user program.