diff options
author | David Strauss <david@davidstrauss.net> | 2015-11-02 17:19:26 -0800 |
---|---|---|
committer | Sven Eden <yamakuzure@gmx.net> | 2017-04-26 12:58:55 +0200 |
commit | 3ab4f498a6a8df3d30621f4939cab2b69412c035 (patch) | |
tree | 888c4ec97a635b866f290466db46fc47a4bc7c77 | |
parent | 5d0e1fed3db3c6fb6ce6d795e705694a86d2371f (diff) |
man: Drop "internally," which is misleading
The existing text misleads readers into thinking how the notify socket protocol is "internals" and that they can only use the functions. However, the socket is part of the Interface Stability Promise. So, we should drop "internally" from the description so the man page both indicates both how the functions work and how one would talk to the socket directly.
-rw-r--r-- | man/sd_notify.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_notify.xml b/man/sd_notify.xml index c52ef533b..05aae604a 100644 --- a/man/sd_notify.xml +++ b/man/sd_notify.xml @@ -290,7 +290,7 @@ <xi:include href="libelogind-pkgconfig.xml" xpointer="pkgconfig-text"/> - <para>Internally, these functions send a single datagram with the + <para>These functions send a single datagram with the state string as payload to the <constant>AF_UNIX</constant> socket referenced in the <varname>$NOTIFY_SOCKET</varname> environment variable. If the first character of |