From nobody@FreeBSD.org  Wed May  5 10:06:04 2004
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5C72716A4CE
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  5 May 2004 10:06:04 -0700 (PDT)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3B61143D31
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  5 May 2004 10:06:04 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i45H63K2058396
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 5 May 2004 10:06:03 -0700 (PDT)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.11/8.12.11/Submit) id i45H635d058395;
	Wed, 5 May 2004 10:06:03 -0700 (PDT)
	(envelope-from nobody)
Message-Id: <200405051706.i45H635d058395@www.freebsd.org>
Date: Wed, 5 May 2004 10:06:03 -0700 (PDT)
From: Michel Lavonds <fox@vader.aacc.cc.md.us>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] lib/libc/gen/ualarm.3 refers to non-existent argument "value"
X-Send-Pr-Version: www-2.3

>Number:         66289
>Category:       docs
>Synopsis:       [patch] lib/libc/gen/ualarm.3 refers to non-existent argument "value"
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    brueffer
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 05 10:10:24 PDT 2004
>Closed-Date:    Fri Mar 15 23:22:39 UTC 2013
>Last-Modified:  Fri Mar 15 23:22:39 UTC 2013
>Originator:     Michel Lavonds
>Release:        4.8-RELEASE-p18
>Organization:
None whatsoever.
>Environment:
>Description:
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
>Fix:
--- ualarm.3.orig	Tue May  4 22:09:45 2004
+++ ualarm.3	Tue May  4 22:20:04 2004
@@ -69,8 +69,8 @@
 to the process every
 .Fa interval
 microseconds after the timer expires (e.g. after
-.Fa value
-microseconds have passed).
+.Fa microseconds
+have passed).
 .Pp
 Due to
 .Xr setitimer 2
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched 
State-Changed-By: brueffer 
State-Changed-When: Sun May 9 13:11:31 CEST 2004 
State-Changed-Why:  
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! 


Responsible-Changed-From-To: freebsd-doc->brueffer 
Responsible-Changed-By: brueffer 
Responsible-Changed-When: Sun May 9 13:11:31 CEST 2004 
Responsible-Changed-Why:  
MFC reminder 

http://www.freebsd.org/cgi/query-pr.cgi?pr=66289 

From: Matteo Riondato <rionda@gufi.org>
To: bug-followup@freebsd.org
Cc: brueffer@freebsd.org
Subject: docs/66289 [patch] lib/libc/gen/ualarm.3 refers to non-existent argument "value"
Date: Fri, 8 Apr 2005 20:32:03 +0200

 --wxIXENaY2CYUgF8u
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 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
 --=20
 Rionda aka Matteo Riondato
 Disinformato per default
 G.U.F.I. Staff Member (http://www.gufi.org)
 FreeSBIE Developer (http://www.freesbie.org)
 
 --wxIXENaY2CYUgF8u
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.0 (FreeBSD)
 
 iD8DBQFCVs4j2Mp4pR7Fa+wRAkooAJoDUDExMnKLWmh0qtHyOAvj28ZYygCcDZ86
 WmEnHD4w32J/J/8qkPgJ3ss=
 =o7Yj
 -----END PGP SIGNATURE-----
 
 --wxIXENaY2CYUgF8u--

From: Christian Brueffer <chris@unixpages.org>
To: Matteo Riondato <rionda@gufi.org>
Cc: bug-followup@freebsd.org
Subject: Re: docs/66289 [patch] lib/libc/gen/ualarm.3 refers to non-existent
 argument "value"
Date: Fri, 08 Apr 2005 21:00:15 +0200

 --2oS5YaxWCcQjTEyO
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 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
 
 --=20
 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
 
 --2oS5YaxWCcQjTEyO
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.0 (FreeBSD)
 
 iD8DBQFCVtS/bHYXjKDtmC0RAhvYAJ4uUqUlhLoHCr1qoFgBuO6A1+DgfACfau3a
 HQA/yuUM41SLpu532Pq0tSE=
 =H+D1
 -----END PGP SIGNATURE-----
 
 --2oS5YaxWCcQjTEyO--
 
State-Changed-From-To: patched->closed 
State-Changed-By: eadler 
State-Changed-When: Fri Mar 15 23:22:39 UTC 2013 
State-Changed-Why:  
MFCed/fixed by now or it will never be MFCed 

http://www.freebsd.org/cgi/query-pr.cgi?pr=66289 
>Unformatted:
