diff options
author | Jens Georg <mail@jensge.org> | 2016-02-14 00:27:50 +0100 |
---|---|---|
committer | Jens Georg <mail@jensge.org> | 2016-02-14 19:47:37 +0100 |
commit | 9d3408e45d23970c24521b1ffe0321f4d5169b90 (patch) | |
tree | 6f33c2b7a7ba15a21c2b5abcd5d2f87d6019cc56 /doc | |
parent | 78c805c64fda99b40b66001b3393cb307321f515 (diff) | |
download | rygel-9d3408e45d23970c24521b1ffe0321f4d5169b90.tar.gz |
doc: Update rygel.conf.1
Signed-off-by: Jens Georg <mail@jensge.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/rygel.conf.xml | 24 |
1 files changed, 10 insertions, 14 deletions
diff --git a/doc/man/rygel.conf.xml b/doc/man/rygel.conf.xml index 057c8b0f..1ed2f70f 100644 --- a/doc/man/rygel.conf.xml +++ b/doc/man/rygel.conf.xml @@ -109,18 +109,6 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ <variablelist> <varlistentry> <term> - <option>upnp-enabled</option> - </term> - <listitem> - <para>Enable/disable UPnP sharing of the media files. If set to - <userinput>false</userinput>, <application>&dhpackage;</application> will - still offer HTTP proxy URLs for its media files but not actively - advertise them via UPnP. - </para> - </listitem> - </varlistentry> - <varlistentry> - <term> <option>interface=<replaceable>INTERFACE</replaceable></option> </term> <listitem> @@ -294,6 +282,14 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ </para> </listitem> </varlistentry> + <varlistentry> + <term> + <option>server-name</option> + </term> + <listitem> + <para>A string that will be sent as the "Server:" header in a HTTP response.</para> + </listitem> + </varlistentry> </variablelist> </refsect1> <refsect1> @@ -305,7 +301,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ <option>mode-on-suspend</option> </term> <listitem> - <para>The <code>NetworkInterfaceMode</code> that should be used when suspended. Default is "Unimplemented", other valid values are "IP-up-Periodic”, "IP-down-no-Wake", "IP-down-with-WakeOn", "IP-down-with-WakeAuto", "IP-down-with-WakeOnAuto".</para> + <para>The <code>NetworkInterfaceMode</code> that should be used when suspended. Default is "Unimplemented", other valid values are "IP-up-Periodic”, "IP-down-no-Wake", "IP-down-with-WakeOn", "IP-down-with-WakeAuto", "IP-down-with-WakeOnAuto".</para> </listitem> </varlistentry> <varlistentry> @@ -313,7 +309,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ <option>supported-transport</option> </term> <listitem> - <para>Optional <code>WakeSupportedTransport</code> that the service should advertize. Valid values are "UDP-Broadcast", "UDP-Unicast", "TCP-Unicast", "Other".</para> + <para>Optional <code>WakeSupportedTransport</code> that the service should advertize. Valid values are "UDP-Broadcast", "UDP-Unicast", "TCP-Unicast", "Other".</para> </listitem> </varlistentry> <varlistentry> |