Bug 30626

Summary: Typo in errno(2) manual
Product: Documentation Reporter: Dan Lukes <dan>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Dan Lukes 2001-09-17 11:00:00 UTC
	The names of functions referenced in man pages should be exact.

How-To-Repeat: 	N/A
Comment 1 Gary W. Swearingen 2001-09-17 22:46:47 UTC
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)
Comment 2 Murray Stokely freebsd_committer freebsd_triage 2001-09-24 03:51:58 UTC
State Changed
From-To: open->closed

Your changes, and the additional feedback from Gary have been 
committed.  Thanks!