diff options
author | 2015-11-14 01:25:45 +0000 | |
---|---|---|
committer | 2015-11-14 01:25:45 +0000 | |
commit | 09ec6420cf2cb3f1ca96589eea6039c27f5fdf10 (patch) | |
tree | 0ad9d5e5fc4f624b7fe9b13b70de5a662286ac11 | |
parent | these files document their config files too: adjust NAME accordingly; (diff) | |
download | wireguard-openbsd-09ec6420cf2cb3f1ca96589eea6039c27f5fdf10.tar.xz wireguard-openbsd-09ec6420cf2cb3f1ca96589eea6039c27f5fdf10.zip |
remove pointless resolver(5) mlink: if you want this file, ask for
it by name (typing "man resolver" won;t get you it anyway);
explicit removal urged by ingo
-rw-r--r-- | share/man/man5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/Makefile b/share/man/man5/Makefile index ab19ee15c58..7160700a0a1 100644 --- a/share/man/man5/Makefile +++ b/share/man/man5/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.52 2014/12/06 18:54:55 schwarze Exp $ +# $OpenBSD: Makefile,v 1.53 2015/11/14 01:25:45 jmc Exp $ # $NetBSD: Makefile,v 1.14 1995/05/11 23:13:15 cgd Exp $ MAN= acct.5 ar.5 bsd.port.mk.5 bsd.port.arch.mk.5 bsd.regress.mk.5 \ @@ -13,7 +13,7 @@ MAN= acct.5 ar.5 bsd.port.mk.5 bsd.port.arch.mk.5 bsd.regress.mk.5 \ spamd.conf.5 sysctl.conf.5 utmp.5 wsconsctl.conf.5 MLINKS= dir.5 dirent.5 fs.5 inode.5 utmp.5 wtmp.5 utmp.5 lastlog.5 -MLINKS+= resolv.conf.5 resolver.5 resolv.conf.5 resolv.conf.tail.5 +MLINKS+= resolv.conf.5 resolv.conf.tail.5 MLINKS+= passwd.5 master.passwd.5 MLINKS+= myname.5 mygate.5 |