diff options
author | 2009-10-31 13:29:07 +0000 | |
---|---|---|
committer | 2009-10-31 13:29:07 +0000 | |
commit | 8f30d3ab872eaf7693c4a7527706bcb1500ff3e2 (patch) | |
tree | 23b37ed7e3bc4f0de111bef991ea9397e43c3c11 | |
parent | Do not override AS and LD, to be cross compilation friendly; noticed by syuu@ (diff) | |
download | wireguard-openbsd-8f30d3ab872eaf7693c4a7527706bcb1500ff3e2.tar.xz wireguard-openbsd-8f30d3ab872eaf7693c4a7527706bcb1500ff3e2.zip |
s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz).
-rw-r--r-- | lib/libc/crypt/md5crypt.c | 4 | ||||
-rw-r--r-- | lib/libcrypto/des/times/aix.cc | 4 | ||||
-rw-r--r-- | lib/libssl/src/crypto/des/times/aix.cc | 4 | ||||
-rw-r--r-- | lib/libssl/src/times/aix.t | 4 | ||||
-rw-r--r-- | share/man/man4/ath.4 | 6 | ||||
-rw-r--r-- | usr.sbin/httpd/src/ap/ap_md5c.c | 4 |
6 files changed, 13 insertions, 13 deletions
diff --git a/lib/libc/crypt/md5crypt.c b/lib/libc/crypt/md5crypt.c index fe1393cf7c8..b32cd2115fa 100644 --- a/lib/libc/crypt/md5crypt.c +++ b/lib/libc/crypt/md5crypt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: md5crypt.c,v 1.14 2005/08/08 08:05:33 espie Exp $ */ +/* $OpenBSD: md5crypt.c,v 1.15 2009/10/31 13:29:07 sobrado Exp $ */ /* * ---------------------------------------------------------------------------- @@ -108,7 +108,7 @@ md5crypt(const char *pw, const char *salt) /* * and now, just to make sure things don't run too fast - * On a 60 Mhz Pentium this takes 34 msec, so you would + * On a 60 MHz Pentium this takes 34 msec, so you would * need 30 seconds to build a 1000 entry dictionary... */ for(i=0;i<1000;i++) { diff --git a/lib/libcrypto/des/times/aix.cc b/lib/libcrypto/des/times/aix.cc index d96b74e2ced..e9b2e457515 100644 --- a/lib/libcrypto/des/times/aix.cc +++ b/lib/libcrypto/des/times/aix.cc @@ -2,10 +2,10 @@ From: Paco Garcia <pgarcia@cam.es> This machine is a Bull Estrella Minitower Model MT604-100 Processor : PPC604 -P.Speed : 100Mhz +P.Speed : 100MHz Data/Instr Cache : 16 K L2 Cache : 256 K -PCI BUS Speed : 33 Mhz +PCI BUS Speed : 33 MHz TransfRate PCI : 132 MB/s Memory : 96 MB diff --git a/lib/libssl/src/crypto/des/times/aix.cc b/lib/libssl/src/crypto/des/times/aix.cc index d96b74e2ced..e9b2e457515 100644 --- a/lib/libssl/src/crypto/des/times/aix.cc +++ b/lib/libssl/src/crypto/des/times/aix.cc @@ -2,10 +2,10 @@ From: Paco Garcia <pgarcia@cam.es> This machine is a Bull Estrella Minitower Model MT604-100 Processor : PPC604 -P.Speed : 100Mhz +P.Speed : 100MHz Data/Instr Cache : 16 K L2 Cache : 256 K -PCI BUS Speed : 33 Mhz +PCI BUS Speed : 33 MHz TransfRate PCI : 132 MB/s Memory : 96 MB diff --git a/lib/libssl/src/times/aix.t b/lib/libssl/src/times/aix.t index 4f24e3980e5..590481c9d90 100644 --- a/lib/libssl/src/times/aix.t +++ b/lib/libssl/src/times/aix.t @@ -1,10 +1,10 @@ from Paco Garcia <pgarcia@ctv.es> This machine is a Bull Estrella Minitower Model MT604-100 Processor : PPC604 -P.Speed : 100Mhz +P.Speed : 100MHz Data/Instr Cache : 16 K L2 Cache : 256 K -PCI BUS Speed : 33 Mhz +PCI BUS Speed : 33 MHz TransfRate PCI : 132 MB/s Memory : 96 MB diff --git a/share/man/man4/ath.4 b/share/man/man4/ath.4 index 67ffe8ee762..730aa14e985 100644 --- a/share/man/man4/ath.4 +++ b/share/man/man4/ath.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ath.4,v 1.47 2009/09/02 07:00:24 jmc Exp $ +.\" $OpenBSD: ath.4,v 1.48 2009/10/31 13:29:07 sobrado Exp $ .\" $NetBSD: ath.4,v 1.5 2004/07/03 16:58:18 mycroft Exp $ .\" .\" Copyright (c) 2002, 2003 Sam Leffler, Errno Consulting @@ -42,7 +42,7 @@ .\" $FreeBSD: /repoman/r/ncvs/src/share/man/man4/ath.4,v 1.16 2004/02/18 08:30:08 maxim Exp $ .\" parts from $FreeBSD: /repoman/r/ncvs/src/share/man/man4/ath_hal.4,v 1.7 2004/01/07 20:49:51 blackend Exp $ .\" -.Dd $Mdocdate: September 2 2009 $ +.Dd $Mdocdate: October 31 2009 $ .Dt ATH 4 .Os .Sh NAME @@ -287,7 +287,7 @@ This should not happen. An invalid transmit rate was specified for an outgoing frame. The frame is discarded. This should not happen. -.It "ath%d: ath_chan_set: unable to reset channel %u (%u Mhz)" +.It "ath%d: ath_chan_set: unable to reset channel %u (%u MHz)" The Hardware Access Layer was unable to reset the hardware when switching channels during scanning. This should not happen. diff --git a/usr.sbin/httpd/src/ap/ap_md5c.c b/usr.sbin/httpd/src/ap/ap_md5c.c index 0716bffe1b5..9f03e5f48aa 100644 --- a/usr.sbin/httpd/src/ap/ap_md5c.c +++ b/usr.sbin/httpd/src/ap/ap_md5c.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ap_md5c.c,v 1.10 2005/03/28 21:03:33 niallo Exp $ */ +/* $OpenBSD: ap_md5c.c,v 1.11 2009/10/31 13:29:07 sobrado Exp $ */ /* ==================================================================== * The Apache Software License, Version 1.1 @@ -250,7 +250,7 @@ ap_MD5Encode(const unsigned char *pw, const unsigned char *salt, char *result, /* * And now, just to make sure things don't run too fast.. - * On a 60 Mhz Pentium this takes 34 msec, so you would + * On a 60 MHz Pentium this takes 34 msec, so you would * need 30 seconds to build a 1000 entry dictionary... */ for (i = 0; i < 1000; i++) { |