summaryrefslogtreecommitdiff
path: root/static/v10/man4/log.4
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
commit97d5c458cfa039d857301e1ca7d5af3beb37131d (patch)
treeb460cd850d0537eb71806ba30358840377b27688 /static/v10/man4/log.4
parentb89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff)
build: Better Build System
Diffstat (limited to 'static/v10/man4/log.4')
-rw-r--r--static/v10/man4/log.442
1 files changed, 0 insertions, 42 deletions
diff --git a/static/v10/man4/log.4 b/static/v10/man4/log.4
deleted file mode 100644
index 4616ee38..00000000
--- a/static/v10/man4/log.4
+++ /dev/null
@@ -1,42 +0,0 @@
-.TH LOG 4
-.CT 2 log_man
-.SH NAME
-log \- security log file
-.SH SYNOPSIS
-.B #include <sys/log.h>
-.SH DESCRIPTION
-The special files
-.FR /dev/log/log00
-through
-.FR /dev/log/log15
-refer to `repository' files nominated by
-.IR syslog (2).
-.PP
-The kernel automatically records selected events on
-the `system log file'
-.FR /dev/log/log00
-in the form described in
-.IR log (5).
-.PP
-Any process with write access may write on a log file;
-no process has read access.
-Each write places in the repository file a
-.IR log (5)
-record with
-.B code
-=
-.BR LOG_USER .
-The data written are truncated to
-.B LOGLEN
-bytes and placed in the
-.B body
-field.
-When logging is not turned on, a log file
-acts like a write-only
-.BR /dev/null .
-.SH FILES
-.F /dev/log/*
-.SH SEE ALSO
-.IR syslog (2),
-.IR log (5),
-.IR syslog (8)