From dan@dan.ms.mff.cuni.cz  Mon Sep 17 02:52:01 2001
Return-Path: <dan@dan.ms.mff.cuni.cz>
Received: from dan.ms.mff.cuni.cz (dan.ms.mff.cuni.cz [195.113.19.49])
	by hub.freebsd.org (Postfix) with ESMTP id D0F3A37B40B
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 17 Sep 2001 02:52:00 -0700 (PDT)
Received: (from root@localhost)
	by dan.ms.mff.cuni.cz (8.11.6/8.11.6) id f8H9psf02847;
	Mon, 17 Sep 2001 11:51:54 +0200 (CEST)
	(envelope-from dan)
Message-Id: <200109170951.f8H9psf02847@dan.ms.mff.cuni.cz>
Date: Mon, 17 Sep 2001 11:51:54 +0200 (CEST)
From: Dan Lukes <dan@obluda.cz>
Reply-To: Dan Lukes <dan@obluda.cz>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Typo in errno(2) manual
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         30626
>Category:       docs
>Synopsis:       Typo in errno(2) manual
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 17 03:00:00 PDT 2001
>Closed-Date:    Sun Sep 23 19:51:58 PDT 2001
>Last-Modified:  Sun Sep 23 19:52:38 PDT 2001
>Originator:     Dan Lukes
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
Obludarium
>Environment:
System: FreeBSD dan.ms.mff.cuni.cz 4.4-STABLE FreeBSD 4.4-STABLE #62: Sun Sep 16 23:55:12 CEST 2001 dan@dan.ms.mff.cuni.cz:/usr/src/sys/compile/DanMS i386

>Description:
	The names of functions referenced in man pages should be exact.

>How-To-Repeat:
	N/A
>Fix:

--- errno.2.ORIG        Mon Sep 17 11:44:15 2001
+++ errno.2     Mon Sep 17 11:45:15 2001
@@ -199,7 +199,7 @@
 .It Er 24 EMFILE Em "Too many open files" .
 <As released, the limit on the number of
 open files per process is 64.>
-.Xr Getdtablesize 2
+.Xr getdtablesize 2
 will obtain the current limit.
 .It Er 25 ENOTTY Em "Inappropriate ioctl for device" .
 A control function (see

>Release-Note:
>Audit-Trail:

From: swear@blarg.net (Gary W. Swearingen)
To: Dan Lukes <dan@obluda.cz>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: docs/30626: Typo in errno(2) manual
Date: 17 Sep 2001 14:46:47 -0700

 Dan Lukes <dan@obluda.cz> writes:
 
 > --- errno.2.ORIG        Mon Sep 17 11:44:15 2001
 > +++ errno.2     Mon Sep 17 11:45:15 2001
 > @@ -199,7 +199,7 @@
 >  .It Er 24 EMFILE Em "Too many open files" .
 >  <As released, the limit on the number of
 >  open files per process is 64.>
 > -.Xr Getdtablesize 2
 > +.Xr getdtablesize 2
 >  will obtain the current limit.
 >  .It Er 25 ENOTTY Em "Inappropriate ioctl for device" .
 >  A control function (see
 
 A comment from a bystander:  Words are cheap; adding one would form a
 proper sentence.
 
  -.Xr Getdtablesize 2
  + Function
  +.Xr getdtablesize 2
 
 (untested)
State-Changed-From-To: open->closed 
State-Changed-By: murray 
State-Changed-When: Sun Sep 23 19:51:58 PDT 2001 
State-Changed-Why:  
Your changes, and the additional feedback from Gary have been 
committed.  Thanks! 


http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30626 
>Unformatted:
