diff options
author | 1999-02-07 00:48:28 +0000 | |
---|---|---|
committer | 1999-02-07 00:48:28 +0000 | |
commit | 85d66cb94b3f4f874b07351e7514ca59b8166089 (patch) | |
tree | 9d4ce61f6392f60e894614fda0c428828f910962 | |
parent | print INFO FIELD as unsigned (diff) | |
download | wireguard-openbsd-85d66cb94b3f4f874b07351e7514ca59b8166089.tar.xz wireguard-openbsd-85d66cb94b3f4f874b07351e7514ca59b8166089.zip |
man pages belong in section 8
-rw-r--r-- | sbin/ipf/Makefile | 4 | ||||
-rw-r--r-- | sbin/ipf/ipf.8 (renamed from sbin/ipf/ipf.1) | 2 | ||||
-rw-r--r-- | sbin/ipnat/Makefile | 4 | ||||
-rw-r--r-- | sbin/ipnat/ipnat.8 (renamed from sbin/ipnat/ipnat.1) | 0 |
4 files changed, 5 insertions, 5 deletions
diff --git a/sbin/ipf/Makefile b/sbin/ipf/Makefile index 4e55c23f66d..80354684536 100644 --- a/sbin/ipf/Makefile +++ b/sbin/ipf/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.4 1998/09/15 09:55:44 pattonme Exp $ +# $OpenBSD: Makefile,v 1.5 1999/02/07 00:48:28 deraadt Exp $ PROG= ipf -MAN= ipf.1 ipf.4 ipf.5 +MAN= ipf.8 ipf.4 ipf.5 SRCS= ipf.c parse.c opt.c .include <bsd.prog.mk> diff --git a/sbin/ipf/ipf.1 b/sbin/ipf/ipf.8 index 248f44675c1..d3f46bd1795 100644 --- a/sbin/ipf/ipf.1 +++ b/sbin/ipf/ipf.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipf.1,v 1.13 1998/09/15 09:55:44 pattonme Exp $ +.\" $OpenBSD: ipf.8,v 1.1 1999/02/07 00:48:29 deraadt Exp $ .TH IPF 1 .SH NAME ipf \- alters packet filtering lists for IP packet input and output diff --git a/sbin/ipnat/Makefile b/sbin/ipnat/Makefile index 2b00fc105da..51d8ff5214f 100644 --- a/sbin/ipnat/Makefile +++ b/sbin/ipnat/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.4 1998/09/15 09:57:29 pattonme Exp $ +# $OpenBSD: Makefile,v 1.5 1999/02/07 00:48:29 deraadt Exp $ PROG= ipnat -MAN= ipnat.1 ipnat.4 ipnat.5 +MAN= ipnat.8 ipnat.4 ipnat.5 SRCS= ipnat.c kmem.c .PATH: ${.CURDIR}/../ipfstat CFLAGS+=-I${.CURDIR}/../../sbin/ipfstat diff --git a/sbin/ipnat/ipnat.1 b/sbin/ipnat/ipnat.8 index 5a1763cc211..5a1763cc211 100644 --- a/sbin/ipnat/ipnat.1 +++ b/sbin/ipnat/ipnat.8 |