descriptor with a c.
This commit is contained in:
parent
9a9c991837
commit
6d8cbf7e43
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: getsockname.2,v 1.17 2002/08/11 12:22:48 yamt Exp $
|
||||
.\" $NetBSD: getsockname.2,v 1.18 2003/01/06 12:14:26 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1983, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -74,7 +74,7 @@ can be used.
|
||||
takes three parameters:
|
||||
.Pp
|
||||
.Fa s ,
|
||||
Contains the file desriptor for the socket to be looked up.
|
||||
Contains the file descriptor for the socket to be looked up.
|
||||
.Pp
|
||||
.Fa name
|
||||
points to a
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: w95boot.8,v 1.6 2002/10/29 16:18:58 wiz Exp $
|
||||
.\" $NetBSD: w95boot.8,v 1.7 2003/01/06 12:14:28 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
@ -147,7 +147,7 @@ the System Agent window. Select ``Schedule a New Program'' from the
|
||||
``Program'' menu. In the ``Program'' text field, enter the complete path
|
||||
to the GoNetBSD batch file, for example
|
||||
.Dq C:\eNetBSD\eGoNetBSD.BAT Ns .
|
||||
In the ``Description'' text field, enter a desriptive name for the
|
||||
In the ``Description'' text field, enter a descriptive name for the
|
||||
scheduled event, such as ``Reboot system under NetBSD''.
|
||||
.Pp
|
||||
Now click the ``When to Run program'' and select the time schedule for
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: rasops.9,v 1.5 2002/10/14 13:43:31 wiz Exp $
|
||||
.\" $NetBSD: rasops.9,v 1.6 2003/01/06 12:14:28 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
@ -153,7 +153,7 @@ completed successfully
|
||||
.It Fn rasops_init "ri" "wantrows" "wantcols"
|
||||
Initialise a
|
||||
.Em rasops_info
|
||||
desriptor.
|
||||
descriptor.
|
||||
The arguments
|
||||
.Fa wantrows
|
||||
and
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: mtd803.c,v 1.1 2002/11/07 21:56:59 martin Exp $ */
|
||||
/* $NetBSD: mtd803.c,v 1.2 2003/01/06 12:14:29 wiz Exp $ */
|
||||
|
||||
/*-
|
||||
*
|
||||
@ -370,7 +370,7 @@ mtd_init_desc(sc)
|
||||
/* Fill in rx descriptors */
|
||||
for (i = 0; i < MTD_NUM_RXD; ++i) {
|
||||
sc->desc[i].stat = MTD_RXD_OWNER;
|
||||
if (i == MTD_NUM_RXD - 1) { /* Last desriptor */
|
||||
if (i == MTD_NUM_RXD - 1) { /* Last descriptor */
|
||||
/* Link back to first rx descriptor */
|
||||
sc->desc[i].next =
|
||||
htole32(sc->desc_dma_map->dm_segs[0].ds_addr);
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: hifn7751reg.h,v 1.1 2000/10/12 02:59:59 itojun Exp $ */
|
||||
/* $NetBSD: hifn7751reg.h,v 1.2 2003/01/06 12:14:30 wiz Exp $ */
|
||||
/* $OpenBSD: hifn7751reg.h,v 1.15 2000/09/21 13:34:58 jason Exp $ */
|
||||
|
||||
/*
|
||||
@ -115,7 +115,7 @@ struct hifn_dma {
|
||||
u_char result_bufs[HIFN_D_CMD_RSIZE][HIFN_MAX_RESULT];
|
||||
|
||||
/*
|
||||
* Our current positions for insertion and removal from the desriptor
|
||||
* Our current positions for insertion and removal from the descriptor
|
||||
* rings.
|
||||
*/
|
||||
int cmdi, srci, dsti, resi;
|
||||
|
Loading…
Reference in New Issue
Block a user