Bug 66289

Summary: [patch] lib/libc/gen/ualarm.3 refers to non-existent argument "value"
Product: Documentation Reporter: Michel Lavondes <fox>
Component: Books & ArticlesAssignee: Christian Brueffer <brueffer>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Michel Lavondes 2004-05-05 18:10:24 UTC
The text (_foo_ means foo is emphasized /highlighted): 

  If the _interval_ argument is non-zero, the SIGALRM signal will be
  sent to the process every _interval_ microseconds after the timer
  expires (e.g. after _value_ microseconds have passed).

should probably read:

  If the _interval_ argument is non-zero, the SIGALRM signal will be
  sent to the process every _interval_ microseconds after the timer
  expires (e.g. after _microseconds_ have passed).

(ie, "microseconds", not "value", is the argument name.)

How-To-Repeat: man 3 ualarm
Comment 1 Christian Brueffer freebsd_committer freebsd_triage 2004-05-09 12:11:31 UTC
State Changed
From-To: open->patched

The issue was fixed in -CURRENT.  However, I chose to apply 
the wording from OpenBSD. 
1. to stay at least a bit in sync 
2. because i liked it better :-) 

Thanks for the submission! 


Comment 2 Christian Brueffer freebsd_committer freebsd_triage 2004-05-09 12:11:31 UTC
Responsible Changed
From-To: freebsd-doc->brueffer

MFC reminder
Comment 3 Matteo Riondato 2005-04-08 19:32:03 UTC
This was commited and MFCed to RELENG_5 but not to RELENG_4.
After this has happened, this PR can be closed.
Thanks
Best Regards
-- 
Rionda aka Matteo Riondato
Disinformato per default
G.U.F.I. Staff Member (http://www.gufi.org)
FreeSBIE Developer (http://www.freesbie.org)
Comment 4 Christian Brueffer 2005-04-08 20:00:15 UTC
On Fri, Apr 08, 2005 at 08:32:03PM +0200, Matteo Riondato wrote:
> This was commited and MFCed to RELENG_5 but not to RELENG_4.
> After this has happened, this PR can be closed.


bde@ had some comments about the original commit that I haven't gotten
around to take care about yet.  That's why the MFC hasn't happened and
the PR is still open.

- Christian

-- 
Christian Brueffer	chris@unixpages.org	brueffer@FreeBSD.org
GPG Key:	 http://people.freebsd.org/~brueffer/brueffer.key.asc
GPG Fingerprint: A5C8 2099 19FF AACA F41B  B29B 6C76 178C A0ED 982D
Comment 5 Eitan Adler freebsd_committer freebsd_triage 2013-03-15 23:22:39 UTC
State Changed
From-To: patched->closed

MFCed/fixed by now or it will never be MFCed