diff options
author | 2015-12-04 13:45:31 +0000 | |
---|---|---|
committer | 2015-12-04 13:45:31 +0000 | |
commit | df8b1979823e44ab5f5a331505bf39afd9267472 (patch) | |
tree | 3a2fd1b1a1a74dd880b291cc5cbb3f4491470030 | |
parent | Move the KERNEL_LOCK from rt_match() to rtable_match(). (diff) | |
download | wireguard-openbsd-df8b1979823e44ab5f5a331505bf39afd9267472.tar.xz wireguard-openbsd-df8b1979823e44ab5f5a331505bf39afd9267472.zip |
Add etherip.4 to MAN
ok goda
-rw-r--r-- | share/man/man4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 5dbc899a2ad..44163e9a8fd 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.605 2015/12/01 07:50:05 deraadt Exp $ +# $OpenBSD: Makefile,v 1.606 2015/12/04 13:45:31 yasuoka Exp $ MAN= aac.4 ac97.4 acphy.4 \ acpi.4 acpiac.4 acpiasus.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \ @@ -21,7 +21,7 @@ MAN= aac.4 ac97.4 acphy.4 \ diskmap.4 divert.4 dpt.4 drm.4 \ eap.4 ec.4 eephy.4 ef.4 eg.4 ehci.4 eisa.4 el.4 em.4 emc.4 gcu.4 \ emu.4 enc.4 endrun.4 envy.4 ep.4 epic.4 esa.4 \ - eso.4 ess.4 et.4 etphy.4 ex.4 exphy.4 \ + eso.4 ess.4 et.4 etherip.4 etphy.4 ex.4 exphy.4 \ fd.4 fdc.4 fins.4 fintek.4 fms.4 fuse.4 fxp.4 gdt.4 \ gentbi.4 gem.4 gif.4 \ glenv.4 gpio.4 gpiodcf.4 gpioiic.4 gpioow.4 gpr.4 gre.4 gscsio.4 gtp.4 \ |