summaryrefslogtreecommitdiff
path: root/man/systemd.socket.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-12-31 01:07:49 +0100
committerLennart Poettering <lennart@poettering.net>2011-12-31 01:07:49 +0100
commit271b032a053f9d4a1be271bb052276ae27fe36c6 (patch)
treeca0c7f249a71d63963df0a01aadf012bd26da31a /man/systemd.socket.xml
parentdc1ecd78e9f046880d10ddb45cf9b06df1084b10 (diff)
socket: rename the PassCred= option to PassCredentials=, since we don't want to needlessly abbreviate options unless they are very well established
Diffstat (limited to 'man/systemd.socket.xml')
-rw-r--r--man/systemd.socket.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml
index f883543c8..ef5b28c77 100644
--- a/man/systemd.socket.xml
+++ b/man/systemd.socket.xml
@@ -510,7 +510,7 @@
<term><varname>Transparent=</varname></term>
<listitem><para>Takes a boolean
value. Controls the IP_TRANSPARENT
- option. Defaults to
+ socket option. Defaults to
<option>false</option>.</para></listitem>
</varlistentry>
@@ -518,17 +518,17 @@
<term><varname>Broadcast=</varname></term>
<listitem><para>Takes a boolean
value. This controls the SO_BROADCAST
- option, which allows broadcast
+ socket option, which allows broadcast
datagrams to be sent from this
socket. Defaults to
<option>false</option>.</para></listitem>
</varlistentry>
<varlistentry>
- <term><varname>PassCred=</varname></term>
+ <term><varname>PassCredentials=</varname></term>
<listitem><para>Takes a boolean
value. This controls the SO_PASSCRED
- option, which allows UNIX sockets to
+ socket option, which allows UNIX sockets to
receive the credentials of the sending
process in an ancillary message.
Defaults to