Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Aug 1999 17:32:59 +0400 (MSD)
From:      "Alexey M. Zelkin" <phantom@cris.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/13290: [PATCH] ktrace.2 does not described ENOSYS error.
Message-ID:  <199908211332.RAA11117@scorpion.crimea.ua>

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

>Number:         13290
>Category:       docs
>Synopsis:       [PATCH] ktrace.2 does not described ENOSYS error.
>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:   Sat Aug 21 07:50:01 PDT 1999
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




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