through, not throught.
This commit is contained in:
parent
6621e1674f
commit
5a91827c81
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: properties.9,v 1.4 2002/10/14 13:43:30 wiz Exp $
|
||||
.\" $NetBSD: properties.9,v 1.5 2003/01/06 12:29:48 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 Eduardo Horvath
|
||||
.\" All rights reserved.
|
||||
@ -153,7 +153,7 @@ Allocate and initialize a kernel database object, and associate
|
||||
.Fa name
|
||||
with the database.
|
||||
.Fa name
|
||||
may later be used to access this database from userland throught the
|
||||
may later be used to access this database from userland through the
|
||||
userland database query interface.
|
||||
This operation may block.
|
||||
Returns
|
||||
|
@ -1098,7 +1098,7 @@ Zone Pacific/Wallis 12:15:20 - LMT 1901
|
||||
|
||||
# From Paul Eggert (1996-01-22):
|
||||
# Today's _Wall Street Journal_ (page 1) reports that Kiribati
|
||||
# ``declared it the same day throught the country as of Jan. 1, 1995''
|
||||
# ``declared it the same day through the country as of Jan. 1, 1995''
|
||||
# as part of the competition to be first into the 21st century.
|
||||
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: scc.c,v 1.76 2002/10/23 09:11:52 jdolecek Exp $ */
|
||||
/* $NetBSD: scc.c,v 1.77 2003/01/06 12:29:50 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1991,1990,1989,1994,1995,1996 Carnegie Mellon University
|
||||
@ -66,7 +66,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
|
||||
__KERNEL_RCSID(0, "$NetBSD: scc.c,v 1.76 2002/10/23 09:11:52 jdolecek Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: scc.c,v 1.77 2003/01/06 12:29:50 wiz Exp $");
|
||||
|
||||
/*
|
||||
* Intel 82530 dual usart chip driver. Supports the serial port(s) on the
|
||||
@ -113,7 +113,7 @@ void ttrstrt __P((void *));
|
||||
|
||||
|
||||
/*
|
||||
* True iff the console unit is diverted throught this SCC device.
|
||||
* True iff the console unit is diverted through this SCC device.
|
||||
* (used to just test if cn_tab->cn_getc was sccGetc, but that
|
||||
* breaks with the new-style glass-tty framebuffer console input.
|
||||
*/
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: TODO.hibler,v 1.1 2002/12/23 17:52:08 jdolecek Exp $
|
||||
# $NetBSD: TODO.hibler,v 1.2 2003/01/06 12:29:51 wiz Exp $
|
||||
|
||||
1. Investiate making ISOFS another UFS shared filesystem (ala FFS/MFS/LFS).
|
||||
Since it was modelled after the inode code, we might be able to merge
|
||||
@ -7,7 +7,7 @@
|
||||
|
||||
2. It would be nice to be able to use the vfs_cluster code.
|
||||
Unfortunately, if the logical block size is smaller than the page size,
|
||||
it won't work. Also, if throughtput is relatively constant for any
|
||||
it won't work. Also, if throughput is relatively constant for any
|
||||
block size (as it is for the HP drive--150kbs) then clustering may not
|
||||
buy much (or may even hurt when vfs_cluster comes up with a large sync
|
||||
cluster).
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: mountd.c,v 1.81 2002/11/08 00:15:46 fvdl Exp $ */
|
||||
/* $NetBSD: mountd.c,v 1.82 2003/01/06 12:29:52 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1989, 1993
|
||||
@ -51,7 +51,7 @@ __COPYRIGHT("@(#) Copyright (c) 1989, 1993\n\
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)mountd.c 8.15 (Berkeley) 5/1/95";
|
||||
#else
|
||||
__RCSID("$NetBSD: mountd.c,v 1.81 2002/11/08 00:15:46 fvdl Exp $");
|
||||
__RCSID("$NetBSD: mountd.c,v 1.82 2003/01/06 12:29:52 wiz Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
@ -1343,7 +1343,7 @@ hang_dirp(dp, grp, ep, flags)
|
||||
} else {
|
||||
|
||||
/*
|
||||
* Loop throught the directories adding them to the tree.
|
||||
* Loop through the directories adding them to the tree.
|
||||
*/
|
||||
while (dp) {
|
||||
dp2 = dp->dp_left;
|
||||
|
Loading…
Reference in New Issue
Block a user