From 6b76fa66199967b4ec71854f717d0b8ee94497c4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sat, 26 Jan 2013 10:45:37 -0500 Subject: [PATCH] man: docbook consitency fixes Use proper (or at least more proper) docbook tags for various fields. This should help with automatic parsing of the documentation. --- man/runlevel.xml | 2 +- man/systemd-coredumpctl.xml | 8 +++--- man/systemd-journal-gatewayd.service.xml | 28 +++++++++--------- man/systemd-udevd.service.xml | 2 +- man/udev.xml | 36 ++++++++++++------------ 5 files changed, 38 insertions(+), 38 deletions(-) diff --git a/man/runlevel.xml b/man/runlevel.xml index 02d5371c5..0ad4953ef 100644 --- a/man/runlevel.xml +++ b/man/runlevel.xml @@ -124,7 +124,7 @@ - /var/run/utmp + /var/run/utmp The utmp database runlevel reads the diff --git a/man/systemd-coredumpctl.xml b/man/systemd-coredumpctl.xml index 53b82ed27..87ed6fa73 100644 --- a/man/systemd-coredumpctl.xml +++ b/man/systemd-coredumpctl.xml @@ -162,7 +162,7 @@ - + PID Process ID of the process that dumped @@ -170,7 +170,7 @@ - + COMM Name of the executable (matches ). @@ -179,7 +179,7 @@ - + EXE Path to the executable (matches ). @@ -188,7 +188,7 @@ - + MATCH General journalctl predicates (see journalctl1). diff --git a/man/systemd-journal-gatewayd.service.xml b/man/systemd-journal-gatewayd.service.xml index 37b39c2d3..44cd6167f 100644 --- a/man/systemd-journal-gatewayd.service.xml +++ b/man/systemd-journal-gatewayd.service.xml @@ -124,13 +124,13 @@ along with systemd; If not, see . - + /browse Interactive browsing. - + /entries[?option1&option2=value...] Retrieval of events in various formats. @@ -149,7 +149,7 @@ along with systemd; If not, see . - + /machine Return a JSON structure describing the machine. @@ -167,7 +167,7 @@ along with systemd; If not, see . - FIELD_NAME + /fields/FIELD_NAME Return a list of values of this field present in the logs. @@ -179,14 +179,14 @@ along with systemd; If not, see . Accept header - format + Recognized formats: - + text/plain The default. Plaintext syslog-like output, one line per journal entry @@ -195,7 +195,7 @@ along with systemd; If not, see . - + application/json Entries are formatted as JSON data structures, one per line @@ -207,7 +207,7 @@ along with systemd; If not, see . - + application/event-stream Entries are formatted as JSON data structures, wrapped in a format suitable for . - + application/vnd.fdo.journal Entries are serialized into a binary (but mostly text-based) stream suitable for backups and network @@ -237,7 +237,7 @@ along with systemd; If not, see . Range header - + where @@ -256,7 +256,7 @@ along with systemd; If not, see . - + follow wait for new events (like journalctl --follow, except that @@ -265,7 +265,7 @@ along with systemd; If not, see . - + discrete Test that the specified cursor refers to an entry in the journal. Returns just this entry. @@ -273,14 +273,14 @@ along with systemd; If not, see . - + boot Limit events to the current boot of the system (like journalctl --this--boot). - + KEY=match Match journal fields. See systemd.journal-fields7. diff --git a/man/systemd-udevd.service.xml b/man/systemd-udevd.service.xml index 92fb38f06..9fc59c1bf 100644 --- a/man/systemd-udevd.service.xml +++ b/man/systemd-udevd.service.xml @@ -118,7 +118,7 @@ Environment - UDEV_LOG= + $UDEV_LOG= Set the logging priority. diff --git a/man/udev.xml b/man/udev.xml index 7ec7a3fed..773635ecf 100644 --- a/man/udev.xml +++ b/man/udev.xml @@ -65,7 +65,7 @@ The following variables can be set: - + udev_log The logging priority. Valid values are the numerical syslog priorities or their textual representations: , @@ -107,21 +107,21 @@ operators are: - + == Compare for equality. - + != Compare for inequality. - + = Assign a value to a key. Keys that represent a list are reset and only this single value is assigned. @@ -129,14 +129,14 @@ - + += Add the value to a key that holds a list of entries. - + := Assign a value to a key finally; disallow any later changes. @@ -297,19 +297,19 @@ pattern characters are supported: - + * Matches zero or more characters. - + ? Matches any single character. - + [] Matches any single character specified within the brackets. For example, the pattern string 'tty[SR]' would match either 'ttyS' or 'ttyR'. @@ -354,7 +354,7 @@ - + , , The permissions for the device node. Every specified value overrides the compiled-in default value. @@ -427,10 +427,10 @@ Import a set of variables as device properties, - depending on type: + depending on type: - + program Execute an external program specified as the assigned value and import its output, which must be in environment key @@ -439,14 +439,14 @@ - + file Import a text file specified as the assigned value, the content of which must be in environment key format. - + db Import a single property specified as the assigned value from the current device database. This works only if the database is already populated @@ -454,14 +454,14 @@ - + cmdline Import a single property from the kernel command line. For simple flags the value of the property is set to '1'. - + parent Import the stored keys from the parent device by reading the database entry of the parent device. The value assigned to @@ -677,14 +677,14 @@ - + %% The '%' character itself. - + $$ The '$' character itself. -- 2.30.2