s/existance/existence/, from Zafer.
This commit is contained in:
parent
6919c6578c
commit
09cb1d6f1c
@ -44963,7 +44963,7 @@ The strong give up and move on, while the weak give up and stay.
|
||||
%
|
||||
The strong individual loves the earth so much he lusts for recurrence. He
|
||||
can smile in the face of the most terrible thought: meaningless, aimless
|
||||
existance recurring eternally. The second characteristic of such a man is
|
||||
existence recurring eternally. The second characteristic of such a man is
|
||||
that he has the strength to recognise -- and to live with the recognition --
|
||||
that the world is valueless in itself and that all values are human ones.
|
||||
He creates himself by fashoning his own values; he has the pride to live
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: header.h,v 1.15 2005/02/03 02:23:02 perry Exp $ */
|
||||
/* $NetBSD: header.h,v 1.16 2006/11/24 22:52:16 wiz Exp $ */
|
||||
|
||||
/* header.h Larn is copyrighted 1986 by Noah Morgan. */
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
#define MAXMONST 56
|
||||
/* maximum # monsters in the dungeon */
|
||||
#define SPNUM 38
|
||||
/* maximum number of spells in existance */
|
||||
/* maximum number of spells in existence */
|
||||
#define MAXSCROLL 28
|
||||
/* maximum number of scrolls that are possible */
|
||||
#define MAXPOTION 35
|
||||
|
@ -1,6 +1,6 @@
|
||||
$NetBSD: README,v 1.10 2002/09/13 04:05:00 mycroft Exp $
|
||||
$NetBSD: README,v 1.11 2006/11/24 22:52:16 wiz Exp $
|
||||
|
||||
TO DO:
|
||||
|
||||
* Support for coexistance of 32-bit and 64-bit ELF on platforms that can
|
||||
* Support for coexistence of 32-bit and 64-bit ELF on platforms that can
|
||||
do that.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: disksubr.c,v 1.30 2005/12/11 12:16:54 christos Exp $ */
|
||||
/* $NetBSD: disksubr.c,v 1.31 2006/11/24 22:52:16 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1995 Leo Weppelman.
|
||||
@ -31,7 +31,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: disksubr.c,v 1.30 2005/12/11 12:16:54 christos Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: disksubr.c,v 1.31 2006/11/24 22:52:16 wiz Exp $");
|
||||
|
||||
#ifndef DISKLABEL_NBDA
|
||||
#define DISKLABEL_NBDA /* required */
|
||||
@ -409,7 +409,7 @@ ck_label(dl, cdl)
|
||||
}
|
||||
|
||||
/*
|
||||
* Check volume for the existance of an AHDI label. Fetch
|
||||
* Check volume for the existence of an AHDI label. Fetch
|
||||
* NetBSD label from NBD or RAW partition, or otherwise
|
||||
* create a fake NetBSD label based on the AHDI label.
|
||||
*
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: 3c509.h,v 1.5 2005/12/11 12:17:48 christos Exp $ */
|
||||
/* $NetBSD: 3c509.h,v 1.6 2006/11/24 22:52:16 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1993 Herb Peyerl
|
||||
@ -86,7 +86,7 @@
|
||||
/**************************************************************************
|
||||
* *
|
||||
* These define the EEPROM data structure. They are used in the probe
|
||||
* function to verify the existance of the adapter after having sent
|
||||
* function to verify the existence of the adapter after having sent
|
||||
* the ID_Sequence.
|
||||
*
|
||||
* There are others but only the ones we use are defined here.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: pmap.c,v 1.183 2006/10/24 21:11:58 martin Exp $ */
|
||||
/* $NetBSD: pmap.c,v 1.184 2006/11/24 22:52:16 wiz Exp $ */
|
||||
/*
|
||||
*
|
||||
* Copyright (C) 1996-1999 Eduardo Horvath.
|
||||
@ -26,7 +26,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.183 2006/10/24 21:11:58 martin Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.184 2006/11/24 22:52:16 wiz Exp $");
|
||||
|
||||
#undef NO_VCACHE /* Don't forget the locked TLB in dostart */
|
||||
#define HWREF
|
||||
@ -2246,7 +2246,7 @@ pmap_dumpmmu(int (*dump)(dev_t, daddr_t, caddr_t, size_t), daddr_t blkno)
|
||||
}
|
||||
|
||||
/*
|
||||
* Determine (non)existance of physical page
|
||||
* Determine (non)existence of physical page
|
||||
*/
|
||||
int
|
||||
pmap_pa_exists(paddr_t pa)
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: compat_util.c,v 1.32 2006/07/23 22:06:08 ad Exp $ */
|
||||
/* $NetBSD: compat_util.c,v 1.33 2006/11/24 22:52:16 wiz Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1994 The NetBSD Foundation, Inc.
|
||||
@ -37,7 +37,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: compat_util.c,v 1.32 2006/07/23 22:06:08 ad Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: compat_util.c,v 1.33 2006/11/24 22:52:16 wiz Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
@ -61,7 +61,7 @@ __KERNEL_RCSID(0, "$NetBSD: compat_util.c,v 1.32 2006/07/23 22:06:08 ad Exp $");
|
||||
* Search an alternate path before passing pathname arguments on
|
||||
* to system calls. Useful for keeping a separate 'emulation tree'.
|
||||
*
|
||||
* According to sflag, we either check for existance of the file or if
|
||||
* According to sflag, we either check for existence of the file or if
|
||||
* it can be created or if the file is symlink.
|
||||
*
|
||||
* In case of success, emul_find returns 0:
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* $SourceForge: bktr_audio.c,v 1.6 2003/03/11 23:11:20 thomasklausner Exp $ */
|
||||
|
||||
/* $NetBSD: bktr_audio.c,v 1.15 2006/03/08 23:46:27 lukem Exp $ */
|
||||
/* $NetBSD: bktr_audio.c,v 1.16 2006/11/24 22:52:16 wiz Exp $ */
|
||||
/* $FreeBSD: src/sys/dev/bktr/bktr_audio.c,v 1.8 2000/10/31 13:09:56 roger Exp$ */
|
||||
/*
|
||||
* This is part of the Driver for Video Capture Cards (Frame grabbers)
|
||||
@ -71,7 +71,7 @@
|
||||
|
||||
#ifdef __NetBSD__
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: bktr_audio.c,v 1.15 2006/03/08 23:46:27 lukem Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: bktr_audio.c,v 1.16 2006/11/24 22:52:16 wiz Exp $");
|
||||
|
||||
#include <sys/proc.h>
|
||||
#include <dev/ic/bt8xx.h> /* NetBSD location of .h files */
|
||||
@ -136,7 +136,7 @@ set_audio(bktr_ptr_t bktr, int cmd)
|
||||
else
|
||||
#endif /* AUDIOMUX_DISCOVER */
|
||||
|
||||
/* check for existance of audio MUXes */
|
||||
/* check for existence of audio MUXes */
|
||||
if (!bktr->card.audiomuxs[4])
|
||||
return(-1);
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
$NetBSD: README.port,v 1.3 2000/03/22 20:58:29 ws Exp $
|
||||
$NetBSD: README.port,v 1.4 2006/11/24 22:52:16 wiz Exp $
|
||||
|
||||
What to Look for when Porting the IPKDB Interface
|
||||
===============================================
|
||||
@ -76,7 +76,7 @@ Additional fields that may be set are:
|
||||
port may be used as a pointer to some device
|
||||
dependent data. Unused by other code.
|
||||
|
||||
The routine should check for existance of the ethernet board.
|
||||
The routine should check for existence of the ethernet board.
|
||||
This routine should also note enough information so it is able
|
||||
to later find the system driver instance for the same board in
|
||||
order to coordinate its action with the system driver.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: layer_subr.c,v 1.18 2005/12/11 12:24:50 christos Exp $ */
|
||||
/* $NetBSD: layer_subr.c,v 1.19 2006/11/24 22:52:16 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1999 National Aeronautics & Space Administration
|
||||
@ -68,7 +68,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: layer_subr.c,v 1.18 2005/12/11 12:24:50 christos Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: layer_subr.c,v 1.19 2006/11/24 22:52:16 wiz Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
@ -333,7 +333,7 @@ layer_node_create(mp, lowervp, newvpp)
|
||||
|
||||
/*
|
||||
* Now that we have VREF'd the upper vnode, release the reference
|
||||
* to the lower node. The existance of the layer_node retains one
|
||||
* to the lower node. The existence of the layer_node retains one
|
||||
* reference to the lower node.
|
||||
*/
|
||||
vrele(lowervp);
|
||||
|
@ -1,4 +1,4 @@
|
||||
$NetBSD: README,v 1.3 2002/12/02 14:08:17 junyoung Exp $
|
||||
$NetBSD: README,v 1.4 2006/11/24 22:52:16 wiz Exp $
|
||||
|
||||
|
||||
BUGS/PROBLEMS:
|
||||
@ -12,4 +12,4 @@ TO DO:
|
||||
|
||||
* Support for executable formats other than ELF.
|
||||
|
||||
* Support for coexistance of 32-bit and 64-bit ELF.
|
||||
* Support for coexistence of 32-bit and 64-bit ELF.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: pwd_mkdb.c,v 1.32 2006/09/23 17:38:42 sketch Exp $ */
|
||||
/* $NetBSD: pwd_mkdb.c,v 1.33 2006/11/24 22:52:16 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1991, 1993, 1994
|
||||
@ -65,7 +65,7 @@ __COPYRIGHT("@(#) Copyright (c) 2000\n\
|
||||
Copyright (c) 1991, 1993, 1994\n\
|
||||
The Regents of the University of California. All rights reserved.\n");
|
||||
__SCCSID("from: @(#)pwd_mkdb.c 8.5 (Berkeley) 4/20/94");
|
||||
__RCSID("$NetBSD: pwd_mkdb.c,v 1.32 2006/09/23 17:38:42 sketch Exp $");
|
||||
__RCSID("$NetBSD: pwd_mkdb.c,v 1.33 2006/11/24 22:52:16 wiz Exp $");
|
||||
#endif /* not lint */
|
||||
|
||||
#if HAVE_NBTOOL_CONFIG_H
|
||||
@ -463,7 +463,7 @@ main(int argc, char *argv[])
|
||||
|
||||
/*
|
||||
* Move the temporary master password file LAST -- chpass(1),
|
||||
* passwd(1), vipw(8) and friends all use its existance to block
|
||||
* passwd(1), vipw(8) and friends all use its existence to block
|
||||
* other incarnations of themselves. The rename means that
|
||||
* everything is unlocked, as the original file can no longer be
|
||||
* accessed.
|
||||
|
Loading…
Reference in New Issue
Block a user