Bug 89810

Summary: Typo/error in timeout.9
Product: Documentation Reporter: Marius Nuennerich <marius.nuennerich>
Component: Books & ArticlesAssignee: John Baldwin <jhb>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Marius Nuennerich 2005-12-01 18:50:01 UTC
src/share/man/man9/timeout.9
contains a typo in the line
"The behavior of calling untimeout without a previously initialized handle"
I think it should be
"The behavior of calling untimeout without a previously uninitialized handle"

I'm not 100% sure about this.
Comment 1 John Baldwin freebsd_committer freebsd_triage 2005-12-01 19:16:14 UTC
On Thursday 01 December 2005 01:41 pm, Marius Nuennerich wrote:
> >Number:         89810
> >Category:       docs
> >Synopsis:       Typo/error in timeout.9
> >Confidential:   no
> >Severity:       non-critical
> >Priority:       low
> >Responsible:    freebsd-doc
> >State:          open
> >Quarter:
> >Keywords:
> >Date-Required:
> >Class:          doc-bug
> >Submitter-Id:   current-users
> >Arrival-Date:   Thu Dec 01 18:50:01 GMT 2005
> >Closed-Date:
> >Last-Modified:
> >Originator:     Marius Nuennerich
> >Release:        7-CURRENT
> >Organization:
> >Environment:
> >Description:
>
> src/share/man/man9/timeout.9
> contains a typo in the line
> "The behavior of calling untimeout without a previously initialized handle"
> I think it should be
> "The behavior of calling untimeout without a previously uninitialized
> handle"
>
> I'm not 100% sure about this.

I think it should be more like this:

The behavior of calling untimeout with an uninitialized handle is undefined.

I'll fix it.

-- 
John Baldwin <jhb@FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve"  =  http://www.FreeBSD.org
Comment 2 John Baldwin freebsd_committer freebsd_triage 2005-12-01 19:16:42 UTC
State Changed
From-To: open->patched

A fix is committed and will be MFC'd in a few days. 


Comment 3 John Baldwin freebsd_committer freebsd_triage 2005-12-01 19:16:42 UTC
Responsible Changed
From-To: freebsd-doc->jhb

A fix is committed and will be MFC'd in a few days.
Comment 4 John Baldwin freebsd_committer freebsd_triage 2005-12-05 20:08:01 UTC
State Changed
From-To: patched->closed

Fix merged to 5.x and 6.x.