diff options
author | hoek <hoek@FreeBSD.org> | 1997-12-25 09:36:42 +0000 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1997-12-25 09:36:42 +0000 |
commit | 100ffb8b0adf76d0b3e359060b23a9a77d059189 (patch) | |
tree | 95e98a94363afd705f83a363fb6b40d6342f7a08 /usr.sbin | |
parent | 2a494c06e20d05a6406bbc5cf486fc7a7439286b (diff) | |
download | FreeBSD-src-100ffb8b0adf76d0b3e359060b23a9a77d059189.zip FreeBSD-src-100ffb8b0adf76d0b3e359060b23a9a77d059189.tar.gz |
Use consistent spelling,
writeable -> writable (recall prior debate over this? :-)
initialise -> initialize
recognise -> recognize
Merry Christmas! :)
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/pccard/pccardd/pccard.conf.5 | 4 | ||||
-rw-r--r-- | usr.sbin/pccard/pccardd/pccardd.8 | 4 | ||||
-rw-r--r-- | usr.sbin/pw/pw.conf.5 | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/pccard/pccardd/pccard.conf.5 b/usr.sbin/pccard/pccardd/pccard.conf.5 index 96ad0cf..68a8421 100644 --- a/usr.sbin/pccard/pccardd/pccard.conf.5 +++ b/usr.sbin/pccard/pccardd/pccard.conf.5 @@ -59,7 +59,7 @@ file, and from this find a driver that can be used to interface to the particular card. There is a many-to-one mapping between cards to drivers i.e a single driver may interface to multiple types of cards. To aid this, card parameters may be -specified separately from the driver to initialise the card or +specified separately from the driver to initialize the card or extract (in the case of a network card) an Ethernet address. .Pp Once a driver is allocated to a card, it stays @@ -112,7 +112,7 @@ The syntax of the resources is as follows: .Pp Each of the statements define I/O, memory or IRQ blocks that can be used to allocate to drivers when -they are initialised. +they are initialized. .Pp Multiple lines of any of the above statements may be present to allow separate blocks of each resource to be diff --git a/usr.sbin/pccard/pccardd/pccardd.8 b/usr.sbin/pccard/pccardd/pccardd.8 index a4ebb74..cf4d4c7 100644 --- a/usr.sbin/pccard/pccardd/pccardd.8 +++ b/usr.sbin/pccard/pccardd/pccardd.8 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: pccardd.8,v 1.7 1997/02/22 16:08:58 peter Exp $ +.\" $Id: pccardd.8,v 1.8 1997/10/06 11:36:07 charnier Exp $ .\" .Dd November 1, 1994 .Dt PCCARD 8 @@ -103,7 +103,7 @@ is that once a driver is associated with a card, the driver's .Fn probe routine has been called, and this usually causes driver specific -data areas to be initialised with the I/O ports or memory resources +data areas to be initialized with the I/O ports or memory resources allocated to the card. Most drivers are not designed to be disassociated from the hardware and then reassociated with different parameters. This will change significantly when loadable kernel diff --git a/usr.sbin/pw/pw.conf.5 b/usr.sbin/pw/pw.conf.5 index c06f040..06bccb7 100644 --- a/usr.sbin/pw/pw.conf.5 +++ b/usr.sbin/pw/pw.conf.5 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: pw.conf.5,v 1.6 1997/02/22 16:12:26 peter Exp $ +.\" $Id: pw.conf.5,v 1.7 1997/10/10 06:23:34 charnier Exp $ .\" .Dd December 9, 1996 .Dt PW.CONF 5 @@ -56,7 +56,7 @@ blank lines and lines commencing with a character are considered comments, and any remaining lines are examined for a leading keyword, followed by corresponding data. .Pp -Keywords recognised by +Keywords recognized by .Xr pw 8 are: .Bl -tag -width password_days -offset indent -compact |