diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-06-02 06:46:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-06-02 06:46:06 +0000 |
commit | 709090b0b0d6ae6c106f7026d38f04d7b4152baa (patch) | |
tree | a3c99a78d6e253a0f057f9b11c7accfaf36cde06 /share | |
parent | 6e99aec8788fbc4a0478d9ceca57920aa2d7bcda (diff) |
resolver(5) -> resolv.conf(5)
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/man/man5/Makefile b/share/man/man5/Makefile index 6a6a99417ec..6f710a8a358 100644 --- a/share/man/man5/Makefile +++ b/share/man/man5/Makefile @@ -11,5 +11,6 @@ MAN= a.out.5 acct.5 core.5 dir.5 disktab.5 ethers.5 fbtab.5 fs.5 \ shells.5 stab.5 types.5 utmp.5 MLINKS= dir.5 dirent.5 fs.5 inode.5 utmp.5 wtmp.5 utmp.5 lastlog.5 MLINKS+= hosts.equiv.5 .rhosts.5 +MLINKS+= resolv.conf.5 resolver.5 .include <bsd.prog.mk> |