precede, not preceed.
This commit is contained in:
parent
f33f8d5e61
commit
1e378c4c12
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: df.1,v 1.21 2001/07/08 15:34:13 simonb Exp $
|
||||
.\" $NetBSD: df.1,v 1.22 2001/08/20 12:00:46 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1989, 1990, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -106,7 +106,7 @@ If both the
|
||||
.Fl P
|
||||
and
|
||||
.Fl k
|
||||
option are specified, the output will be preceeded by the following header
|
||||
option are specified, the output will be preceded by the following header
|
||||
line, formatted to match the data following it:
|
||||
.Bd -literal
|
||||
"Filesystem 1024-blocks Used Available Capacity Mounted on\\n"
|
||||
@ -116,7 +116,7 @@ If the
|
||||
.Fl P
|
||||
option is specified without the
|
||||
.Fl k
|
||||
options, the output will be preceeded by the following header line,
|
||||
options, the output will be preceded by the following header line,
|
||||
formatted to matche the data following it:
|
||||
.Bd -literal
|
||||
"Filesystem <blksize>-blocks Used Available Capacity Mounted on\\n"
|
||||
|
@ -1,5 +1,5 @@
|
||||
'\" t
|
||||
.\" $NetBSD: ksh.Man,v 1.3 2001/06/11 01:50:48 wiz Exp $
|
||||
.\" $NetBSD: ksh.Man,v 1.4 2001/08/20 12:00:47 wiz Exp $
|
||||
.\"{{{}}}
|
||||
.\"{{{ Notes about man page
|
||||
.\" - use the pseudo-macros .sh( and .sh) to begin and end sh-specific
|
||||
@ -1450,7 +1450,7 @@ the \fB()\fP notation:
|
||||
the \fB$0\fP parameter is set to the name of the function
|
||||
(Bourne-style functions leave \fB$0\fP untouched).
|
||||
.IP \ \ \(bu
|
||||
parameter assignments preceeding function calls are not kept in
|
||||
parameter assignments preceding function calls are not kept in
|
||||
the shell environment
|
||||
(executing Bourne-style functions will keep assignments).
|
||||
.IP \ \ \(bu
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: ps.1,v 1.44 2001/08/07 14:46:10 christos Exp $
|
||||
.\" $NetBSD: ps.1,v 1.45 2001/08/20 12:00:47 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1990, 1991, 1993, 1994
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -417,7 +417,7 @@ the leading
|
||||
Daemon processes frequently report their current activity by setting
|
||||
their name to be like ``daemonname: current-activity''.
|
||||
.Nm
|
||||
will not append parenthesized the command name, if the string preceeding the
|
||||
will not append parenthesized the command name, if the string preceding the
|
||||
.Sq \:
|
||||
in the first argument of the argument vector matches the command name.
|
||||
.El
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: download.c,v 1.2 2001/04/06 11:13:55 wiz Exp $ */
|
||||
/* $NetBSD: download.c,v 1.3 2001/08/20 12:00:47 wiz Exp $ */
|
||||
|
||||
/*
|
||||
Hacked by Phil Nelson for use with NetBSD, 10/5/95.
|
||||
@ -135,7 +135,7 @@ usage(name)
|
||||
exit (1);
|
||||
}
|
||||
|
||||
/* Output a character. If it is a CLT_C or ESC, then quote (preceed)
|
||||
/* Output a character. If it is a CLT_C or ESC, then quote (precede)
|
||||
* it with a ESC.
|
||||
*/
|
||||
void
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: input.c,v 1.3 1998/02/04 11:08:51 christos Exp $ */
|
||||
/* $NetBSD: input.c,v 1.4 2001/08/20 12:00:47 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1988 Mark Nudleman
|
||||
@ -39,7 +39,7 @@
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)input.c 8.1 (Berkeley) 6/6/93";
|
||||
#else
|
||||
__RCSID("$NetBSD: input.c,v 1.3 1998/02/04 11:08:51 christos Exp $");
|
||||
__RCSID("$NetBSD: input.c,v 1.4 2001/08/20 12:00:47 wiz Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
@ -160,7 +160,7 @@ back_line(curr_pos)
|
||||
{
|
||||
/*
|
||||
* The "current" line was blank.
|
||||
* Skip over any preceeding blank lines,
|
||||
* Skip over any preceding blank lines,
|
||||
* since we skipped them in forw_line().
|
||||
*/
|
||||
while ((c = ch_back_get()) == '\n')
|
||||
|
@ -1,4 +1,4 @@
|
||||
Commands flagged with an asterisk (``*'') may be preceeded by a number.
|
||||
Commands flagged with an asterisk (``*'') may be preceded by a number.
|
||||
Commands of the form ``^X'' are control characters, i.e. control-X.
|
||||
|
||||
h Display this help.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: prim.c,v 1.5 1998/02/09 07:40:18 thorpej Exp $ */
|
||||
/* $NetBSD: prim.c,v 1.6 2001/08/20 12:00:47 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1988 Mark Nudleman
|
||||
@ -39,7 +39,7 @@
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)prim.c 8.1 (Berkeley) 6/6/93";
|
||||
#else
|
||||
__RCSID("$NetBSD: prim.c,v 1.5 1998/02/09 07:40:18 thorpej Exp $");
|
||||
__RCSID("$NetBSD: prim.c,v 1.6 2001/08/20 12:00:47 wiz Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
@ -798,13 +798,13 @@ search(search_forward, pattern, n, wantmatch)
|
||||
*q = isupper(*p) ? tolower(*p) : *p;
|
||||
|
||||
/*
|
||||
* Remove any backspaces along with the preceeding char.
|
||||
* Remove any backspaces along with the preceding char.
|
||||
* This allows us to match text which is underlined or
|
||||
* overstruck.
|
||||
*/
|
||||
for (p = q = line; *p; p++, q++)
|
||||
if (q > line && *p == '\b')
|
||||
/* Delete BS and preceeding char. */
|
||||
/* Delete BS and preceding char. */
|
||||
q -= 2;
|
||||
else
|
||||
/* Otherwise, just copy. */
|
||||
|
@ -240,7 +240,7 @@ struct uuconf_system
|
||||
is the high baud rate. */
|
||||
long uuconf_ihighbaud;
|
||||
/* Port name to use. May be NULL. If an HDB configuration file
|
||||
contains a modem class (alphabetic characters preceeding the baud
|
||||
contains a modem class (alphabetic characters preceding the baud
|
||||
rate), the class is appended to the port name. */
|
||||
char *uuconf_zport;
|
||||
/* Specific port information, if the system entry includes port
|
||||
@ -1296,7 +1296,7 @@ extern int uuconf_error_lineno ();
|
||||
interpreted. Each type will either assign a value to a variable or
|
||||
call a function. In all cases, a line of input is parsed into
|
||||
separate fields, separated by whitespace; comments beginning with
|
||||
'#' are discarded, except that a '#' preceeded by a backslash is
|
||||
'#' are discarded, except that a '#' preceded by a backslash is
|
||||
retained. The first field is taken as the command to execute, and
|
||||
the remaining fields are its arguments. */
|
||||
|
||||
|
@ -2892,7 +2892,7 @@ numbers, boolean values or simple strings with no embedded spaces.
|
||||
|
||||
The @kbd{#} character is used for comments. Everything from a @kbd{#}
|
||||
to the end of the line is ignored unless the @kbd{#} is preceded by a
|
||||
@kbd{\} (backslash); if the @kbd{#} is preceeded by a @kbd{\}, the
|
||||
@kbd{\} (backslash); if the @kbd{#} is preceded by a @kbd{\}, the
|
||||
@kbd{\} is removed but the @kbd{#} remains in the line. This can be
|
||||
useful for a phone number containing a @kbd{#}. To enter the sequence
|
||||
@samp{\#}, use @samp{\\#}.
|
||||
@ -5649,8 +5649,8 @@ Keywords: UUCP, protocol, FAQ
|
||||
Approved: news-answers-request@@MIT.Edu
|
||||
|
||||
Archive-name: uucp-internals
|
||||
Version: $Revision: 1.2 $
|
||||
Last-modified: $Date: 2000/03/13 20:41:50 $
|
||||
Version: $Revision: 1.3 $
|
||||
Last-modified: $Date: 2001/08/20 12:00:48 $
|
||||
@end format
|
||||
@end ifset
|
||||
|
||||
@ -7099,7 +7099,7 @@ in the last packet to be null, but I have not confirmed this.
|
||||
|
||||
When a UUCP package sends a file, it will send a sequence of data
|
||||
packets. The end of the file is signalled by a short data packet
|
||||
containing zero valid bytes (it will normally be preceeded by a short
|
||||
containing zero valid bytes (it will normally be preceded by a short
|
||||
data packet containing the last few bytes in the file).
|
||||
|
||||
Note that the sequence numbers cover the entire communication session,
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include "uucnfi.h"
|
||||
|
||||
#if USE_RCS_ID
|
||||
const char _uuconf_cmdlin_rcsid[] = "$Id: cmdlin.c,v 1.3 1995/08/24 05:20:57 jtc Exp $";
|
||||
const char _uuconf_cmdlin_rcsid[] = "$Id: cmdlin.c,v 1.4 2001/08/20 12:00:48 wiz Exp $";
|
||||
#endif
|
||||
|
||||
#include <errno.h>
|
||||
@ -58,7 +58,7 @@ uuconf_cmd_line (pglobal, zline, qtab, pinfo, pfiunknown, iflags, pblock)
|
||||
|
||||
if ((iflags & UUCONF_CMDTABFLAG_NOCOMMENTS) == 0)
|
||||
{
|
||||
/* Any # not preceeded by a backslash starts a comment. */
|
||||
/* Any # not preceded by a backslash starts a comment. */
|
||||
z = zline;
|
||||
while ((z = strchr (z, '#')) != NULL)
|
||||
{
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include "uucnfi.h"
|
||||
|
||||
#if USE_RCS_ID
|
||||
const char _uuconf_errstr_rcsid[] = "$Id: errstr.c,v 1.3 1995/08/24 05:21:06 jtc Exp $";
|
||||
const char _uuconf_errstr_rcsid[] = "$Id: errstr.c,v 1.4 2001/08/20 12:00:48 wiz Exp $";
|
||||
#endif
|
||||
|
||||
static char *zeprint_num P((char *zbuf, size_t cbuf, int ival));
|
||||
@ -63,7 +63,7 @@ uuconf_error_string (pglobal, ierr, zbuf, cbuf)
|
||||
there is no linenumber, the trailing colon is not output. If
|
||||
there is no filename, the linenumber is not output, and neither
|
||||
is the space before message. If there is no errno, the
|
||||
preceeding colon and space are not output. */
|
||||
preceding colon and space are not output. */
|
||||
|
||||
/* Get the filename to put in the error message, if any. */
|
||||
if ((ierr & UUCONF_ERROR_FILENAME) == 0
|
||||
|
@ -3,7 +3,7 @@
|
||||
.\"
|
||||
.\" Written by John F. Woods <jfw@jfwhome.funhouse.com>
|
||||
.\"
|
||||
.\" $NetBSD: tar.1,v 1.19 2001/04/09 12:14:03 wiz Exp $
|
||||
.\" $NetBSD: tar.1,v 1.20 2001/08/20 12:00:48 wiz Exp $
|
||||
.\"
|
||||
.Dd August 6, 1994
|
||||
.Os
|
||||
@ -40,7 +40,7 @@ regular disk file.
|
||||
The first argument word of the
|
||||
.Nm
|
||||
command line is usually a command word of bundled function and modifier
|
||||
letters, optionally preceeded by a dash;
|
||||
letters, optionally preceded by a dash;
|
||||
it must contain exactly one function letter from the set
|
||||
.Cm A ,
|
||||
.Cm c ,
|
||||
@ -54,7 +54,7 @@ extract (further described below). The command word can also contain other
|
||||
function modifiers described below, some of which will take arguments from
|
||||
the command line in the order they are specified in the command word (review
|
||||
the EXAMPLES section). Functions and function modifiers can also be specified
|
||||
with the GNU argument convention (preceeded by two dashes, one function or
|
||||
with the GNU argument convention (preceded by two dashes, one function or
|
||||
modifier per word. Command-line arguments that specify files to
|
||||
add to, extract from, or list from an archive may be given as shell
|
||||
pattern matching strings.
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: fparseln.3,v 1.7 1999/07/02 15:49:12 simonb Exp $
|
||||
.\" $NetBSD: fparseln.3,v 1.8 2001/08/20 12:00:49 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1997 Christos Zoulas. All rights reserved.
|
||||
.\"
|
||||
@ -53,7 +53,7 @@ This string is
|
||||
terminated and it is dynamicaly allocated on each invocation. It is the
|
||||
responsibility of the caller to free the pointer.
|
||||
.Pp
|
||||
By default, if a character is escaped, both it and the preceeding escape
|
||||
By default, if a character is escaped, both it and the preceding escape
|
||||
character will be present in the returned string.
|
||||
Various
|
||||
.Fa flags
|
||||
@ -109,13 +109,13 @@ The various flags, which may be
|
||||
together, are:
|
||||
.Bl -tag -width "FPARSELN_UNESCCOMM"
|
||||
.It Dv FPARSELN_UNESCCOMM
|
||||
Remove escape preceeding an escaped comment.
|
||||
Remove escape preceding an escaped comment.
|
||||
.It Dv FPARSELN_UNESCCONT
|
||||
Remove escape preceeding an escaped continuation.
|
||||
Remove escape preceding an escaped continuation.
|
||||
.It Dv FPARSELN_UNESCESC
|
||||
Remove escape preceeding an escaped escape.
|
||||
Remove escape preceding an escaped escape.
|
||||
.It Dv FPARSELN_UNESCREST
|
||||
Remove escape preceeding any other character.
|
||||
Remove escape preceding any other character.
|
||||
.It Dv FPARSELN_UNESCALL
|
||||
All of the above.
|
||||
.El
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: ccdconfig.8,v 1.16 2001/07/26 22:49:09 wiz Exp $
|
||||
.\" $NetBSD: ccdconfig.8,v 1.17 2001/08/20 12:00:49 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
@ -152,7 +152,7 @@ at the end of a line indicates that the next line should be concatenated
|
||||
with the current.
|
||||
A
|
||||
.Sq \e
|
||||
preceeding any character (other than the end of line) prevents that
|
||||
preceding any character (other than the end of line) prevents that
|
||||
character's special meaning from taking effect.
|
||||
.Pp
|
||||
See
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: 3.t,v 1.4 1996/10/11 20:15:49 thorpej Exp $
|
||||
.\" $NetBSD: 3.t,v 1.5 2001/08/20 12:00:49 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1982, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -353,7 +353,7 @@ When found,
|
||||
.I fsck
|
||||
will prompt the user to adjust the length of the offending directory
|
||||
which is done by shortening the size of the directory to the end of the
|
||||
last allocated block preceeding the hole.
|
||||
last allocated block preceding the hole.
|
||||
Unfortunately, this means that another Phase 1 run has to be done.
|
||||
.I Fsck
|
||||
will remind the user to rerun fsck after repairing a
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: newbtconf.8,v 1.5 2001/06/18 00:01:51 lukem Exp $
|
||||
.\" $NetBSD: newbtconf.8,v 1.6 2001/08/20 12:00:49 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1999 Darren Reed. All rights reserved.
|
||||
.\"
|
||||
@ -114,7 +114,7 @@ that directory and symbolic links put in their place, in /etc, pointing to
|
||||
To test that this has been performed correctly, reboot your system into
|
||||
NetBSD.
|
||||
After the kernel has autoconfigured and tty flags have been set,
|
||||
a prompt should appear, preceeded by the following like, looking like this:
|
||||
a prompt should appear, preceded by the following like, looking like this:
|
||||
.Bd -literal
|
||||
[network]
|
||||
Which configuration [network] ?
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: ahdilabel.8,v 1.4 2001/07/26 22:53:13 wiz Exp $
|
||||
.\" $NetBSD: ahdilabel.8,v 1.5 2001/08/20 12:00:49 wiz Exp $
|
||||
.\"
|
||||
.\"
|
||||
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
|
||||
@ -131,7 +131,7 @@ partition, if the disk has more than four partitions).
|
||||
.It Ar r
|
||||
Recalculate the root sectors. This will automatically assign auxiliary
|
||||
root sectors if the disk has more than 4 partitions. The auxiliary root
|
||||
sectors will be positioned in a default location preceeding the relevant
|
||||
sectors will be positioned in a default location preceding the relevant
|
||||
partition.
|
||||
.It Ar s
|
||||
Show the current partition information.
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: eqn.me,v 1.2 1997/07/07 19:19:25 phil Exp $
|
||||
.\" $NetBSD: eqn.me,v 1.3 2001/08/20 12:00:50 wiz Exp $
|
||||
.\"
|
||||
.nr _0 \n(c.
|
||||
.\" Copyright (c) 1988, 1993
|
||||
@ -83,7 +83,7 @@
|
||||
.de @q \" --- equation output
|
||||
.nr _Q \\n(dnu
|
||||
.ev
|
||||
.sp \\n(esu \" output rest of preceeding text
|
||||
.sp \\n(esu \" output rest of preceding text
|
||||
.@C 2 \" .ev 2 may be jumbled from header
|
||||
.ie \\n(_d=1 \
|
||||
. in (\\n(.lu+\\n($iu-\\n(dlu)/2u
|
||||
|
@ -9,7 +9,7 @@ For example, an exec file might contain the following:
|
||||
|
||||
pkg_info -v
|
||||
|
||||
And it's preceeding form (if any) might contain one field, such as the
|
||||
And it's preceding form (if any) might contain one field, such as the
|
||||
name of a package to get detailed information on. So the actual command
|
||||
that might get run, could look something like this:
|
||||
|
||||
@ -17,4 +17,4 @@ pkg_info -v fooshi-1.3
|
||||
|
||||
Note that all fields are passed as arguments, if you want them to be or not.
|
||||
|
||||
$NetBSD: help,v 1.1 2001/01/05 02:06:55 garbled Exp $
|
||||
$NetBSD: help,v 1.2 2001/08/20 12:00:50 wiz Exp $
|
||||
|
@ -28,6 +28,6 @@ error, and will be ignored.
|
||||
The searchpath for sushi can be modified, by adding directories, one
|
||||
directory per line, to the file /etc/sushi.conf. This file overrides the
|
||||
built in defaults, which are used if it does not exist. Each searchpath
|
||||
must be preceeded by the keyword 'searchpath'.
|
||||
must be preceded by the keyword 'searchpath'.
|
||||
|
||||
$NetBSD: help,v 1.2 2001/01/10 10:03:12 garbled Exp $
|
||||
$NetBSD: help,v 1.3 2001/08/20 12:00:50 wiz Exp $
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: btl.c,v 1.6 2001/06/13 15:09:32 soda Exp $ */
|
||||
/* $NetBSD: btl.c,v 1.7 2001/08/20 12:00:50 wiz Exp $ */
|
||||
/* NetBSD: bt.c,v 1.10 1996/05/12 23:51:54 mycroft Exp */
|
||||
|
||||
#undef BTDIAG
|
||||
@ -486,7 +486,7 @@ AGAIN:
|
||||
case BT_MBI_UNKNOWN:
|
||||
/*
|
||||
* Even if the CCB wasn't found, we clear it anyway.
|
||||
* See preceeding comment.
|
||||
* See preceding comment.
|
||||
*/
|
||||
break;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: dtopreg.h,v 1.8 2000/04/26 04:16:17 mhitch Exp $ */
|
||||
/* $NetBSD: dtopreg.h,v 1.9 2001/08/20 12:00:51 wiz Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1992, 1993
|
||||
@ -130,26 +130,26 @@ typedef struct {
|
||||
|
||||
/* from host to devices */
|
||||
|
||||
#define DTOP_MSG_RESET 0xf0 /* preceeded by 0x81: P,len 1 */
|
||||
#define DTOP_MSG_RESET 0xf0 /* preceded by 0x81: P,len 1 */
|
||||
|
||||
#define DTOP_MSG_ID_REQUEST 0xf1 /* preceeded by 0x81: P,len 1 */
|
||||
#define DTOP_MSG_ID_REQUEST 0xf1 /* preceded by 0x81: P,len 1 */
|
||||
|
||||
#define DTOP_MSG_ASSIGN_ADDRESS 0xf2 /* preceeded by 0x9e: P,len 30 */
|
||||
#define DTOP_MSG_ASSIGN_ADDRESS 0xf2 /* preceded by 0x9e: P,len 30 */
|
||||
/* followed by a dtop_id_reply_t */
|
||||
/* and by the new_IC_address */
|
||||
|
||||
#define DTOP_MSG_CAP_REQUEST 0xf3 /* preceeded by 0x83: P,len 3 */
|
||||
#define DTOP_MSG_CAP_REQUEST 0xf3 /* preceded by 0x83: P,len 3 */
|
||||
/* followed by a 16 bit u_offset */
|
||||
|
||||
#define DTOP_MSG_APPL_TEST 0xb1 /* preceed by P, sub, len 1 */
|
||||
#define DTOP_MSG_APPL_TEST 0xb1 /* precede by P, sub, len 1 */
|
||||
|
||||
/* from devices to host */
|
||||
|
||||
#define DTOP_MSG_ATTENTION 0xe0 /* preceeded by P, len */
|
||||
#define DTOP_MSG_ATTENTION 0xe0 /* preceded by P, len */
|
||||
# define DTOP_ATN_OK_STATUS 0x00 /* anything else bad */
|
||||
/* followed by 0-30 bytes */
|
||||
|
||||
#define DTOP_MSG_ID_REPLY 0xe1 /* preceeded by P,len (29..32) */
|
||||
#define DTOP_MSG_ID_REPLY 0xe1 /* preceded by P,len (29..32) */
|
||||
|
||||
typedef struct {
|
||||
unsigned char module_revision[8]; /* ascii, blank padded */
|
||||
@ -159,7 +159,7 @@ typedef struct {
|
||||
/* 0-3 optional bytes follow, ignore */
|
||||
} dtop_id_reply_t;
|
||||
|
||||
#define DTOP_MSG_CAP_REPLY 0xe3 /* preceeded by P,len (3..32) */
|
||||
#define DTOP_MSG_CAP_REPLY 0xe3 /* preceded by P,len (3..32) */
|
||||
/* followed by 16 bit u_offset */
|
||||
/* followed by data */
|
||||
|
||||
@ -185,16 +185,16 @@ typedef struct {
|
||||
|
||||
/* from host to keyboard */
|
||||
|
||||
#define DTOP_KMSG_CLICK 0x01 /* preceeded by P, sub len 2 */
|
||||
#define DTOP_KMSG_CLICK 0x01 /* preceded by P, sub len 2 */
|
||||
# define DTOP_CLICK_VOLUME_MAX 0x7 /* followed by one byte */
|
||||
|
||||
#define DTOP_KMSG_BELL 0x02 /* preceeded by P, sub len 2 */
|
||||
#define DTOP_KMSG_BELL 0x02 /* preceded by P, sub len 2 */
|
||||
/* same as above */
|
||||
|
||||
#define DTOP_KMSG_LED 0x03 /* preceeded by P, sub len 2 */
|
||||
#define DTOP_KMSG_LED 0x03 /* preceded by P, sub len 2 */
|
||||
/* four lower bits turn leds on */
|
||||
|
||||
#define DTOP_KMSG_POLL 0x04 /* preceeded by P, sub len 1 */
|
||||
#define DTOP_KMSG_POLL 0x04 /* preceded by P, sub len 1 */
|
||||
|
||||
/* keyboard sends up to 11 codes in a data message, distinguished values: */
|
||||
#define DTOP_KBD_EMPTY 0x00
|
||||
@ -224,11 +224,11 @@ typedef struct {
|
||||
/* possibly 3 more dimensions for gloves */
|
||||
} dtop_locator_msg_t;
|
||||
|
||||
#define DTOP_LMSG_SET_RATE 0x01 /* preceeded by P,sub, len 2 */
|
||||
#define DTOP_LMSG_SET_RATE 0x01 /* preceded by P,sub, len 2 */
|
||||
/* followed by sampling interval,
|
||||
from 8 to 25 msecs (0->polled */
|
||||
|
||||
#define DTOP_LMSG_POLL 0x02 /* preceeded by P,sub, len 1 */
|
||||
#define DTOP_LMSG_POLL 0x02 /* preceded by P,sub, len 1 */
|
||||
|
||||
/* Powerup codes same as keyboard */
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: sw.c,v 1.4 2001/04/25 17:53:22 bouyer Exp $ */
|
||||
/* $NetBSD: sw.c,v 1.5 2001/08/20 12:00:51 wiz Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1996 The NetBSD Foundation, Inc.
|
||||
@ -676,7 +676,7 @@ sw_intr_off(ncr_sc)
|
||||
|
||||
/*
|
||||
* This function is called during the COMMAND or MSG_IN phase
|
||||
* that preceeds a DATA_IN or DATA_OUT phase, in case we need
|
||||
* that precedes a DATA_IN or DATA_OUT phase, in case we need
|
||||
* to setup the DMA engine before the bus enters a DATA phase.
|
||||
*
|
||||
* On the OBIO version we just clear the DMA count and address
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: si_obio.c,v 1.21 1999/11/22 18:34:01 jdolecek Exp $ */
|
||||
/* $NetBSD: si_obio.c,v 1.22 2001/08/20 12:00:51 wiz Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1996 The NetBSD Foundation, Inc.
|
||||
@ -267,7 +267,7 @@ si_obio_udc_read(si, regnum)
|
||||
|
||||
/*
|
||||
* This function is called during the COMMAND or MSG_IN phase
|
||||
* that preceeds a DATA_IN or DATA_OUT phase, in case we need
|
||||
* that precedes a DATA_IN or DATA_OUT phase, in case we need
|
||||
* to setup the DMA engine before the bus enters a DATA phase.
|
||||
*
|
||||
* The OBIO "si" IGNORES any attempt to set the FIFO count
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: si_sebuf.c,v 1.13 2001/04/25 17:53:25 bouyer Exp $ */
|
||||
/* $NetBSD: si_sebuf.c,v 1.14 2001/08/20 12:00:51 wiz Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1996 The NetBSD Foundation, Inc.
|
||||
@ -342,7 +342,7 @@ se_intr_off(ncr_sc)
|
||||
|
||||
/*
|
||||
* This function is called during the COMMAND or MSG_IN phase
|
||||
* that preceeds a DATA_IN or DATA_OUT phase, in case we need
|
||||
* that precedes a DATA_IN or DATA_OUT phase, in case we need
|
||||
* to setup the DMA engine before the bus enters a DATA phase.
|
||||
*
|
||||
* On the VME version, setup the start addres, but clear the
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: si_vme.c,v 1.15 1998/02/05 04:56:45 gwr Exp $ */
|
||||
/* $NetBSD: si_vme.c,v 1.16 2001/08/20 12:00:51 wiz Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1996 The NetBSD Foundation, Inc.
|
||||
@ -306,7 +306,7 @@ si_vme_intr_off(ncr_sc)
|
||||
|
||||
/*
|
||||
* This function is called during the COMMAND or MSG_IN phase
|
||||
* that preceeds a DATA_IN or DATA_OUT phase, in case we need
|
||||
* that precedes a DATA_IN or DATA_OUT phase, in case we need
|
||||
* to setup the DMA engine before the bus enters a DATA phase.
|
||||
*
|
||||
* XXX: The VME adapter appears to suppress SBC interrupts
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: pmap.c,v 1.69 2001/07/03 06:15:17 chs Exp $ */
|
||||
/* $NetBSD: pmap.c,v 1.70 2001/08/20 12:00:51 wiz Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
|
||||
@ -694,7 +694,7 @@ pmap_bootstrap(nextva)
|
||||
* then compute a pointer for mmuCbase instead of this...
|
||||
*
|
||||
* Allocate user MMU tables.
|
||||
* These must be contiguous with the preceeding.
|
||||
* These must be contiguous with the preceding.
|
||||
*/
|
||||
|
||||
#ifndef FIXED_NTABLES
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: aha.c,v 1.35 2001/07/19 16:25:23 thorpej Exp $ */
|
||||
/* $NetBSD: aha.c,v 1.36 2001/08/20 12:00:52 wiz Exp $ */
|
||||
|
||||
#include "opt_ddb.h"
|
||||
|
||||
@ -374,7 +374,7 @@ AGAIN:
|
||||
case AHA_MBI_UNKNOWN:
|
||||
/*
|
||||
* Even if the CCB wasn't found, we clear it anyway.
|
||||
* See preceeding comment.
|
||||
* See preceding comment.
|
||||
*/
|
||||
break;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: bha.c,v 1.45 2001/07/19 16:25:24 thorpej Exp $ */
|
||||
/* $NetBSD: bha.c,v 1.46 2001/08/20 12:00:52 wiz Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1997, 1998, 1999 The NetBSD Foundation, Inc.
|
||||
@ -1616,7 +1616,7 @@ bha_finish_ccbs(sc)
|
||||
case BHA_MBI_UNKNOWN:
|
||||
/*
|
||||
* Even if the CCB wasn't found, we clear it anyway.
|
||||
* See preceeding comment.
|
||||
* See preceding comment.
|
||||
*/
|
||||
break;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: smc93cx6.c,v 1.7 2001/04/30 03:49:12 lukem Exp $ */
|
||||
/* $NetBSD: smc93cx6.c,v 1.8 2001/08/20 12:00:52 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Interface for the 93C66/56/46/26/06 serial eeprom parts.
|
||||
@ -31,7 +31,7 @@
|
||||
* -------------------------------------------------------------------
|
||||
* READ 1 10 A5 - A0 Reads data stored in memory,
|
||||
* starting at specified address
|
||||
* EWEN 1 00 11XXXX Write enable must preceed
|
||||
* EWEN 1 00 11XXXX Write enable must precede
|
||||
* all programming modes
|
||||
* ERASE 1 11 A5 - A0 Erase register A5A4A3A2A1A0
|
||||
* WRITE 1 01 A5 - A0 D15 - D0 Writes register
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: aic7xxx.seq,v 1.12 2001/06/19 13:45:57 wiz Exp $ */
|
||||
/* $NetBSD: aic7xxx.seq,v 1.13 2001/08/20 12:00:52 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Adaptec 274x/284x/294x device driver firmware for Linux and FreeBSD.
|
||||
@ -514,7 +514,7 @@ target_disconnect:
|
||||
mvi MSG_DISCONNECT call target_outb;
|
||||
|
||||
target_busfree_wait:
|
||||
/* Wait for preceeding I/O session to complete. */
|
||||
/* Wait for preceding I/O session to complete. */
|
||||
test SCSISIGI, ACKI jnz .;
|
||||
target_busfree:
|
||||
clr SCSISIGO;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: if_ti.c,v 1.41 2001/08/14 11:55:38 mrg Exp $ */
|
||||
/* $NetBSD: if_ti.c,v 1.42 2001/08/20 12:00:53 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1997, 1998, 1999
|
||||
@ -1762,7 +1762,7 @@ static void ti_attach(parent, self, aux)
|
||||
* Get station address from the EEPROM. Note: the manual states
|
||||
* that the MAC address is at offset 0x8c, however the data is
|
||||
* stored as two longwords (since that's how it's loaded into
|
||||
* the NIC). This means the MAC address is actually preceeded
|
||||
* the NIC). This means the MAC address is actually preceded
|
||||
* by two zero bytes. We need to skip over those.
|
||||
*/
|
||||
if (ti_read_eeprom(sc, (caddr_t)&eaddr,
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: si.c,v 1.3 2001/04/25 17:53:43 bouyer Exp $ */
|
||||
/* $NetBSD: si.c,v 1.4 2001/08/20 12:00:53 wiz Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1996,2000 The NetBSD Foundation, Inc.
|
||||
@ -651,7 +651,7 @@ si_intr_off(ncr_sc)
|
||||
|
||||
/*
|
||||
* This function is called during the COMMAND or MSG_IN phase
|
||||
* that preceeds a DATA_IN or DATA_OUT phase, in case we need
|
||||
* that precedes a DATA_IN or DATA_OUT phase, in case we need
|
||||
* to setup the DMA engine before the bus enters a DATA phase.
|
||||
*
|
||||
* XXX: The VME adapter appears to suppress SBC interrupts
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: llc_subr.c,v 1.12 2000/03/30 13:53:34 augustss Exp $ */
|
||||
/* $NetBSD: llc_subr.c,v 1.13 2001/08/20 12:00:53 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1990, 1991, 1992
|
||||
@ -369,7 +369,7 @@ llc_seq2slot(linkp, seqn)
|
||||
* (32/64 bits, whatever is needed) that would suit her needs [I quite like
|
||||
* that idea, perhaps I'll get around to it].
|
||||
*
|
||||
* [Preceeding each state handler function is the description as taken from
|
||||
* [Preceding each state handler function is the description as taken from
|
||||
* ISO 8802-2, section 7.9.2.1]
|
||||
*/
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
* i4b_l3fsm.c - layer 3 FSM
|
||||
* -------------------------
|
||||
*
|
||||
* $Id: i4b_l3fsm.c,v 1.3 2001/03/24 12:40:32 martin Exp $
|
||||
* $Id: i4b_l3fsm.c,v 1.4 2001/08/20 12:00:53 wiz Exp $
|
||||
*
|
||||
* $FreeBSD$
|
||||
*
|
||||
@ -372,7 +372,7 @@ static void F_01L(call_desc_t *cd)
|
||||
* we react here as if we received a CALL PROCEEDING because
|
||||
* several PBX's react with a SETUP ACK even if the called
|
||||
* number is complete AND we sent a SENDING COMPLETE in the
|
||||
* preceeding SETUP message. (-hm)
|
||||
* preceding SETUP message. (-hm)
|
||||
*/
|
||||
|
||||
T310_start(cd);
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: clnp.h,v 1.12 1997/11/03 15:01:18 is Exp $ */
|
||||
/* $NetBSD: clnp.h,v 1.13 2001/08/20 12:00:54 wiz Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993, 1994
|
||||
@ -140,7 +140,7 @@ struct clnp_segment {
|
||||
/*
|
||||
* NOTE:
|
||||
* The clnp_frag structure is stored in an mbuf immedately
|
||||
* preceeding the fragment data. Since there are words in
|
||||
* preceding the fragment data. Since there are words in
|
||||
* this struct, it must be word aligned.
|
||||
*
|
||||
* NOTE:
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: clnp_frag.c,v 1.12 2000/03/30 13:10:06 augustss Exp $ */
|
||||
/* $NetBSD: clnp_frag.c,v 1.13 2001/08/20 12:00:54 wiz Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993
|
||||
@ -551,7 +551,7 @@ clnp_insert_frag(cfh, m, seg)
|
||||
if (overlap > fraglen) {
|
||||
/*
|
||||
* The new fragment is entirely
|
||||
* contained in the preceeding one.
|
||||
* contained in the preceding one.
|
||||
* We can punt on the new frag
|
||||
* completely.
|
||||
*/
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: core.h,v 1.8 1999/12/30 15:45:09 eeh Exp $ */
|
||||
/* $NetBSD: core.h,v 1.9 2001/08/20 12:00:54 wiz Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1998 The NetBSD Foundation, Inc.
|
||||
@ -66,7 +66,7 @@
|
||||
|
||||
/*
|
||||
* A core file consists of a header followed by a number of segments.
|
||||
* Each segment is preceeded by a `coreseg' structure giving the
|
||||
* Each segment is preceded by a `coreseg' structure giving the
|
||||
* segment's type, the virtual address where the bits resided in
|
||||
* process address space and the size of the segment.
|
||||
*
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: ffs_alloc.c,v 1.45 2001/08/09 08:16:42 lukem Exp $ */
|
||||
/* $NetBSD: ffs_alloc.c,v 1.46 2001/08/20 12:00:54 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1982, 1986, 1989, 1993
|
||||
@ -382,7 +382,7 @@ nospace:
|
||||
* logical blocks to be made contiguous is given. The allocator attempts
|
||||
* to find a range of sequential blocks starting as close as possible to
|
||||
* an fs_rotdelay offset from the end of the allocation for the logical
|
||||
* block immediately preceeding the current range. If successful, the
|
||||
* block immediately preceding the current range. If successful, the
|
||||
* physical block numbers in the buffer pointers and in the inode are
|
||||
* changed to reflect the new allocation. If unsuccessful, the allocation
|
||||
* is left unchanged. The success in doing the reallocation is returned.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: indent.c,v 1.11 2001/06/16 21:47:42 kleink Exp $ */
|
||||
/* $NetBSD: indent.c,v 1.12 2001/08/20 12:00:55 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1980, 1993
|
||||
@ -48,7 +48,7 @@ __COPYRIGHT("@(#) Copyright (c) 1985 Sun Microsystems, Inc.\n\
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)indent.c 5.17 (Berkeley) 6/7/93";
|
||||
#else
|
||||
__RCSID("$NetBSD: indent.c,v 1.11 2001/06/16 21:47:42 kleink Exp $");
|
||||
__RCSID("$NetBSD: indent.c,v 1.12 2001/08/20 12:00:55 wiz Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
@ -817,7 +817,7 @@ check_type:
|
||||
if (ps.in_parameter_declaration)
|
||||
prefix_blankline_requested = 0;
|
||||
|
||||
if (ps.p_l_follow > 0) { /* check for preceeding
|
||||
if (ps.p_l_follow > 0) { /* check for preceding
|
||||
* unbalanced parens */
|
||||
diag(1, "Unbalanced parens");
|
||||
ps.p_l_follow = 0;
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: tutorial.ms,v 1.4 1999/11/19 22:29:25 kristerw Exp $
|
||||
.\" $NetBSD: tutorial.ms,v 1.5 2001/08/20 12:00:55 wiz Exp $
|
||||
.\" Copyright (c) 1988, 1989 by Adam de Boor
|
||||
.\" Copyright (c) 1989 by Berkeley Softworks
|
||||
.\" Copyright (c) 1988, 1989, 1993
|
||||
@ -598,7 +598,7 @@ likely freeze if you execute something that produces thousands of
|
||||
bytes of output (8 Kb is the limit on many UNIX systems).
|
||||
.LP
|
||||
The value of a variable may be retrieved by enclosing the variable
|
||||
name in parentheses or curly braces and preceeding the whole thing
|
||||
name in parentheses or curly braces and preceding the whole thing
|
||||
with a dollar sign.
|
||||
.LP
|
||||
For example, to set the variable CFLAGS to the string
|
||||
@ -1529,7 +1529,7 @@ using the
|
||||
.Ix 0 ref !=
|
||||
.Ix 0 ref variable assignment shell-output
|
||||
operator. Variables may be expanded (their value inserted) by enclosing
|
||||
their name in parentheses or curly braces, prceeded by a dollar sign.
|
||||
their name in parentheses or curly braces, preceded by a dollar sign.
|
||||
A dollar sign may be escaped with another dollar sign. Variables are
|
||||
not expanded if PMake doesn't know about them. There are seven local
|
||||
variables:
|
||||
@ -2611,7 +2611,7 @@ the string must match starting at the beginning of the word. If
|
||||
ends with a
|
||||
.CW $ ,
|
||||
the string must match to the end of the word (these two may be
|
||||
combined to force an exact match). If a backslash preceeds these two
|
||||
combined to force an exact match). If a backslash precedes these two
|
||||
characters, however, they lose their special meaning. Variable
|
||||
expansion also occurs in the normal fashion inside both the
|
||||
.I search-string
|
||||
@ -2636,7 +2636,7 @@ character is replaced by the
|
||||
unless it is preceded by a backslash.
|
||||
You are allowed to use any character except
|
||||
colon or exclamation point to separate the two strings. This so-called
|
||||
delimiter character may be placed in either string by preceeding it
|
||||
delimiter character may be placed in either string by preceding it
|
||||
with a backslash.
|
||||
.IP T
|
||||
.Ix 0 def :T
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: job.c,v 1.53 2001/07/24 05:06:40 matt Exp $ */
|
||||
/* $NetBSD: job.c,v 1.54 2001/08/20 12:00:55 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
|
||||
@ -39,14 +39,14 @@
|
||||
*/
|
||||
|
||||
#ifdef MAKE_BOOTSTRAP
|
||||
static char rcsid[] = "$NetBSD: job.c,v 1.53 2001/07/24 05:06:40 matt Exp $";
|
||||
static char rcsid[] = "$NetBSD: job.c,v 1.54 2001/08/20 12:00:55 wiz Exp $";
|
||||
#else
|
||||
#include <sys/cdefs.h>
|
||||
#ifndef lint
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)job.c 8.2 (Berkeley) 3/19/94";
|
||||
#else
|
||||
__RCSID("$NetBSD: job.c,v 1.53 2001/07/24 05:06:40 matt Exp $");
|
||||
__RCSID("$NetBSD: job.c,v 1.54 2001/08/20 12:00:55 wiz Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
#endif
|
||||
@ -2203,7 +2203,7 @@ end_loop:
|
||||
* Need to send the output to the screen. Null terminate it
|
||||
* first, overwriting the newline character if there was one.
|
||||
* So long as the line isn't one we should filter (according
|
||||
* to the shell description), we print the line, preceeded
|
||||
* to the shell description), we print the line, preceded
|
||||
* by a target banner if this target isn't the same as the
|
||||
* one for which we last printed something.
|
||||
* The rest of the data in the buffer are then shifted down
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: parse.c,v 1.71 2001/07/03 18:08:51 christos Exp $ */
|
||||
/* $NetBSD: parse.c,v 1.72 2001/08/20 12:00:55 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1988, 1989, 1990, 1993
|
||||
@ -39,14 +39,14 @@
|
||||
*/
|
||||
|
||||
#ifdef MAKE_BOOTSTRAP
|
||||
static char rcsid[] = "$NetBSD: parse.c,v 1.71 2001/07/03 18:08:51 christos Exp $";
|
||||
static char rcsid[] = "$NetBSD: parse.c,v 1.72 2001/08/20 12:00:55 wiz Exp $";
|
||||
#else
|
||||
#include <sys/cdefs.h>
|
||||
#ifndef lint
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)parse.c 8.3 (Berkeley) 3/19/94";
|
||||
#else
|
||||
__RCSID("$NetBSD: parse.c,v 1.71 2001/07/03 18:08:51 christos Exp $");
|
||||
__RCSID("$NetBSD: parse.c,v 1.72 2001/08/20 12:00:55 wiz Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
#endif
|
||||
@ -2438,7 +2438,7 @@ test_char:
|
||||
|
||||
/*
|
||||
* Strip trailing blanks and tabs from the line.
|
||||
* Do not strip a blank or tab that is preceeded by
|
||||
* Do not strip a blank or tab that is preceded by
|
||||
* a '\'
|
||||
*/
|
||||
ep = line;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: suff.c,v 1.33 2001/06/12 23:36:18 sjg Exp $ */
|
||||
/* $NetBSD: suff.c,v 1.34 2001/08/20 12:00:55 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1988, 1989, 1990, 1993
|
||||
@ -39,14 +39,14 @@
|
||||
*/
|
||||
|
||||
#ifdef MAKE_BOOTSTRAP
|
||||
static char rcsid[] = "$NetBSD: suff.c,v 1.33 2001/06/12 23:36:18 sjg Exp $";
|
||||
static char rcsid[] = "$NetBSD: suff.c,v 1.34 2001/08/20 12:00:55 wiz Exp $";
|
||||
#else
|
||||
#include <sys/cdefs.h>
|
||||
#ifndef lint
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)suff.c 8.4 (Berkeley) 3/21/94";
|
||||
#else
|
||||
__RCSID("$NetBSD: suff.c,v 1.33 2001/06/12 23:36:18 sjg Exp $");
|
||||
__RCSID("$NetBSD: suff.c,v 1.34 2001/08/20 12:00:55 wiz Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
#endif
|
||||
@ -991,7 +991,7 @@ Suff_GetPath (sname)
|
||||
* The searchPath field of all the suffixes is extended by the
|
||||
* directories in dirSearchPath. If paths were specified for the
|
||||
* ".h" suffix, the directories are stuffed into a global variable
|
||||
* called ".INCLUDES" with each directory preceeded by a -I. The same
|
||||
* called ".INCLUDES" with each directory preceded by a -I. The same
|
||||
* is done for the ".a" suffix, except the variable is called
|
||||
* ".LIBS" and the flag is -L.
|
||||
*-----------------------------------------------------------------------
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: targ.c,v 1.22 2001/07/03 18:08:51 christos Exp $ */
|
||||
/* $NetBSD: targ.c,v 1.23 2001/08/20 12:00:56 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1988, 1989, 1990, 1993
|
||||
@ -39,14 +39,14 @@
|
||||
*/
|
||||
|
||||
#ifdef MAKE_BOOTSTRAP
|
||||
static char rcsid[] = "$NetBSD: targ.c,v 1.22 2001/07/03 18:08:51 christos Exp $";
|
||||
static char rcsid[] = "$NetBSD: targ.c,v 1.23 2001/08/20 12:00:56 wiz Exp $";
|
||||
#else
|
||||
#include <sys/cdefs.h>
|
||||
#ifndef lint
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)targ.c 8.2 (Berkeley) 3/19/94";
|
||||
#else
|
||||
__RCSID("$NetBSD: targ.c,v 1.22 2001/07/03 18:08:51 christos Exp $");
|
||||
__RCSID("$NetBSD: targ.c,v 1.23 2001/08/20 12:00:56 wiz Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
#endif
|
||||
@ -648,7 +648,7 @@ TargPrintNode (gnp, passp)
|
||||
* 0.
|
||||
*
|
||||
* Side Effects:
|
||||
* The name of each file is printed preceeded by #\t
|
||||
* The name of each file is printed preceded by #\t
|
||||
*
|
||||
*-----------------------------------------------------------------------
|
||||
*/
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: api.h,v 1.4 1998/03/04 13:16:06 christos Exp $ */
|
||||
/* $NetBSD: api.h,v 1.5 2001/08/20 12:00:56 wiz Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1988 The Regents of the University of California.
|
||||
@ -326,7 +326,7 @@ typedef struct {
|
||||
#define FP_OFF(y) ((unsigned int)(((unsigned long)(y))&0xFFFF))
|
||||
|
||||
/*
|
||||
* Undo the preceeding.
|
||||
* Undo the preceding.
|
||||
*/
|
||||
|
||||
#define SEG_OFF_BACK(x,y) (((x)<<16)|(y))
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: map3270.5,v 1.7 1997/03/08 14:21:56 mouse Exp $
|
||||
.\" $NetBSD: map3270.5,v 1.8 2001/08/20 12:00:56 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1986 The Regents of the University of California.
|
||||
.\" All rights reserved.
|
||||
@ -32,7 +32,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)map3270.5 4.5 (Berkeley) 7/31/91
|
||||
.\" $NetBSD: map3270.5,v 1.7 1997/03/08 14:21:56 mouse Exp $
|
||||
.\" $NetBSD: map3270.5,v 1.8 2001/08/20 12:00:56 wiz Exp $
|
||||
.\"
|
||||
.TH MAP3270 5 "July 31, 1991"
|
||||
.UC 6
|
||||
@ -116,7 +116,7 @@ Note: the ctrl-caret sequence
|
||||
(to generate a hexadecimal 1E)
|
||||
is represented as `^^' (not `^\e^').
|
||||
.PP
|
||||
In addition to the caret, a letter may be preceeded by a backslash (`\e').
|
||||
In addition to the caret, a letter may be preceded by a backslash (`\e').
|
||||
Since this has little effect for most characters,
|
||||
its use is usually not recommended.
|
||||
For the case of a single quote (`\(aa'), the backslash
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: ex.rm,v 1.4 2001/07/26 22:49:56 wiz Exp $
|
||||
.\" $NetBSD: ex.rm,v 1.5 2001/08/20 12:00:56 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -1972,7 +1972,7 @@ To be recognized as a command line, the line must have the string
|
||||
.B ex:
|
||||
or
|
||||
.B vi:
|
||||
preceeded by a tab or a space. This string may be anywhere in the
|
||||
preceded by a tab or a space. This string may be anywhere in the
|
||||
line and anything after the
|
||||
.I :
|
||||
is interpeted as editor commands. This option defaults to off because
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: vi.chars,v 1.3 2001/03/31 11:37:49 aymeric Exp $
|
||||
.\" $NetBSD: vi.chars,v 1.4 2001/08/20 12:00:57 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -336,7 +336,7 @@ the end of the pattern forces the match to occur at the end of a line
|
||||
only.
|
||||
More extended pattern matching is available, see section 7.4;
|
||||
unless you set \fBnomagic\fR in your \fI\&.exrc\fR file you will have
|
||||
to preceed the characters \fB. [ *\fR and \fB~\fR in the search pattern
|
||||
to precede the characters \fB. [ *\fR and \fB~\fR in the search pattern
|
||||
with a \fB\e\fR to get them to work as you would naively expect (1.5, 2,2,
|
||||
6.1, 7.2, 7.4).
|
||||
.iP "0" 15
|
||||
|
@ -440,7 +440,7 @@
|
||||
+ Fix relative cursor motion to handle folded lines.
|
||||
+ Recompile the search pattern if applicable edit options change.
|
||||
+ Change +/-c command ordering to match historic practice.
|
||||
+ Rework autoindent code to always resolve preceeding <blank>
|
||||
+ Rework autoindent code to always resolve preceding <blank>
|
||||
characters when a ^T or ^D are entered.
|
||||
+ Add the print/noprint edit options, so can now specify if
|
||||
a character is printable.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: emit.c,v 1.5 2001/05/28 12:40:37 lukem Exp $ */
|
||||
/* $NetBSD: emit.c,v 1.6 2001/08/20 12:00:57 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1994, 1995 Jochen Pohl
|
||||
@ -33,7 +33,7 @@
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#ifndef lint
|
||||
__RCSID("$NetBSD: emit.c,v 1.5 2001/05/28 12:40:37 lukem Exp $");
|
||||
__RCSID("$NetBSD: emit.c,v 1.6 2001/08/20 12:00:57 wiz Exp $");
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
@ -210,7 +210,7 @@ outint(int i)
|
||||
|
||||
/*
|
||||
* write the name of a symbol to the output buffer
|
||||
* the name is preceeded by its length
|
||||
* the name is preceded by its length
|
||||
*/
|
||||
void
|
||||
outname(const char *name)
|
||||
|
@ -22,7 +22,7 @@ SOFTWARE.
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#ifndef lint
|
||||
__RCSID("$NetBSD: readfile.c,v 1.7 1999/01/11 22:40:01 kleink Exp $");
|
||||
__RCSID("$NetBSD: readfile.c,v 1.8 2001/08/20 12:00:57 wiz Exp $");
|
||||
#endif
|
||||
|
||||
|
||||
@ -492,9 +492,9 @@ readtab(force)
|
||||
* Read an entire host entry from the file pointed to by "fp" and insert it
|
||||
* into the memory pointed to by "buffer". Leading whitespace and comments
|
||||
* starting with "#" are ignored (removed). Backslashes (\) always quote
|
||||
* the next character except that newlines preceeded by a backslash cause
|
||||
* the next character except that newlines preceded by a backslash cause
|
||||
* line-continuation onto the next line. The entry is terminated by a
|
||||
* newline character which is not preceeded by a backslash. Sequences
|
||||
* newline character which is not preceded by a backslash. Sequences
|
||||
* surrounded by double quotes are taken literally (including newlines, but
|
||||
* not backslashes).
|
||||
*
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: sushi.8,v 1.5 2001/06/19 13:42:23 wiz Exp $
|
||||
.\" $NetBSD: sushi.8,v 1.6 2001/08/20 12:00:58 wiz Exp $
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
@ -96,7 +96,7 @@ To override the default searchpaths in
|
||||
you would issue the keyword
|
||||
.Sq searchpath
|
||||
followed by a directory name, one per line, that will be searched, in order,
|
||||
for menu hierarchies. Each directory name must be preceeded by the
|
||||
for menu hierarchies. Each directory name must be preceded by the
|
||||
.Sq searchpath
|
||||
keyword. It is not an error to have a non-existent directory listed in
|
||||
this file, as they will simply be skipped over. The default list of
|
||||
@ -129,7 +129,7 @@ key to Control-T. The final keyword is the message that will appear at the
|
||||
bottom of your screen, to remind you which keys are bound to which
|
||||
functions. There can be no whitespace in the key description.
|
||||
The syntax of the new key binding must either be an ascii character
|
||||
preceeded by a caret
|
||||
preceded by a caret
|
||||
.Dq ^
|
||||
to signify a control modifier, a function key, such as
|
||||
.Sq F9
|
||||
|
@ -136,7 +136,7 @@ LOBBY(mildly),CODE: Would be very convenient if date(1) took a
|
||||
|
||||
**** If you want to do it go ahead. It sounds useful. As far as
|
||||
syntax goes, the normal format for the date should work just
|
||||
fine for this. If the date is preceeded by a plus or minus,
|
||||
fine for this. If the date is preceded by a plus or minus,
|
||||
the change is relative, otherwise it is absolute.
|
||||
|
||||
|
||||
|
@ -145,7 +145,7 @@ LOBBY(mildly),CODE: Would be very convenient if date(1) took a
|
||||
|
||||
**** If you want to do it go ahead. It sounds useful. As far as
|
||||
syntax goes, the normal format for the date should work just
|
||||
fine for this. If the date is preceeded by a plus or minus,
|
||||
fine for this. If the date is preceded by a plus or minus,
|
||||
the change is relative, otherwise it is absolute.
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user