diff options
author | Michal Schmidt <mschmidt@redhat.com> | 2011-11-11 10:48:17 +0100 |
---|---|---|
committer | Michal Schmidt <mschmidt@redhat.com> | 2011-11-11 10:48:17 +0100 |
commit | 9f84624270432cdff35c4f499fbdb9e0f94fe705 (patch) | |
tree | 84089ade9147d9bca0fdfce5f695a933e0d34eee | |
parent | 5831e9b726ab6e76b28a94861a014d3bc2aa3015 (diff) |
man: fix typo in sd_notify
Noticed by guzu.
-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 dd0ba935d6..62347f8ab0 100644 --- a/man/sd_notify.xml +++ b/man/sd_notify.xml @@ -166,7 +166,7 @@ for details.</para> <para><function>sd_notifyf()</function> is similar to - <function>sd_notifyf()</function> but takes a + <function>sd_notify()</function> but takes a <function>printf()</function>-like format string plus arguments.</para> </refsect1> |