mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 14:48:57 +00:00
Document ENOSYS error.
PR: docs/13290
This commit is contained in:
parent
e6fb3dde93
commit
1d71a557cc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50217
@ -30,7 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)ktrace.2 8.1 (Berkeley) 6/4/93
|
||||
.\" $Id$
|
||||
.\" $Id: ktrace.2,v 1.6 1997/02/22 15:03:57 peter Exp $
|
||||
.\"
|
||||
.Dd June 4, 1993
|
||||
.Dt KTRACE 2
|
||||
@ -152,6 +152,10 @@ Search permission is denied for a component of the path prefix.
|
||||
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 kernel was not compiled with
|
||||
.Nm
|
||||
support.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr kdump 1 ,
|
||||
|
Loading…
Reference in New Issue
Block a user