man: Use .In intead of .Fd macros for includes

This commit is contained in:
Guillem Jover 2017-06-07 22:46:07 +02:00
parent ba9e2a5a9c
commit c74ca09916
2 changed files with 3 additions and 3 deletions

View 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.)

View 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.)