From phantom@scorpion.crimea.ua Sat Aug 21 07:41:54 1999
Return-Path: <phantom@scorpion.crimea.ua>
Received: from sonet.crimea.ua (OTC-sl3-FLY.CRIS.NET [212.110.136.71])
	by hub.freebsd.org (Postfix) with ESMTP id 16F3315008
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 21 Aug 1999 07:41:25 -0700 (PDT)
	(envelope-from phantom@scorpion.crimea.ua)
Received: (from uucp@localhost)
	by sonet.crimea.ua (8.8.8/8.8.8) with UUCP id RAA26359
	for FreeBSD-gnats-submit@freebsd.org; Sat, 21 Aug 1999 17:40:20 +0400 (MSD)
	(envelope-from phantom@scorpion.crimea.ua)
Received: (from phantom@localhost)
	by scorpion.crimea.ua (8.8.8/8.8.5+ssl+keepalive) id RAA11117;
	Sat, 21 Aug 1999 17:32:59 +0400 (MSD)
Message-Id: <199908211332.RAA11117@scorpion.crimea.ua>
Date: Sat, 21 Aug 1999 17:32:59 +0400 (MSD)
From: "Alexey M. Zelkin" <phantom@cris.net>
Sender: phantom@scorpion.crimea.ua
Reply-To: "Alexey M. Zelkin" <phantom@cris.net>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [PATCH] ktrace.2 does not described ENOSYS error.
X-Send-Pr-Version: 3.2

>Number:         13290
>Category:       docs
>Synopsis:       [PATCH] ktrace.2 does not described ENOSYS error.
>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:   Sat Aug 21 07:50:01 PDT 1999
>Closed-Date:    Mon Aug 23 04:09:25 PDT 1999
>Last-Modified:  Mon Aug 23 04:09:56 PDT 1999
>Originator:     Alexey Zelkin
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
Home
>Environment:

-current, last cvsuped few hours ago

>Description:

Synopsis and patch enough descriptive.
SEE ALSO ktrace() in /sys/kern/kern_ktrace.c

>How-To-Repeat:
>Fix:

Index: ktrace.2
===================================================================
RCS file: /usr/local/CVSROOT/src/lib/libc/sys/ktrace.2,v
retrieving revision 1.6
diff -c -r1.6 ktrace.2
*** ktrace.2	1997/02/22 15:03:57	1.6
--- ktrace.2	1999/01/21 12:28:43
***************
*** 152,157 ****
--- 152,161 ----
  Too many symbolic links were encountered in translating the pathname.
  .It Bq Er EIO
  An I/O error occurred while reading from or writing to the file system.
+ .It Bq Er ENOSYS
+ The requested feature is not supported. Kernel compiled without
+ .Nm
+ support.
  .El
  .Sh SEE ALSO
  .Xr kdump 1 ,

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: chris 
State-Changed-When: Mon Aug 23 04:09:25 PDT 1999 
State-Changed-Why:  
Committed, thanks! 
>Unformatted:
