socket: rename the PassCred= option to PassCredentials=, since we don't want to needlessly abbreviate options unless they are very well established

This commit is contained in:
Lennart Poettering
2011-12-31 01:07:49 +01:00
parent dc1ecd78e9
commit 271b032a05
7 changed files with 11 additions and 10 deletions
+4 -4
View File
@@ -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