]> git.ipfire.org Git - thirdparty/libbsd.git/commitdiff
man: Use .In intead of .Fd macros for includes
authorGuillem Jover <guillem@hadrons.org>
Wed, 7 Jun 2017 20:46:07 +0000 (22:46 +0200)
committerGuillem Jover <guillem@hadrons.org>
Fri, 9 Jun 2017 03:46:34 +0000 (05:46 +0200)
man/mdX.3bsd
man/readpassphrase.3bsd

index 38ed0d305499eb79a6084fdb66ed5ddfa2073825..248b90ae6041069e79e0b593f0d9124368c75b83 100644 (file)
@@ -27,8 +27,8 @@
 .ds str-Lb-libbsd Utility functions from BSD systems (libbsd, \-lbsd)
 .Lb libbsd
 .Sh SYNOPSIS
-.Fd #include <sys/types.h>
-.Fd #include <mdX.h>
+.In sys/types.h
+.In mdX.h
 (See
 .Xr libbsd 7
 for include usage.)
index d0237b5470b159e3d3147fdd3360b0561972460d..56a2507f27a91eacde29f2c25a3c0c16cde34143 100644 (file)
@@ -28,7 +28,7 @@
 .ds str-Lb-libbsd Utility functions from BSD systems (libbsd, \-lbsd)
 .Lb libbsd
 .Sh SYNOPSIS
-.Fd #include <readpassphrase.h>
+.In readpassphrase.h
 (See
 .Xr libbsd 7
 for include usage.)