Bug 174023

Summary: getline(3) doc bug
Product: Documentation Reporter: pprocacci
Component: Books & ArticlesAssignee: Eitan Adler <eadler>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description pprocacci 2012-11-30 20:40:00 UTC
Really minor documentation bug in getline(3).  (Major if you want to confuse someone - hehe).

In the "Return Values" section of the manpage it says the call to either the getline and getdelim functions return the value of the number of characters _written_.

Certainly this should have been _read_.

How-To-Repeat: man getline
Comment 1 Eitan Adler freebsd_committer freebsd_triage 2012-11-30 23:14:08 UTC
Responsible Changed
From-To: freebsd-doc->eadler

I'll take it.
Comment 2 Eitan Adler freebsd_committer freebsd_triage 2012-11-30 23:22:05 UTC
State Changed
From-To: open->analyzed

awaiting approval or review prior to commit (no action needed from 
submitter)
Comment 3 Eitan Adler freebsd_committer freebsd_triage 2012-12-01 15:26:28 UTC
State Changed
From-To: analyzed->patched

committed varient in r243753
Comment 4 Eitan Adler freebsd_committer freebsd_triage 2012-12-09 04:15:53 UTC
State Changed
From-To: patched->closed

Committed. Thanks!