From 64377c51f01ff5defefb5f36c722871f6609a61f Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Wed, 6 Jun 2012 17:40:53 +0200 Subject: [PATCH] Move hash.9 to hashinit.9. --- share/man/man9/Makefile | 9 ++++----- share/man/man9/{hash.9 => hashinit.9} | 3 +-- 2 files changed, 5 insertions(+), 7 deletions(-) rename share/man/man9/{hash.9 => hashinit.9} (99%) diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 1caa7ac618..851a7f0ab7 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -79,7 +79,7 @@ MAN= accept_filter.9 \ extattr.9 \ fetch.9 \ firmware.9 \ - hash.9 \ + hashinit.9 \ hexdump.9 \ ieee80211.9 \ ieee80211_beacon.9 \ @@ -446,10 +446,9 @@ MLINKS+=firmware.9 firmware_get.9 \ firmware.9 firmware_put.9 \ firmware.9 firmware_register.9 \ firmware.9 firmware_unregister.9 -MLINKS+=hash.9 hashinit.9 \ - hash.9 hashinit_ext.9 \ - hash.9 phashinit.9 \ - hash.9 phashinit_ext.9 +MLINKS+=hashinit.9 hashinit_ext.9 \ + hashinit.9 phashinit.9 \ + hashinit.9 phashinit_ext.9 MLINKS+=ioctl.9 _IOR.9 \ ioctl.9 _IOW.9 \ ioctl.9 _IOWR.9 \ diff --git a/share/man/man9/hash.9 b/share/man/man9/hashinit.9 similarity index 99% rename from share/man/man9/hash.9 rename to share/man/man9/hashinit.9 index 0017dd06ed..1aa14005a6 100644 --- a/share/man/man9/hash.9 +++ b/share/man/man9/hashinit.9 @@ -32,10 +32,9 @@ .\" SUCH DAMAGE. .\" .Dd December 20, 2009 -.Dt HASH 9 +.Dt HASHINIT 9 .Os .Sh NAME -.Nm hash , .Nm hashinit , .Nm hashinit_ext , .Nm phashinit , -- 2.41.0