aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2019-08-06 09:59:39 +0200
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2019-08-06 09:59:57 +0200
commit170d9130e6d4aedb0444a57f1b3a28006363ebae (patch)
tree95d86498b209cd3ba8d8542c6a13a0fcede12b4c
parent638372d53342e2a82226324ac97ba1a6cebefb20 (diff)
downloadpsmq-170d9130e6d4aedb0444a57f1b3a28006363ebae.tar.gz
psmq-170d9130e6d4aedb0444a57f1b3a28006363ebae.tar.bz2
psmq-170d9130e6d4aedb0444a57f1b3a28006363ebae.zip
man/psmq_receive.3: fix invalid escape of '\n'
no_ci Signed-off-by: Michał Łyszczek <michal.lyszczek@bofc.pl>
-rw-r--r--man/psmq_receive.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man/psmq_receive.3 b/man/psmq_receive.3
index fd88458..c81bb65 100644
--- a/man/psmq_receive.3
+++ b/man/psmq_receive.3
@@ -172,7 +172,7 @@ Note: error checking has been ommited for clarity.
* callback function to avoid copying data
*/
psmq_receive(&psmq, can_engine_rpm_receiver, &rpm);
- printf("rpm %d\n", rpm);
+ printf("rpm %d\en", rpm);
}
/* after work is finished, we need to deregister from broker to