From 271b032a053f9d4a1be271bb052276ae27fe36c6 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 31 Dec 2011 01:07:49 +0100 Subject: socket: rename the PassCred= option to PassCredentials=, since we don't want to needlessly abbreviate options unless they are very well established --- man/systemd.socket.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'man/systemd.socket.xml') diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index f883543c80..ef5b28c771 100644 --- a/man/systemd.socket.xml +++ b/man/systemd.socket.xml @@ -510,7 +510,7 @@ Transparent= Takes a boolean value. Controls the IP_TRANSPARENT - option. Defaults to + socket option. Defaults to . @@ -518,17 +518,17 @@ Broadcast= 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 . - PassCred= + PassCredentials= 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 -- cgit v1.2.3-54-g00ecf