From d1c548a722bd3be5806c0538feae591bddee49da Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sun, 14 Nov 2010 09:58:12 +0100 Subject: [PATCH] docs/api-notify.txt: fixed the style of an code example. --- docs/api-notify.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/api-notify.txt b/docs/api-notify.txt index 0c39e00..4cacf75 100644 --- a/docs/api-notify.txt +++ b/docs/api-notify.txt @@ -98,9 +98,9 @@ in this function, the only requirement is that the function never blocks. `notify_event_typetostr()`:: - returns a string representation of a event's type. the pointer should + - not be free'ed, so its safe to be used like this: +returns a string representation of a event's type. the pointer should + +not be free'ed, so its safe to be used like this: + -========================== +---- printf("type: %s\n", notify_event_typetostr(event)); -========================== +----