diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-09-14 17:09:27 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-09-14 17:09:27 +0000 |
commit | 1dfa13dfcd6cd2d0c0e63ef01d19c4fe9fc94ae2 (patch) | |
tree | 6aeeb19f21ec6fe3ef1a32ecbd4d53108558fdb0 /share/man/man4/hotplug.4 | |
parent | 3ad40c86a1e701f4134f138396bd5bf353adc6e4 (diff) |
convert .Fd #include to .In
Diffstat (limited to 'share/man/man4/hotplug.4')
-rw-r--r-- | share/man/man4/hotplug.4 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/hotplug.4 b/share/man/man4/hotplug.4 index ffefbb2c78b..9f37e17bbac 100644 --- a/share/man/man4/hotplug.4 +++ b/share/man/man4/hotplug.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hotplug.4,v 1.5 2014/01/21 03:15:46 schwarze Exp $ +.\" $OpenBSD: hotplug.4,v 1.6 2015/09/14 17:09:26 schwarze Exp $ .\" .\" Copyright (c) 2004 Alexander Yurchenko <grange@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 21 2014 $ +.Dd $Mdocdate: September 14 2015 $ .Dt HOTPLUG 4 .Os .Sh NAME @@ -23,9 +23,9 @@ .Sh SYNOPSIS .Cd "pseudo-device hotplug 1" .Pp -.Fd #include <sys/types.h> -.Fd #include <sys/device.h> -.Fd #include <sys/hotplug.h> +.In sys/types.h +.In sys/device.h +.In sys/hotplug.h .Sh DESCRIPTION The .Nm |