diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-12-17 10:08:36 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-12-17 10:08:36 +0000 |
| commit | f65f4d13fa691e8958a61a6c0c605549169b40a8 (patch) | |
| tree | d2c99370b8611d573fe0d229d908fd2bfc9c113e /lib/libalias | |
| parent | 5ca1403ce06c603fa4fcfcdcb1208df4e44fa8c2 (diff) | |
Notes
Diffstat (limited to 'lib/libalias')
| -rw-r--r-- | lib/libalias/libalias.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libalias/libalias.3 b/lib/libalias/libalias.3 index de675f5cbd57..cd8b97c39094 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 <sys/types.h> -.Fd #include <netinet/in.h> -.Fd #include <alias.h> +.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 |
