From 623da62a5a107f8c09ce13cac2352200842890c6 Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 1 Oct 2001 16:09:29 +0000 Subject: mdoc(7) police: Use the new .In macro for #include statements. --- lib/libalias/libalias.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/libalias') diff --git a/lib/libalias/libalias.3 b/lib/libalias/libalias.3 index aa804db..bc975c2 100644 --- a/lib/libalias/libalias.3 +++ b/lib/libalias/libalias.3 @@ -32,9 +32,9 @@ .Nm libalias .Nd packet aliasing library for masquerading and network address translation .Sh SYNOPSIS -.Fd #include -.Fd #include -.Fd #include +.In sys/types.h +.In netinet/in.h +.In alias.h .Pp Function prototypes are given in the main body of the text. .Sh DESCRIPTION -- cgit v1.1