From 3ab4f498a6a8df3d30621f4939cab2b69412c035 Mon Sep 17 00:00:00 2001 From: David Strauss Date: Mon, 2 Nov 2015 17:19:26 -0800 Subject: [PATCH] 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. --- man/sd_notify.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ - Internally, these functions send a single datagram with the + These functions send a single datagram with the state string as payload to the AF_UNIX socket referenced in the $NOTIFY_SOCKET environment variable. If the first character of -- 2.30.2