From 6b76fa66199967b4ec71854f717d0b8ee94497c4 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Sat, 26 Jan 2013 10:45:37 -0500 Subject: 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/systemd-journal-gatewayd.service.xml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'man/systemd-journal-gatewayd.service.xml') diff --git a/man/systemd-journal-gatewayd.service.xml b/man/systemd-journal-gatewayd.service.xml index 37b39c2d3e..44cd6167f5 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. -- cgit v1.2.3-54-g00ecf