]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
fanotify.7: ffix: boldface user commands in shell sessions
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 8 Jun 2019 10:40:03 +0000 (12:40 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 8 Jun 2019 11:56:07 +0000 (13:56 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man7/fanotify.7

index 9439c9fd06a2ad1554c9339ad50c51ea537e155d..9d12b5e99dd315a56c8736d21fc7642e06f7c998 100644 (file)
@@ -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