diff options
author | Niels Provos <provos@cvs.openbsd.org> | 1998-03-04 23:34:30 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 1998-03-04 23:34:30 +0000 |
commit | bcca8606365da70a307c3745af67ea061a4c4750 (patch) | |
tree | b2e3aab64eca991d4088734d7ff2759362f833fa /sbin/ipsec | |
parent | d7f27b4328cdefd303b5606f83916290c16fe4a0 (diff) |
move man page to right section.
Diffstat (limited to 'sbin/ipsec')
-rw-r--r-- | sbin/ipsec/photurisd/Makefile | 2 | ||||
-rw-r--r-- | sbin/ipsec/photurisd/photurisd.8 (renamed from sbin/ipsec/photurisd/photurisd.1) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ipsec/photurisd/Makefile b/sbin/ipsec/photurisd/Makefile index 3038da9bd14..49091a7efa1 100644 --- a/sbin/ipsec/photurisd/Makefile +++ b/sbin/ipsec/photurisd/Makefile @@ -17,6 +17,6 @@ SRCS= photuris_cookie_request.c photuris_cookie_response.c \ photurisd.c packet.c api.c kernel.c CFLAGS+= -I. -DIPSEC -MAN= photurisd.1 +MAN= photurisd.8 .include <bsd.prog.mk> diff --git a/sbin/ipsec/photurisd/photurisd.1 b/sbin/ipsec/photurisd/photurisd.8 index 66c34e2e6ce..86b52e8c884 100644 --- a/sbin/ipsec/photurisd/photurisd.1 +++ b/sbin/ipsec/photurisd/photurisd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: photurisd.1,v 1.8 1998/03/04 11:43:46 provos Exp $ +.\" $OpenBSD: photurisd.8,v 1.1 1998/03/04 23:34:29 provos Exp $ .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. .\" |