diff options
author | David Strauss <david@davidstrauss.net> | 2015-11-02 17:19:26 -0800 |
---|---|---|
committer | David Strauss <david@davidstrauss.net> | 2015-11-02 17:19:26 -0800 |
commit | 3122633a91375c8a8dc783b3b91482e60810181f (patch) | |
tree | 0d34f165a6a4bb20dd699dee844d93a8465ae63c /man | |
parent | 3342582deb95b6e364541435654eb8f6fa320f40 (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.
Diffstat (limited to 'man')
-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 2d73c27f62..b7ee4286f0 100644 --- a/man/sd_notify.xml +++ b/man/sd_notify.xml @@ -311,7 +311,7 @@ <xi:include href="libsystemd-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 |