diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-05-22 07:35:32 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-05-22 07:35:32 +0000 |
commit | 681a7d7ffafe367ae68c481db979ff46a07ef765 (patch) | |
tree | 7b4345fe786966aa79a3af201b08ff84fb723b47 /share/man/man8/Makefile | |
parent | cf6275b2c20125ad10de0b257adff3f946265e12 (diff) |
Add a compat_hpux(8) manual page, from NetBSD with corrections.
Diffstat (limited to 'share/man/man8/Makefile')
-rw-r--r-- | share/man/man8/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man8/Makefile b/share/man/man8/Makefile index 32a4be4fb34..7824d186006 100644 --- a/share/man/man8/Makefile +++ b/share/man/man8/Makefile @@ -1,12 +1,12 @@ -# $OpenBSD: Makefile,v 1.38 2002/05/07 08:20:16 miod Exp $ +# $OpenBSD: Makefile,v 1.39 2002/05/22 07:35:31 miod Exp $ # $NetBSD: Makefile,v 1.13 1996/03/28 21:36:40 mark Exp $ # @(#)Makefile 8.1 (Berkeley) 6/5/93 MAN= afterboot.8 boot_config.8 compat_bsdos.8 compat_freebsd.8 \ - compat_ibcs2.8 compat_linux.8 compat_osf1.8 compat_sunos.8 \ - compat_svr4.8 compat_ultrix.8 crash.8 dhcp.8 diskless.8 genassym.sh.8 \ - intro.8 netstart.8 rc.8 rc.conf.8 rc.shutdown.8 release.8 security.8 \ - ssl.8 starttls.8 sticky.8 update.8 vpn.8 yp.8 + compat_hpux.8 compat_ibcs2.8 compat_linux.8 compat_osf1.8 \ + compat_sunos.8 compat_svr4.8 compat_ultrix.8 crash.8 dhcp.8 diskless.8 \ + genassym.sh.8 intro.8 netstart.8 rc.8 rc.conf.8 rc.shutdown.8 \ + release.8 security.8 ssl.8 starttls.8 sticky.8 update.8 vpn.8 yp.8 SUBDIR= man8.alpha man8.amiga man8.hp300 man8.i386 man8.mac68k man8.mvme68k \ man8.macppc man8.sparc man8.sparc64 man8.sun3 man8.vax |