Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 May 2004 10:06:03 -0700 (PDT)
From:      Michel Lavondès <fox@vader.aacc.cc.md.us>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   docs/66289: [patch] lib/libc/gen/ualarm.3 refers to non-existent argument "value"
Message-ID:  <200405051706.i45H635d058395@www.freebsd.org>
Resent-Message-ID: <200405051710.i45HAOCT075686@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 05 10:10:24 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Michel Lavondès
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405051706.i45H635d058395>