[systemd-commits] 2 commits - man/systemd-coredumpctl.xml man/systemd-journal-gatewayd.service.xml
Zbigniew JÄdrzejewski-Szmek
zbyszek at kemper.freedesktop.org
Sat Dec 1 08:13:25 PST 2012
man/systemd-coredumpctl.xml | 5 ++++-
man/systemd-journal-gatewayd.service.xml | 27 ++++++++++++++++++++++++++-
2 files changed, 30 insertions(+), 2 deletions(-)
New commits:
commit 7e15bd33620534eedc20eea5312f9bedc187571e
Author: Zbigniew JÄdrzejewski-Szmek <zbyszek at in.waw.pl>
Date: Thu Nov 29 20:26:12 2012 +0100
man: fix docbook in systemd-coredumpctl(1)
diff --git a/man/systemd-coredumpctl.xml b/man/systemd-coredumpctl.xml
index 8b54b90..53b82ed 100644
--- a/man/systemd-coredumpctl.xml
+++ b/man/systemd-coredumpctl.xml
@@ -49,7 +49,10 @@
<refsynopsisdiv>
<cmdsynopsis>
- <command>systemd-coredumpctl <arg choice="opt" rep="repeat">OPTIONS</arg> <arg choice="req">COMMAND</arg> <arg choice="opt" rep="repeat">PID|COMM|EXE|MATCH</arg></command>
+ <command>systemd-coredumpctl</command>
+ <arg choice="opt" rep="repeat">OPTIONS</arg>
+ <arg choice="req">COMMAND</arg>
+ <arg choice="opt" rep="repeat">PID|COMM|EXE|MATCH</arg>
</cmdsynopsis>
</refsynopsisdiv>
commit 4203aa37afb22631ad3859709ba33923a39a4953
Author: Zbigniew JÄdrzejewski-Szmek <zbyszek at in.waw.pl>
Date: Wed Nov 28 17:47:10 2012 +0100
man: document more URLs for journal-gatewayd
diff --git a/man/systemd-journal-gatewayd.service.xml b/man/systemd-journal-gatewayd.service.xml
index 9b0fce6..3806627 100644
--- a/man/systemd-journal-gatewayd.service.xml
+++ b/man/systemd-journal-gatewayd.service.xml
@@ -101,6 +101,31 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
returned. Supported parameters are described below.</para>
</listitem>
</varlistentry>
+
+ <varlistentry>
+ <term><option>/machine</option></term>
+
+ <listitem><para>Return a JSON structre describing the machine.</para>
+
+ <para>Example:
+ <programlisting>
+{ "machine_id" : "8cf7ed9d451ea194b77a9f118f3dc446",
+ "boot_id" : "3d3c9efaf556496a9b04259ee35df7f7",
+ "hostname" : "fedora",
+ "os_pretty_name" : "Fedora 19 (Rawhide)",
+ "virtualization" : "kvm",
+ ...}
+ </programlisting>
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>/fields/</option><replaceable>FIELD_NAME</replaceable></term>
+
+ <listitem><para>Return a list of values of this field present in the logs.</para>
+ </listitem>
+ </varlistentry>
</variablelist>
</refsect1>
@@ -108,7 +133,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
<title>Accept header</title>
<para>
- <option>Accept: <format></option>
+ <option>Accept: </option><replaceable>format</replaceable>
</para>
<para>Recognized formats:</para>
More information about the systemd-commits
mailing list