Changeset 8ed58e65 in rtems


Ignore:
Timestamp:
09/30/98 18:19:40 (25 years ago)
Author:
Wade A Smith <warm38@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
1dedfde9
Parents:
4ca5bd8
Message:

Made formatting changes to the file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/new_chapters/eventlog.t

    r4ca5bd8 r8ed58e65  
    5959
    6060
    61 @subsection Facilities, Severity, & Queries
     61@subsection Facilities
    6262
    6363A facility is an identification code for a subsystem, device, or
    6464other object about which information is being written to
    65 a log file.  Severity is a rating of the error that is being logged.   
     65a log file. 
     66
     67A facility set is a collection of facilities.
     68
     69@subsection Severity
     70
     71Severity is a rating of the error that is being logged.   
     72
     73@subsection Queries
     74
     75
    6676The facility identifier and the event severity are the basis for
    6777subsequent log query.  A log query is used as a filter to
     
    422432@table @b
    423433@item EACCES
    424 Search permission is denied on a component of the path prefix,
     434Search permission is denied on a component of the @cdoe{path} prefix,
    425435or the log file exists and read permission is denied.
    426436
     
    433443
    434444@item EINVAL
    435 The path argument referred to a file that was not a log file.
     445The @code{path} argument referred to a file that was not a log file.
    436446
    437447@item EMFILE
     
    448458
    449459@item ENOENT
    450 The file specified by the path argument does not exist.
     460The file specified by the @code{path} argument does not exist.
    451461
    452462@item ENOTDIR
    453 A component of the path prefix is not a directory.
     463A component of the @code{path} prefix is not a directory.
    454464
    455465@end table
     
    536546
    537547@item EINTR
    538 A signal interrupted the call to log_read().
     548A signal interrupted the call to @code{log_read()}.
    539549
    540550@item EIO
     
    616626
    617627@item ENOSYS
    618 The function log_notify() is not supported by this implementation.
     628The function @code{log_notify()} is not supported by this implementation.
    619629
    620630@end table
Note: See TracChangeset for help on using the changeset viewer.