From 26f6196ab6fca6705f1fe59fadf0c5d8417f518a Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 8 Jun 2019 12:40:03 +0200 Subject: [PATCH] fanotify.7: ffix: boldface user commands in shell sessions Signed-off-by: Michael Kerrisk --- man7/fanotify.7 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/man7/fanotify.7 b/man7/fanotify.7 index 9439c9fd0..9d12b5e99 100644 --- a/man7/fanotify.7 +++ b/man7/fanotify.7 @@ -746,7 +746,7 @@ processed. .SS Example output (fanotify_example.c) .in +4n .EX -# ./fanotify_example /home +# \fB./fanotify_example /home\fP Press enter key to terminate. Listening for events. FAN_OPEN_PERM: File /home/user/temp/notes @@ -757,23 +757,23 @@ Listening for events stopped. .SS Example output (fanotify_fid.c) .in +4n .EX -# ./fanotify_fid /home/user +# \fB./fanotify_fid /home/user\fP Listening for events. FAN_CREATE (file created): Directory /home/user has been modified. All events processed successfully. Program exiting. -$ touch /home/user/testing +$ \fBtouch /home/user/testing\fP --- -# ./fanotify_fid /home/user +# \fB./fanotify_fid /home/user\fP Listening for events. FAN_CREATE | FAN_ONDIR (subdirectory created): Directory /home/user has been modified. All events processed successfully. Program exiting. -$ mkdir \-p /home/user/testing +$ \fBmkdir \-p /home/user/testing\fP .EE .in .SS Program source: fanotify_example.c