Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
This commit is contained in:
parent
1cd3755f5b
commit
4fa402f116
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: cd.1,v 1.3 1999/03/15 08:22:21 garbled Exp $
|
||||
.\" $NetBSD: cd.1,v 1.4 2002/02/13 08:17:26 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1990, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -85,7 +85,7 @@ for more information on environment variables.
|
|||
.Pp
|
||||
The
|
||||
.Nm cd
|
||||
utility exits 0 on success, and >0 if an error occurs.
|
||||
utility exits 0 on success, and \*[Gt]0 if an error occurs.
|
||||
.Sh SEE ALSO
|
||||
.Xr csh 1 ,
|
||||
.Xr pwd 1 ,
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: bellctrl.1,v 1.10 2001/09/11 00:10:16 wiz Exp $
|
||||
.\" $NetBSD: bellctrl.1,v 1.11 2002/02/13 08:17:27 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1995 Takuya Harakawa.
|
||||
.\" All rights reserved.
|
||||
|
@ -75,4 +75,4 @@ option sets the voice parameter to given voice parameter file (
|
|||
.El
|
||||
.Sh AUTHORS
|
||||
.Nm
|
||||
was written by Takuya Harakawa <ussy@int.titech.ac.jp>.
|
||||
was written by Takuya Harakawa \*[Lt]ussy@int.titech.ac.jp\*[Gt].
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: wait.1,v 1.2 1994/11/30 08:35:03 jtc Exp $
|
||||
.\" $NetBSD: wait.1,v 1.3 2002/02/13 08:17:26 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -80,7 +80,7 @@ utility was invoked with no operands and
|
|||
all of the existing background child processes have
|
||||
terminated, or the process specified by the pid
|
||||
operand exited normally with 0 as its exit status.
|
||||
.It \&>\&0
|
||||
.It \&\*[Gt]\&0
|
||||
The specified process did not exist and its exit
|
||||
status information was not available, or the specified
|
||||
process existed or its exit status information
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: _DIAGASSERT.3,v 1.3 2001/06/24 01:32:29 wiz Exp $
|
||||
.\" $NetBSD: _DIAGASSERT.3,v 1.4 2002/02/13 08:17:28 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -41,7 +41,7 @@
|
|||
.Nm _DIAGASSERT
|
||||
.Nd expression verification macro
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <assert.h>
|
||||
.Fd #include \*[Lt]assert.h\*[Gt]
|
||||
.Fn _DIAGASSERT expression
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: assert.3,v 1.6 2000/12/19 14:33:00 kleink Exp $
|
||||
.\" $NetBSD: assert.3,v 1.7 2002/02/13 08:17:28 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -40,7 +40,7 @@
|
|||
.Nm assert
|
||||
.Nd expression verification macro
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <assert.h>
|
||||
.Fd #include \*[Lt]assert.h\*[Gt]
|
||||
.Fn assert expression
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: bitstring.3,v 1.8 2001/09/11 22:46:50 wiz Exp $
|
||||
.\" $NetBSD: bitstring.3,v 1.9 2002/02/13 08:17:28 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1989, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -50,7 +50,7 @@
|
|||
.Nm bit_test
|
||||
.Nd bit-string manipulation macros
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <bitstring.h>
|
||||
.Fd #include \*[Lt]bitstring.h\*[Gt]
|
||||
.Ft bitstr_t *
|
||||
.Fn bit_alloc "int nbits"
|
||||
.Fn bit_decl "bit_str name" "int nbits"
|
||||
|
@ -149,8 +149,8 @@ The arguments to these macros are evaluated only once and may safely
|
|||
have side effects.
|
||||
.Sh EXAMPLES
|
||||
.Bd -literal -offset indent
|
||||
#include <limits.h>
|
||||
#include <bitstring.h>
|
||||
#include \*[Lt]limits.h\*[Gt]
|
||||
#include \*[Lt]bitstring.h\*[Gt]
|
||||
|
||||
...
|
||||
#define LPR_BUSY_BIT 0
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: dlfcn.3,v 1.14 2002/01/21 18:06:23 wiz Exp $
|
||||
.\" $NetBSD: dlfcn.3,v 1.15 2002/02/13 08:17:29 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -48,7 +48,7 @@
|
|||
(These functions are not in a library. They are included in every
|
||||
dynamically linked program automatically.)
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <dlfcn.h>
|
||||
.Fd #include \*[Lt]dlfcn.h\*[Gt]
|
||||
.Ft "void *"
|
||||
.Fn dlopen "const char *path" "int mode"
|
||||
.Ft "int"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: queue.3,v 1.21 2002/02/07 17:15:23 wiz Exp $
|
||||
.\" $NetBSD: queue.3,v 1.22 2002/02/13 08:17:29 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2000 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -136,7 +136,7 @@
|
|||
.Nm CIRCLEQ_PREV
|
||||
.Nd "implementations of singly-linked lists, lists, simple queues, tail queues, and circular queues"
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/queue.h>
|
||||
.Fd #include \*[Lt]sys/queue.h\*[Gt]
|
||||
.sp
|
||||
.Fn LIST_ENTRY "TYPE"
|
||||
.Fn LIST_FOREACH "TYPE *var" "LIST_HEAD *head" "LIST_ENTRY NAME"
|
||||
|
@ -455,27 +455,27 @@ struct entry {
|
|||
...
|
||||
} *n1, *n2, *n3, *np;
|
||||
|
||||
SLIST_INIT(&head); /* Initialize the list. */
|
||||
SLIST_INIT(\*[Am]head); /* Initialize the list. */
|
||||
|
||||
n1 = malloc(sizeof(struct entry)); /* Insert at the head. */
|
||||
SLIST_INSERT_HEAD(&head, n1, entries);
|
||||
SLIST_INSERT_HEAD(\*[Am]head, n1, entries);
|
||||
|
||||
n2 = malloc(sizeof(struct entry)); /* Insert after. */
|
||||
SLIST_INSERT_AFTER(n1, n2, entries);
|
||||
|
||||
SLIST_REMOVE(&head, n2, entry, entries);/* Deletion. */
|
||||
SLIST_REMOVE(\*[Am]head, n2, entry, entries);/* Deletion. */
|
||||
free(n2);
|
||||
|
||||
n3 = SLIST_FIRST(&head);
|
||||
SLIST_REMOVE_HEAD(&head, entries); /* Deletion from the head. */
|
||||
n3 = SLIST_FIRST(\*[Am]head);
|
||||
SLIST_REMOVE_HEAD(\*[Am]head, entries); /* Deletion from the head. */
|
||||
free(n3);
|
||||
/* Forward traversal. */
|
||||
SLIST_FOREACH(np, &head, entries)
|
||||
np-> ...
|
||||
SLIST_FOREACH(np, \*[Am]head, entries)
|
||||
np-\*[Gt] ...
|
||||
|
||||
while (!SLIST_EMPTY(&head)) { /* List Deletion. */
|
||||
n1 = SLIST_FIRST(&head);
|
||||
SLIST_REMOVE_HEAD(&head, entries);
|
||||
while (!SLIST_EMPTY(\*[Am]head)) { /* List Deletion. */
|
||||
n1 = SLIST_FIRST(\*[Am]head);
|
||||
SLIST_REMOVE_HEAD(\*[Am]head, entries);
|
||||
free(n1);
|
||||
}
|
||||
.Ed
|
||||
|
@ -589,10 +589,10 @@ struct entry {
|
|||
...
|
||||
} *n1, *n2, *np;
|
||||
|
||||
LIST_INIT(&head); /* Initialize the list. */
|
||||
LIST_INIT(\*[Am]head); /* Initialize the list. */
|
||||
|
||||
n1 = malloc(sizeof(struct entry)); /* Insert at the head. */
|
||||
LIST_INSERT_HEAD(&head, n1, entries);
|
||||
LIST_INSERT_HEAD(\*[Am]head, n1, entries);
|
||||
|
||||
n2 = malloc(sizeof(struct entry)); /* Insert after. */
|
||||
LIST_INSERT_AFTER(n1, n2, entries);
|
||||
|
@ -600,12 +600,12 @@ LIST_INSERT_AFTER(n1, n2, entries);
|
|||
n2 = malloc(sizeof(struct entry)); /* Insert before. */
|
||||
LIST_INSERT_BEFORE(n1, n2, entries);
|
||||
/* Forward traversal. */
|
||||
LIST_FOREACH(np, &head, entries)
|
||||
np-> ...
|
||||
LIST_FOREACH(np, \*[Am]head, entries)
|
||||
np-\*[Gt] ...
|
||||
/* Delete. */
|
||||
while (LIST_FIRST(&head) != NULL)
|
||||
LIST_REMOVE(LIST_FIRST(&head), entries);
|
||||
if (LIST_EMPTY(&head)) /* Test for emptiness. */
|
||||
while (LIST_FIRST(\*[Am]head) != NULL)
|
||||
LIST_REMOVE(LIST_FIRST(\*[Am]head), entries);
|
||||
if (LIST_EMPTY(\*[Am]head)) /* Test for emptiness. */
|
||||
printf("nothing to do\\n");
|
||||
.Ed
|
||||
.Sh SIMPLE QUEUES
|
||||
|
@ -715,23 +715,23 @@ struct entry {
|
|||
...
|
||||
} *n1, *n2, *np;
|
||||
|
||||
SIMPLEQ_INIT(&head); /* Initialize the queue. */
|
||||
SIMPLEQ_INIT(\*[Am]head); /* Initialize the queue. */
|
||||
|
||||
n1 = malloc(sizeof(struct entry)); /* Insert at the head. */
|
||||
SIMPLEQ_INSERT_HEAD(&head, n1, entries);
|
||||
SIMPLEQ_INSERT_HEAD(\*[Am]head, n1, entries);
|
||||
|
||||
n1 = malloc(sizeof(struct entry)); /* Insert at the tail. */
|
||||
SIMPLEQ_INSERT_TAIL(&head, n1, entries);
|
||||
SIMPLEQ_INSERT_TAIL(\*[Am]head, n1, entries);
|
||||
|
||||
n2 = malloc(sizeof(struct entry)); /* Insert after. */
|
||||
SIMPLEQ_INSERT_AFTER(&head, n1, n2, entries);
|
||||
SIMPLEQ_INSERT_AFTER(\*[Am]head, n1, n2, entries);
|
||||
/* Forward traversal. */
|
||||
SIMPLEQ_FOREACH(np, &head, entries)
|
||||
np-> ...
|
||||
SIMPLEQ_FOREACH(np, \*[Am]head, entries)
|
||||
np-\*[Gt] ...
|
||||
/* Delete. */
|
||||
while (SIMPLEQ_FIRST(&head) != NULL)
|
||||
SIMPLEQ_REMOVE_HEAD(&head, SIMPLEQ_FIRST(&head), entries);
|
||||
if (SIMPLEQ_EMPTY(&head)) /* Test for emptiness. */
|
||||
while (SIMPLEQ_FIRST(\*[Am]head) != NULL)
|
||||
SIMPLEQ_REMOVE_HEAD(\*[Am]head, SIMPLEQ_FIRST(\*[Am]head), entries);
|
||||
if (SIMPLEQ_EMPTY(\*[Am]head)) /* Test for emptiness. */
|
||||
printf("nothing to do\\n");
|
||||
.Ed
|
||||
.Sh TAIL QUEUES
|
||||
|
@ -859,29 +859,29 @@ struct entry {
|
|||
...
|
||||
} *n1, *n2, *np;
|
||||
|
||||
TAILQ_INIT(&head); /* Initialize the queue. */
|
||||
TAILQ_INIT(\*[Am]head); /* Initialize the queue. */
|
||||
|
||||
n1 = malloc(sizeof(struct entry)); /* Insert at the head. */
|
||||
TAILQ_INSERT_HEAD(&head, n1, entries);
|
||||
TAILQ_INSERT_HEAD(\*[Am]head, n1, entries);
|
||||
|
||||
n1 = malloc(sizeof(struct entry)); /* Insert at the tail. */
|
||||
TAILQ_INSERT_TAIL(&head, n1, entries);
|
||||
TAILQ_INSERT_TAIL(\*[Am]head, n1, entries);
|
||||
|
||||
n2 = malloc(sizeof(struct entry)); /* Insert after. */
|
||||
TAILQ_INSERT_AFTER(&head, n1, n2, entries);
|
||||
TAILQ_INSERT_AFTER(\*[Am]head, n1, n2, entries);
|
||||
|
||||
n2 = malloc(sizeof(struct entry)); /* Insert before. */
|
||||
TAILQ_INSERT_BEFORE(n1, n2, entries);
|
||||
/* Forward traversal. */
|
||||
TAILQ_FOREACH(np, &head, entries)
|
||||
np-> ...
|
||||
TAILQ_FOREACH(np, \*[Am]head, entries)
|
||||
np-\*[Gt] ...
|
||||
/* Reverse traversal. */
|
||||
TAILQ_FOREACH_REVERSE(np, &head, tailhead, entries)
|
||||
np-> ...
|
||||
TAILQ_FOREACH_REVERSE(np, \*[Am]head, tailhead, entries)
|
||||
np-\*[Gt] ...
|
||||
/* Delete. */
|
||||
while (TAILQ_FIRST(&head) != NULL)
|
||||
TAILQ_REMOVE(&head, TAILQ_FIRST(&head), entries);
|
||||
if (TAILQ_EMPTY(&head)) /* Test for emptiness. */
|
||||
while (TAILQ_FIRST(\*[Am]head) != NULL)
|
||||
TAILQ_REMOVE(\*[Am]head, TAILQ_FIRST(\*[Am]head), entries);
|
||||
if (TAILQ_EMPTY(\*[Am]head)) /* Test for emptiness. */
|
||||
printf("nothing to do\\n");
|
||||
.Ed
|
||||
.Sh CIRCULAR QUEUES
|
||||
|
@ -1019,29 +1019,29 @@ struct entry {
|
|||
...
|
||||
} *n1, *n2, *np;
|
||||
|
||||
CIRCLEQ_INIT(&head); /* Initialize the circular queue. */
|
||||
CIRCLEQ_INIT(\*[Am]head); /* Initialize the circular queue. */
|
||||
|
||||
n1 = malloc(sizeof(struct entry)); /* Insert at the head. */
|
||||
CIRCLEQ_INSERT_HEAD(&head, n1, entries);
|
||||
CIRCLEQ_INSERT_HEAD(\*[Am]head, n1, entries);
|
||||
|
||||
n1 = malloc(sizeof(struct entry)); /* Insert at the tail. */
|
||||
CIRCLEQ_INSERT_TAIL(&head, n1, entries);
|
||||
CIRCLEQ_INSERT_TAIL(\*[Am]head, n1, entries);
|
||||
|
||||
n2 = malloc(sizeof(struct entry)); /* Insert after. */
|
||||
CIRCLEQ_INSERT_AFTER(&head, n1, n2, entries);
|
||||
CIRCLEQ_INSERT_AFTER(\*[Am]head, n1, n2, entries);
|
||||
|
||||
n2 = malloc(sizeof(struct entry)); /* Insert before. */
|
||||
CIRCLEQ_INSERT_BEFORE(&head, n1, n2, entries);
|
||||
CIRCLEQ_INSERT_BEFORE(\*[Am]head, n1, n2, entries);
|
||||
/* Forward traversal. */
|
||||
CIRCLEQ_FOREACH(np, &head, entries)
|
||||
np-> ...
|
||||
CIRCLEQ_FOREACH(np, \*[Am]head, entries)
|
||||
np-\*[Gt] ...
|
||||
/* Reverse traversal. */
|
||||
CIRCLEQ_FOREACH_REVERSE(np, &head, entries)
|
||||
np-> ...
|
||||
CIRCLEQ_FOREACH_REVERSE(np, \*[Am]head, entries)
|
||||
np-\*[Gt] ...
|
||||
/* Delete. */
|
||||
while (CIRCLEQ_FIRST(&head) != (void *)&head)
|
||||
CIRCLEQ_REMOVE(&head, CIRCLEQ_FIRST(&head), entries);
|
||||
if (CIRCLEQ_EMPTY(&head)) /* Test for emptiness. */
|
||||
while (CIRCLEQ_FIRST(\*[Am]head) != (void *)\*[Am]head)
|
||||
CIRCLEQ_REMOVE(\*[Am]head, CIRCLEQ_FIRST(\*[Am]head), entries);
|
||||
if (CIRCLEQ_EMPTY(\*[Am]head)) /* Test for emptiness. */
|
||||
printf("nothing to do\\n");
|
||||
.Ed
|
||||
.Sh HISTORY
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: stdarg.3,v 1.13 2002/02/05 01:47:42 kleink Exp $
|
||||
.\" $NetBSD: stdarg.3,v 1.14 2002/02/13 08:17:30 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1990, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -48,7 +48,7 @@
|
|||
.Nm va_start
|
||||
.Nd variable argument lists
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <stdarg.h>
|
||||
.Fd #include \*[Lt]stdarg.h\*[Gt]
|
||||
.Ft void
|
||||
.Fn va_start "va_list ap" last
|
||||
.Ft type
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: agp.4,v 1.7 2002/02/07 03:15:07 ross Exp $
|
||||
.\" $NetBSD: agp.4,v 1.8 2002/02/13 08:17:30 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -81,7 +81,7 @@ calls. The calls supported are:
|
|||
.It Dv AGPIOC_INFO
|
||||
Get AGP information, setting the members in the
|
||||
.Em agp_info
|
||||
structure as defined in <sys/agpio.h>:
|
||||
structure as defined in \*[Lt]sys/agpio.h\*[Gt]:
|
||||
.Bd -literal
|
||||
typedef struct _agp_info {
|
||||
agp_version version; /* version of the driver */
|
||||
|
@ -101,7 +101,7 @@ Release AGP.
|
|||
.It Dv AGPIOC_SETUP
|
||||
Setup AGP, using the members in the
|
||||
.Em agp_setup
|
||||
structure as defined in <sys/agpio.h>:
|
||||
structure as defined in \*[Lt]sys/agpio.h\*[Gt]:
|
||||
.Bd -literal
|
||||
typedef struct _agp_setup {
|
||||
u_int32_t agp_mode; /* mode info of bridge */
|
||||
|
@ -110,7 +110,7 @@ typedef struct _agp_setup {
|
|||
.It Dv AGPIOC_ALLOCATE
|
||||
Allocate AGP space, using and setting the members in the
|
||||
.Em agp_allocate
|
||||
structure as defined in <sys/agpio.h>:
|
||||
structure as defined in \*[Lt]sys/agpio.h\*[Gt]:
|
||||
.Bd -literal
|
||||
typedef struct _agp_allocate {
|
||||
int key; /* tag of allocation */
|
||||
|
@ -127,7 +127,7 @@ Deallocate AGP space.
|
|||
.It Dv AGPIOC_BIND
|
||||
Bind AGP space, using the members in the
|
||||
.Em agp_bind
|
||||
structure as defined in <sys/agpio.h>:
|
||||
structure as defined in \*[Lt]sys/agpio.h\*[Gt]:
|
||||
.Bd -literal
|
||||
typedef struct _agp_bind {
|
||||
int key; /* tag of allocation */
|
||||
|
@ -137,7 +137,7 @@ typedef struct _agp_bind {
|
|||
.It Dv AGPIOC_UNBIND
|
||||
Unbind AGP space, using the members in the
|
||||
.Em agp_unbind
|
||||
structure as defined in <sys/agpio.h>:
|
||||
structure as defined in \*[Lt]sys/agpio.h\*[Gt]:
|
||||
.Bd -literal
|
||||
typedef struct _agp_unbind {
|
||||
int key; /* tag of allocation */
|
||||
|
@ -156,11 +156,11 @@ AGP GART device special file
|
|||
This short code fragment is an example of opening the AGP device
|
||||
and performing some basic operations:
|
||||
.Bd -literal
|
||||
#include <sys/types.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/agpio.h>
|
||||
#include <fcntl.h>
|
||||
#include <err.h>
|
||||
#include \*[Lt]sys/types.h\*[Gt]
|
||||
#include \*[Lt]sys/ioctl.h\*[Gt]
|
||||
#include \*[Lt]sys/agpio.h\*[Gt]
|
||||
#include \*[Lt]fcntl.h\*[Gt]
|
||||
#include \*[Lt]err.h\*[Gt]
|
||||
|
||||
int
|
||||
main(int argc, char **argv)
|
||||
|
@ -173,10 +173,10 @@ main(int argc, char **argv)
|
|||
agp_unbind unbind;
|
||||
|
||||
fd = open("/dev/agp0", O_RDWR);
|
||||
if (fd < 0)
|
||||
if (fd \*[Lt] 0)
|
||||
err(1, "open");
|
||||
|
||||
if (ioctl(fd, AGPIOC_INFO, &info) < 0)
|
||||
if (ioctl(fd, AGPIOC_INFO, \*[Am]info) \*[Lt] 0)
|
||||
err(2, "ioctl AGPIOC_INFO");
|
||||
|
||||
printf("version: %u.%u\\n", info.version.major,
|
||||
|
@ -192,26 +192,26 @@ main(int argc, char **argv)
|
|||
|
||||
setup.agp_mode = info.agp_mode;
|
||||
|
||||
if (ioctl(fd, AGPIOC_SETUP, &setup) < 0)
|
||||
if (ioctl(fd, AGPIOC_SETUP, \*[Am]setup) \*[Lt] 0)
|
||||
err(3, "ioctl AGPIOC_SETUP");
|
||||
|
||||
if (ioctl(fd, AGPIOC_ACQUIRE, 0) < 0)
|
||||
if (ioctl(fd, AGPIOC_ACQUIRE, 0) \*[Lt] 0)
|
||||
err(3, "ioctl AGPIOC_ACQUIRE");
|
||||
|
||||
alloc.type = 0;
|
||||
alloc.pg_count = 64;
|
||||
|
||||
if (ioctl(fd, AGPIOC_ALLOCATE, &alloc) < 0)
|
||||
if (ioctl(fd, AGPIOC_ALLOCATE, \*[Am]alloc) \*[Lt] 0)
|
||||
err(4, "ioctl AGPIOC_ALLOCATE");
|
||||
|
||||
printf("alloc key %d, paddr %x\\n", alloc.key, alloc.physical);
|
||||
if (ioctl(fd, AGPIOC_INFO, &info) < 0)
|
||||
if (ioctl(fd, AGPIOC_INFO, \*[Am]info) \*[Lt] 0)
|
||||
err(5, "ioctl AGPIOC_INFO");
|
||||
|
||||
bind.key = alloc.key;
|
||||
bind.pg_start = 0x1000;
|
||||
|
||||
if (ioctl(fd, AGPIOC_BIND, &bind) < 0)
|
||||
if (ioctl(fd, AGPIOC_BIND, \*[Am]bind) \*[Lt] 0)
|
||||
err(6, "ioctl AGPIOC_BIND");
|
||||
|
||||
printf("used mem now: %u\\n\\n", info.pg_used);
|
||||
|
@ -219,13 +219,13 @@ main(int argc, char **argv)
|
|||
unbind.key = alloc.key;
|
||||
unbind.priority = 0;
|
||||
|
||||
if (ioctl(fd, AGPIOC_UNBIND, &unbind) < 0)
|
||||
if (ioctl(fd, AGPIOC_UNBIND, \*[Am]unbind) \*[Lt] 0)
|
||||
err(6, "ioctl AGPIOC_BIND");
|
||||
|
||||
if (ioctl(fd, AGPIOC_DEALLOCATE, &alloc.key) < 0)
|
||||
if (ioctl(fd, AGPIOC_DEALLOCATE, \*[Am]alloc.key) \*[Lt] 0)
|
||||
err(6, "ioctl AGPIOC_DEALLOCATE");
|
||||
|
||||
if (ioctl(fd, AGPIOC_RELEASE, 0) < 0)
|
||||
if (ioctl(fd, AGPIOC_RELEASE, 0) \*[Lt] 0)
|
||||
err(7, "ioctl AGPIOC_RELEASE");
|
||||
|
||||
close(fd);
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: ahc.4,v 1.19 2001/09/11 17:39:00 wiz Exp $
|
||||
.\" $NetBSD: ahc.4,v 1.20 2002/02/13 08:17:30 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1995, 1996, 1997, 1998, 2000
|
||||
.\" Justin T. Gibbs. All rights reserved.
|
||||
|
@ -62,7 +62,7 @@ To allow PCI adapters to use memory mapped I/O if enabled:
|
|||
.Pp
|
||||
.if 0 \{
|
||||
To configure one or more controllers to assume the target role:
|
||||
.Cd options AHC_TMODE_ENABLE <bitmask of units>
|
||||
.Cd options AHC_TMODE_ENABLE \*[Lt]bitmask of units\*[Gt]
|
||||
.Pp
|
||||
\}
|
||||
.ie 0 \{
|
||||
|
@ -158,7 +158,7 @@ Memory mapped I/O is more efficient than the alternative, programmed I/O.
|
|||
Most PCI BIOSes will map devices so that either technique for communicating
|
||||
with the card is available.
|
||||
In some cases,
|
||||
usually when the PCI device is sitting behind a PCI->PCI bridge,
|
||||
usually when the PCI device is sitting behind a PCI-\*[Gt]PCI bridge,
|
||||
the BIOS may fail to properly initialize the chip for memory mapped I/O.
|
||||
The typical symptom of this problem is a system hang if memory mapped I/O
|
||||
is attempted.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: ai.4,v 1.5 2002/02/07 03:15:08 ross Exp $
|
||||
.\" $NetBSD: ai.4,v 1.6 2002/02/13 08:17:31 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -37,7 +37,7 @@
|
|||
.Sh NAME
|
||||
.Nm ai
|
||||
.Nd
|
||||
.Tn AT&T
|
||||
.Tn AT\*[Am]T
|
||||
.Tn StarLan
|
||||
.Tn Ethernet
|
||||
interface driver
|
||||
|
@ -51,8 +51,8 @@ driver supports the following
|
|||
bus NICs:
|
||||
.Pp
|
||||
.Bl -tag -width Dv -offset indent -compact
|
||||
.It AT&T StarLAN 10
|
||||
.It AT&T StarLan Fiber
|
||||
.It AT\*[Am]T StarLAN 10
|
||||
.It AT\*[Am]T StarLan Fiber
|
||||
.El
|
||||
.Pp
|
||||
These cards are based on the
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: atalk.4,v 1.14 2001/09/11 17:39:01 wiz Exp $
|
||||
.\" $NetBSD: atalk.4,v 1.15 2002/02/13 08:17:31 ross Exp $
|
||||
.\"
|
||||
.\" This file is derived from the atalk.4 man page in the Netatalk 1.4b2
|
||||
.\" distribution. That distribution is covered by the following copyright:
|
||||
|
@ -34,8 +34,8 @@
|
|||
.Nm atalk
|
||||
.Nd AppleTalk Protocol Family
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/types.h>
|
||||
.Fd #include <netatalk/at.h>
|
||||
.Fd #include \*[Lt]sys/types.h\*[Gt]
|
||||
.Fd #include \*[Lt]netatalk/at.h\*[Gt]
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Tn AppleTalk
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: audio.4,v 1.46 2002/02/02 11:11:20 wiz Exp $
|
||||
.\" $NetBSD: audio.4,v 1.47 2002/02/13 08:17:31 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -41,8 +41,8 @@
|
|||
.Nm audio
|
||||
.Nd device-independent audio driver layer
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/types.h>
|
||||
.Fd #include <sys/audioio.h>
|
||||
.Fd #include \*[Lt]sys/types.h\*[Gt]
|
||||
.Fd #include \*[Lt]sys/audioio.h\*[Gt]
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
|
@ -281,7 +281,7 @@ typedef struct audio_info {
|
|||
When setting the current state with
|
||||
.Dv AUDIO_SETINFO ,
|
||||
the audio_info structure should first be initialized with
|
||||
.Li Dv AUDIO_INITINFO Po &info Pc
|
||||
.Li Dv AUDIO_INITINFO Po \*[Am]info Pc
|
||||
and then the particular values to be changed should be set.
|
||||
This allows the audio driver to only set those things that you wish
|
||||
to change and eliminates the need to query the device with
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.\" -*- nroff -*-
|
||||
.\"
|
||||
.\" $NetBSD: bpf.4,v 1.16 2002/02/07 03:15:08 ross Exp $
|
||||
.\" $NetBSD: bpf.4,v 1.17 2002/02/13 08:17:31 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1990, 1991, 1992, 1993, 1994
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -95,17 +95,17 @@ Currently, only writes to Ethernets and SLIP links are supported.
|
|||
.Sh IOCTLS
|
||||
The
|
||||
.Xr ioctl 2
|
||||
command codes below are defined in <net/bpf.h>. All commands require
|
||||
command codes below are defined in \*[Lt]net/bpf.h\*[Gt]. All commands require
|
||||
these includes:
|
||||
.Bd -literal -offset indent
|
||||
.Fd #include <sys/types.h>
|
||||
.Fd #include <sys/time.h>
|
||||
.Fd #include <sys/ioctl.h>
|
||||
.Fd #include <net/bpf.h>
|
||||
.Fd #include \*[Lt]sys/types.h\*[Gt]
|
||||
.Fd #include \*[Lt]sys/time.h\*[Gt]
|
||||
.Fd #include \*[Lt]sys/ioctl.h\*[Gt]
|
||||
.Fd #include \*[Lt]net/bpf.h\*[Gt]
|
||||
.Ed
|
||||
.Pp
|
||||
Additionally, BIOCGETIF and BIOCSETIF require
|
||||
.Pa <net/if.h> .
|
||||
.Pa \*[Lt]net/if.h\*[Gt] .
|
||||
.Pp
|
||||
The (third) argument to the
|
||||
.Xr ioctl 2
|
||||
|
@ -129,7 +129,7 @@ Returns the type of the data link layer underlying the attached interface.
|
|||
EINVAL is returned if no interface has been specified.
|
||||
The device types, prefixed with
|
||||
.Dq DLT_ ,
|
||||
are defined in <net/bpf.h>.
|
||||
are defined in \*[Lt]net/bpf.h\*[Gt].
|
||||
.It Dv BIOCPROMISC
|
||||
Forces the interface into promiscuous mode.
|
||||
All packets, not just those destined for the local host, are processed.
|
||||
|
@ -241,7 +241,7 @@ The current version numbers are given by
|
|||
.Dv BPF_MAJOR_VERSION
|
||||
and
|
||||
.Dv BPF_MINOR_VERSION
|
||||
from <net/bpf.h>.
|
||||
from \*[Lt]net/bpf.h\*[Gt].
|
||||
An incompatible filter
|
||||
may result in undefined behavior (most likely, an error returned by
|
||||
.Xr ioctl 2
|
||||
|
@ -336,7 +336,7 @@ has some knowledge of how to get from packet to packet.
|
|||
The macro
|
||||
.Dv BPF_WORDALIGN
|
||||
is defined in
|
||||
.Pa <net/bpf.h>
|
||||
.Pa \*[Lt]net/bpf.h\*[Gt]
|
||||
to facilitate this process.
|
||||
It rounds up its argument
|
||||
to the nearest word aligned value (where a word is BPF_ALIGNMENT bytes wide).
|
||||
|
@ -346,7 +346,7 @@ For example, if
|
|||
points to the start of a packet, this expression
|
||||
will advance it to the next packet:
|
||||
.Pp
|
||||
.Dl p = (char *)p + BPF_WORDALIGN(p->bh_hdrlen + p->bh_caplen)
|
||||
.Dl p = (char *)p + BPF_WORDALIGN(p-\*[Gt]bh_hdrlen + p-\*[Gt]bh_caplen)
|
||||
.Pp
|
||||
For the alignment mechanisms to work properly, the
|
||||
buffer passed to
|
||||
|
@ -386,7 +386,7 @@ The opcodes are encoded in a semi-hierarchical fashion.
|
|||
There are eight classes of instructions: BPF_LD, BPF_LDX, BPF_ST, BPF_STX,
|
||||
BPF_ALU, BPF_JMP, BPF_RET, and BPF_MISC. Various other mode and
|
||||
operator bits are or'd into the class to give the actual instructions.
|
||||
The classes and modes are defined in <net/bpf.h>.
|
||||
The classes and modes are defined in \*[Lt]net/bpf.h\*[Gt].
|
||||
.Pp
|
||||
Below are the semantics for each defined BPF instruction.
|
||||
We use the convention that A is the accumulator, X is the index register,
|
||||
|
@ -432,16 +432,16 @@ halfword
|
|||
or byte
|
||||
.No ( Ns Sy BPF_B Ns ) .
|
||||
The semantics of all the recognized BPF_LD instructions follow.
|
||||
.Bl -column "BPF_LD+BPF_W+BPF_ABS" "A <- P[k:4]" -width indent -offset indent
|
||||
.It Sy BPF_LD+BPF_W+BPF_ABS Ta A <- P[k:4]
|
||||
.It Li Sy BPF_LD+BPF_H+BPF_ABS Ta A <- P[k:2]
|
||||
.It Li Sy BPF_LD+BPF_B+BPF_ABS Ta A <- P[k:1]
|
||||
.It Li Sy BPF_LD+BPF_W+BPF_IND Ta A <- P[X+k:4]
|
||||
.It Li Sy BPF_LD+BPF_H+BPF_IND Ta A <- P[X+k:2]
|
||||
.It Li Sy BPF_LD+BPF_B+BPF_IND Ta A <- P[X+k:1]
|
||||
.It Li Sy BPF_LD+BPF_W+BPF_LEN Ta A <- len
|
||||
.It Li Sy BPF_LD+BPF_IMM Ta A <- k
|
||||
.It Li Sy BPF_LD+BPF_MEM Ta A <- M[k]
|
||||
.Bl -column "BPF_LD+BPF_W+BPF_ABS" "A \*[Lt]- P[k:4]" -width indent -offset indent
|
||||
.It Sy BPF_LD+BPF_W+BPF_ABS Ta A \*[Lt]- P[k:4]
|
||||
.It Li Sy BPF_LD+BPF_H+BPF_ABS Ta A \*[Lt]- P[k:2]
|
||||
.It Li Sy BPF_LD+BPF_B+BPF_ABS Ta A \*[Lt]- P[k:1]
|
||||
.It Li Sy BPF_LD+BPF_W+BPF_IND Ta A \*[Lt]- P[X+k:4]
|
||||
.It Li Sy BPF_LD+BPF_H+BPF_IND Ta A \*[Lt]- P[X+k:2]
|
||||
.It Li Sy BPF_LD+BPF_B+BPF_IND Ta A \*[Lt]- P[X+k:1]
|
||||
.It Li Sy BPF_LD+BPF_W+BPF_LEN Ta A \*[Lt]- len
|
||||
.It Li Sy BPF_LD+BPF_IMM Ta A \*[Lt]- k
|
||||
.It Li Sy BPF_LD+BPF_MEM Ta A \*[Lt]- M[k]
|
||||
.El
|
||||
.It Sy BPF_LDX
|
||||
These instructions load a value into the index register. Note that
|
||||
|
@ -449,23 +449,23 @@ the addressing modes are more restricted than those of the accumulator loads,
|
|||
but they include
|
||||
.Sy BPF_MSH ,
|
||||
a hack for efficiently loading the IP header length.
|
||||
.Bl -column "BPF_LDX+BPF_W+BPF_IMM" "X <- k" -width indent -offset indent
|
||||
.It Sy BPF_LDX+BPF_W+BPF_IMM Ta X <- k
|
||||
.It Li Sy BPF_LDX+BPF_W+BPF_MEM Ta X <- M[k]
|
||||
.It Li Sy BPF_LDX+BPF_W+BPF_LEN Ta X <- len
|
||||
.It Li Sy BPF_LDX+BPF_B+BPF_MSH Ta X <- 4*(P[k:1]&0xf)
|
||||
.Bl -column "BPF_LDX+BPF_W+BPF_IMM" "X \*[Lt]- k" -width indent -offset indent
|
||||
.It Sy BPF_LDX+BPF_W+BPF_IMM Ta X \*[Lt]- k
|
||||
.It Li Sy BPF_LDX+BPF_W+BPF_MEM Ta X \*[Lt]- M[k]
|
||||
.It Li Sy BPF_LDX+BPF_W+BPF_LEN Ta X \*[Lt]- len
|
||||
.It Li Sy BPF_LDX+BPF_B+BPF_MSH Ta X \*[Lt]- 4*(P[k:1]\*[Am]0xf)
|
||||
.El
|
||||
.It Sy BPF_ST
|
||||
This instruction stores the accumulator into the scratch memory.
|
||||
We do not need an addressing mode since there is only one possibility
|
||||
for the destination.
|
||||
.Bl -column "BPF_ST" "M[k] <- A" -width indent -offset indent
|
||||
.It Sy BPF_ST Ta M[k] <- A
|
||||
.Bl -column "BPF_ST" "M[k] \*[Lt]- A" -width indent -offset indent
|
||||
.It Sy BPF_ST Ta M[k] \*[Lt]- A
|
||||
.El
|
||||
.It Sy BPF_STX
|
||||
This instruction stores the index register in the scratch memory store.
|
||||
.Bl -column "BPF_STX" "M[k] <- X" -width indent -offset indent
|
||||
.It Sy BPF_STX Ta M[k] <- X
|
||||
.Bl -column "BPF_STX" "M[k] \*[Lt]- X" -width indent -offset indent
|
||||
.It Sy BPF_STX Ta M[k] \*[Lt]- X
|
||||
.El
|
||||
.It Sy BPF_ALU
|
||||
The alu instructions perform operations between the accumulator and
|
||||
|
@ -474,24 +474,24 @@ For binary operations, a source mode is required
|
|||
.No ( Ns Sy BPF_K
|
||||
or
|
||||
.Sy BPF_X Ns ) .
|
||||
.Bl -column "BPF_ALU+BPF_ADD+BPF_K" "A <- A + k" -width indent -offset indent
|
||||
.It Sy BPF_ALU+BPF_ADD+BPF_K Ta A <- A + k
|
||||
.It Li Sy BPF_ALU+BPF_SUB+BPF_K Ta A <- A - k
|
||||
.It Li Sy BPF_ALU+BPF_MUL+BPF_K Ta A <- A * k
|
||||
.It Li Sy BPF_ALU+BPF_DIV+BPF_K Ta A <- A / k
|
||||
.It Li Sy BPF_ALU+BPF_AND+BPF_K Ta A <- A & k
|
||||
.It Li Sy BPF_ALU+BPF_OR+BPF_K Ta A <- A | k
|
||||
.It Li Sy BPF_ALU+BPF_LSH+BPF_K Ta A <- A << k
|
||||
.It Li Sy BPF_ALU+BPF_RSH+BPF_K Ta A <- A >> k
|
||||
.It Li Sy BPF_ALU+BPF_ADD+BPF_X Ta A <- A + X
|
||||
.It Li Sy BPF_ALU+BPF_SUB+BPF_X Ta A <- A - X
|
||||
.It Li Sy BPF_ALU+BPF_MUL+BPF_X Ta A <- A * X
|
||||
.It Li Sy BPF_ALU+BPF_DIV+BPF_X Ta A <- A / X
|
||||
.It Li Sy BPF_ALU+BPF_AND+BPF_X Ta A <- A & X
|
||||
.It Li Sy BPF_ALU+BPF_OR+BPF_X Ta A <- A | X
|
||||
.It Li Sy BPF_ALU+BPF_LSH+BPF_X Ta A <- A << X
|
||||
.It Li Sy BPF_ALU+BPF_RSH+BPF_X Ta A <- A >> X
|
||||
.It Li Sy BPF_ALU+BPF_NEG Ta A <- -A
|
||||
.Bl -column "BPF_ALU+BPF_ADD+BPF_K" "A \*[Lt]- A + k" -width indent -offset indent
|
||||
.It Sy BPF_ALU+BPF_ADD+BPF_K Ta A \*[Lt]- A + k
|
||||
.It Li Sy BPF_ALU+BPF_SUB+BPF_K Ta A \*[Lt]- A - k
|
||||
.It Li Sy BPF_ALU+BPF_MUL+BPF_K Ta A \*[Lt]- A * k
|
||||
.It Li Sy BPF_ALU+BPF_DIV+BPF_K Ta A \*[Lt]- A / k
|
||||
.It Li Sy BPF_ALU+BPF_AND+BPF_K Ta A \*[Lt]- A \*[Am] k
|
||||
.It Li Sy BPF_ALU+BPF_OR+BPF_K Ta A \*[Lt]- A | k
|
||||
.It Li Sy BPF_ALU+BPF_LSH+BPF_K Ta A \*[Lt]- A \*[Lt]\*[Lt] k
|
||||
.It Li Sy BPF_ALU+BPF_RSH+BPF_K Ta A \*[Lt]- A \*[Gt]\*[Gt] k
|
||||
.It Li Sy BPF_ALU+BPF_ADD+BPF_X Ta A \*[Lt]- A + X
|
||||
.It Li Sy BPF_ALU+BPF_SUB+BPF_X Ta A \*[Lt]- A - X
|
||||
.It Li Sy BPF_ALU+BPF_MUL+BPF_X Ta A \*[Lt]- A * X
|
||||
.It Li Sy BPF_ALU+BPF_DIV+BPF_X Ta A \*[Lt]- A / X
|
||||
.It Li Sy BPF_ALU+BPF_AND+BPF_X Ta A \*[Lt]- A \*[Am] X
|
||||
.It Li Sy BPF_ALU+BPF_OR+BPF_X Ta A \*[Lt]- A | X
|
||||
.It Li Sy BPF_ALU+BPF_LSH+BPF_X Ta A \*[Lt]- A \*[Lt]\*[Lt] X
|
||||
.It Li Sy BPF_ALU+BPF_RSH+BPF_X Ta A \*[Lt]- A \*[Gt]\*[Gt] X
|
||||
.It Li Sy BPF_ALU+BPF_NEG Ta A \*[Lt]- -A
|
||||
.El
|
||||
.It Sy BPF_JMP
|
||||
The jump instructions alter flow of control. Conditional jumps
|
||||
|
@ -508,16 +508,16 @@ opcode uses the 32 bit
|
|||
.Va k
|
||||
field as the offset, allowing arbitrarily distant destinations.
|
||||
All conditionals use unsigned comparison conventions.
|
||||
.Bl -column "BPF_JMP+BPF_JGE+BPF_K" "pc += (A >= k) ? jt : jf" -width indent -offset indent
|
||||
.Bl -column "BPF_JMP+BPF_JGE+BPF_K" "pc += (A \*[Ge] k) ? jt : jf" -width indent -offset indent
|
||||
.It Sy BPF_JMP+BPF_JA Ta pc += k
|
||||
.It Li Sy BPF_JMP+BPF_JGT+BPF_K Ta "pc += (A > k) ? jt : jf"
|
||||
.It Li Sy BPF_JMP+BPF_JGE+BPF_K Ta "pc += (A >= k) ? jt : jf"
|
||||
.It Li Sy BPF_JMP+BPF_JGT+BPF_K Ta "pc += (A \*[Gt] k) ? jt : jf"
|
||||
.It Li Sy BPF_JMP+BPF_JGE+BPF_K Ta "pc += (A \*[Ge] k) ? jt : jf"
|
||||
.It Li Sy BPF_JMP+BPF_JEQ+BPF_K Ta "pc += (A == k) ? jt : jf"
|
||||
.It Li Sy BPF_JMP+BPF_JSET+BPF_K Ta "pc += (A & k) ? jt : jf"
|
||||
.It Li Sy BPF_JMP+BPF_JGT+BPF_X Ta "pc += (A > X) ? jt : jf"
|
||||
.It Li Sy BPF_JMP+BPF_JGE+BPF_X Ta "pc += (A >= X) ? jt : jf"
|
||||
.It Li Sy BPF_JMP+BPF_JSET+BPF_K Ta "pc += (A \*[Am] k) ? jt : jf"
|
||||
.It Li Sy BPF_JMP+BPF_JGT+BPF_X Ta "pc += (A \*[Gt] X) ? jt : jf"
|
||||
.It Li Sy BPF_JMP+BPF_JGE+BPF_X Ta "pc += (A \*[Ge] X) ? jt : jf"
|
||||
.It Li Sy BPF_JMP+BPF_JEQ+BPF_X Ta "pc += (A == X) ? jt : jf"
|
||||
.It Li Sy BPF_JMP+BPF_JSET+BPF_X Ta "pc += (A & X) ? jt : jf"
|
||||
.It Li Sy BPF_JMP+BPF_JSET+BPF_X Ta "pc += (A \*[Am] X) ? jt : jf"
|
||||
.El
|
||||
.It Sy BPF_RET
|
||||
The return instructions terminate the filter program and specify the amount
|
||||
|
@ -536,9 +536,9 @@ The miscellaneous category was created for anything that doesn't
|
|||
fit into the above classes, and for any new instructions that might need to
|
||||
be added. Currently, these are the register transfer instructions
|
||||
that copy the index register to the accumulator or vice versa.
|
||||
.Bl -column "BPF_MISC+BPF_TAX" "X <- A" -width indent -offset indent
|
||||
.It Sy BPF_MISC+BPF_TAX Ta X <- A
|
||||
.It Li Sy BPF_MISC+BPF_TXA Ta A <- X
|
||||
.Bl -column "BPF_MISC+BPF_TAX" "X \*[Lt]- A" -width indent -offset indent
|
||||
.It Sy BPF_MISC+BPF_TAX Ta X \*[Lt]- A
|
||||
.It Li Sy BPF_MISC+BPF_TXA Ta A \*[Lt]- X
|
||||
.El
|
||||
.El
|
||||
.Pp
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: clnp.4,v 1.6 2001/09/12 18:19:16 wiz Exp $
|
||||
.\" $NetBSD: clnp.4,v 1.7 2002/02/13 08:17:32 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1990, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -40,9 +40,9 @@
|
|||
.Nm clnp
|
||||
.Nd Connectionless-Mode Network Protocol
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/socket.h>
|
||||
.Fd #include <netiso/iso.h>
|
||||
.Fd #include <netiso/clnp.h>
|
||||
.Fd #include \*[Lt]sys/socket.h\*[Gt]
|
||||
.Fd #include \*[Lt]netiso/iso.h\*[Gt]
|
||||
.Fd #include \*[Lt]netiso/clnp.h\*[Gt]
|
||||
.Ft int
|
||||
.Fn socket AF_ISO SOCK_RAW 0
|
||||
.Sh DESCRIPTION
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: cltp.4,v 1.5 2001/09/12 18:19:16 wiz Exp $
|
||||
.\" $NetBSD: cltp.4,v 1.6 2002/02/13 08:17:32 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1990, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -42,8 +42,8 @@
|
|||
.Tn ISO
|
||||
Connectionless Transport Protocol
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/socket.h>
|
||||
.Fd #include <netiso/iso.h>
|
||||
.Fd #include \*[Lt]sys/socket.h\*[Gt]
|
||||
.Fd #include \*[Lt]netiso/iso.h\*[Gt]
|
||||
.Ft int
|
||||
.Fn socket AF_ISO SOCK_DGRAM 0
|
||||
.Sh DESCRIPTION
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: cmpci.4,v 1.5 2001/11/11 14:02:18 itohy Exp $
|
||||
.\" $NetBSD: cmpci.4,v 1.6 2002/02/13 08:17:32 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2000, 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -67,36 +67,36 @@ command.
|
|||
The complex structure is analyzed as follows.
|
||||
.Bd -literal
|
||||
SPDIF in ----------------------
|
||||
#1(coax)->|spdin1 | R -----------------------
|
||||
#2(opt)-->|spdin2 spdif.input |--*->--|spdin spdif.output |--> SPDIF
|
||||
-->|spdout | | -->|playback | output
|
||||
#1(coax)-\*[Gt]|spdin1 | R -----------------------
|
||||
#2(opt)--\*[Gt]|spdin2 spdif.input |--*-\*[Gt]--|spdin spdif.output |--\*[Gt] SPDIF
|
||||
--\*[Gt]|spdout | | --\*[Gt]|playback | output
|
||||
| ---------------------- | | -----------------------
|
||||
--------------------<------+-*
|
||||
---------<-------------------+-+----------------------------------
|
||||
--------------------\*[Lt]------+-*
|
||||
---------\*[Lt]-------------------+-+----------------------------------
|
||||
| ------------------------ | | ----------------------- |
|
||||
-->|legacy spdif.output. |--+-*-->|spdout | |
|
||||
-->|wave playback | ----->|spdin spdif.monitor |---- |
|
||||
--\*[Gt]|legacy spdif.output. |--+-*--\*[Gt]|spdout | |
|
||||
--\*[Gt]|wave playback | -----\*[Gt]|spdin spdif.monitor |---- |
|
||||
| ------------------------ NC-|off | | |
|
||||
---------<-- spdif ----------------------- | |
|
||||
---------\*[Lt]-- spdif ----------------------- | |
|
||||
-------+------- dac ------------ ----------------- v |
|
||||
wave -->|playback.mode|---->|inputs.dac|-*->|inputs.dac.mute|->----- |
|
||||
wave --\*[Gt]|playback.mode|----\*[Gt]|inputs.dac|-*-\*[Gt]|inputs.dac.mute|-\*[Gt]----- |
|
||||
playback --------------- ------------ R ----------------- | + | |
|
||||
----------------- --------------------- |mix| |
|
||||
FM synthesizer -->|inputs.fmsynth |--*->|inputs.fmsynth.mute|-->----- |
|
||||
----------------- R --------------------- *->--
|
||||
FM synthesizer --\*[Gt]|inputs.fmsynth |--*-\*[Gt]|inputs.fmsynth.mute|--\*[Gt]----- |
|
||||
----------------- R --------------------- *-\*[Gt]--
|
||||
CD ---------------------- --------------------------- v
|
||||
LINE-IN ->|inputs.{cd,line,aux}|-*>|inputs.{cd,line,aux}.mute|->-----
|
||||
LINE-IN -\*[Gt]|inputs.{cd,line,aux}|-*\*[Gt]|inputs.{cd,line,aux}.mute|-\*[Gt]-----
|
||||
AUX ---------------------- R --------------------------- | |
|
||||
------------------ | |
|
||||
PC-SPK -->| inputs.speaker |----------------------------------->| + |
|
||||
PC-SPK --\*[Gt]| inputs.speaker |-----------------------------------\*[Gt]| + |
|
||||
------------------ | |
|
||||
------------------- ------------ ----------------- |mix|
|
||||
MIC --*-->|inputs.mic.preamp|->|inputs.mic|->|inputs.mic.mute|->| |
|
||||
MIC --*--\*[Gt]|inputs.mic.preamp|-\*[Gt]|inputs.mic|-\*[Gt]|inputs.mic.mute|-\*[Gt]| |
|
||||
| ------------------- ------------ ----------------- -----
|
||||
| ------------ ----------------- |
|
||||
--->|record.mic|-->| | v
|
||||
------------ | record.source |-->to -----------
|
||||
*R-->| (select, mix) | recording |outputs.*|-->
|
||||
---\*[Gt]|record.mic|--\*[Gt]| | v
|
||||
------------ | record.source |--\*[Gt]to -----------
|
||||
*R--\*[Gt]| (select, mix) | recording |outputs.*|--\*[Gt]
|
||||
----------------- ----------- SPK
|
||||
(front)
|
||||
.Ed
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: ddb.4,v 1.55 2002/01/01 08:03:43 mrg Exp $
|
||||
.\" $NetBSD: ddb.4,v 1.56 2002/02/13 08:17:33 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1997 - 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -100,47 +100,47 @@ There are also key sequences for each port that will activate
|
|||
from the keyboard:
|
||||
.Bl -tag -offset indent -width "mvme68k" -compact
|
||||
.It alpha
|
||||
<Ctrl>-<Alt>-<Esc> on PC style keyboards.
|
||||
\*[Lt]Ctrl\*[Gt]-\*[Lt]Alt\*[Gt]-\*[Lt]Esc\*[Gt] on PC style keyboards.
|
||||
.It amiga
|
||||
<LAlt>-<LAmiga>-<F10>
|
||||
\*[Lt]LAlt\*[Gt]-\*[Lt]LAmiga\*[Gt]-\*[Lt]F10\*[Gt]
|
||||
.It atari
|
||||
<Alt>-<LeftShift>-<F9>
|
||||
\*[Lt]Alt\*[Gt]-\*[Lt]LeftShift\*[Gt]-\*[Lt]F9\*[Gt]
|
||||
.It hp300
|
||||
<Shift>-<Reset>
|
||||
\*[Lt]Shift\*[Gt]-\*[Lt]Reset\*[Gt]
|
||||
.It hpcmips
|
||||
<Ctrl>-<Alt>-<Esc>
|
||||
\*[Lt]Ctrl\*[Gt]-\*[Lt]Alt\*[Gt]-\*[Lt]Esc\*[Gt]
|
||||
.It i386
|
||||
<Ctrl>-<Alt>-<Esc>
|
||||
\*[Lt]Ctrl\*[Gt]-\*[Lt]Alt\*[Gt]-\*[Lt]Esc\*[Gt]
|
||||
.br
|
||||
<Break> on serial console.
|
||||
\*[Lt]Break\*[Gt] on serial console.
|
||||
.It mac68k
|
||||
<Command>-<Power>, or the Interrupt switch.
|
||||
\*[Lt]Command\*[Gt]-\*[Lt]Power\*[Gt], or the Interrupt switch.
|
||||
.It mvme68k
|
||||
Abort switch on CPU card.
|
||||
.It pmax
|
||||
<Do> on
|
||||
\*[Lt]Do\*[Gt] on
|
||||
.Tn LK-201
|
||||
rcons console.
|
||||
.br
|
||||
<Break> on serial console.
|
||||
\*[Lt]Break\*[Gt] on serial console.
|
||||
.It sparc
|
||||
<L1>-A, or <Stop>-A on a
|
||||
\*[Lt]L1\*[Gt]-A, or \*[Lt]Stop\*[Gt]-A on a
|
||||
.Tn Sun
|
||||
keyboard.
|
||||
.br
|
||||
<Break> on serial console.
|
||||
\*[Lt]Break\*[Gt] on serial console.
|
||||
.It sun3
|
||||
<L1>-A, or <Stop>-A on a
|
||||
\*[Lt]L1\*[Gt]-A, or \*[Lt]Stop\*[Gt]-A on a
|
||||
.Tn Sun
|
||||
keyboard.
|
||||
.br
|
||||
<Break> on serial console.
|
||||
\*[Lt]Break\*[Gt] on serial console.
|
||||
.It sun3x
|
||||
<L1>-A, or <Stop>-A on a
|
||||
\*[Lt]L1\*[Gt]-A, or \*[Lt]Stop\*[Gt]-A on a
|
||||
.Tn Sun
|
||||
keyboard.
|
||||
.br
|
||||
<Break> on serial console.
|
||||
\*[Lt]Break\*[Gt] on serial console.
|
||||
.It x68k
|
||||
Interrupt switch on the body.
|
||||
.El
|
||||
|
@ -217,10 +217,10 @@ variable, then
|
|||
displays
|
||||
.Dq "--db more--"
|
||||
and waits for a response, which may be one of:
|
||||
.Bl -tag -offset indent -width "<return>"
|
||||
.It <return>
|
||||
.Bl -tag -offset indent -width "\*[Lt]return\*[Gt]"
|
||||
.It \*[Lt]return\*[Gt]
|
||||
one more line.
|
||||
.It <space>
|
||||
.It \*[Lt]space\*[Gt]
|
||||
one more page.
|
||||
.It Ic q
|
||||
abort the current command, and return to the command input mode.
|
||||
|
@ -234,10 +234,10 @@ kernel option), then a history of the last
|
|||
.Cm num
|
||||
commands is kept.
|
||||
The history can be manipulated with the following key sequences:
|
||||
.Bl -tag -offset indent -width "<Ctrl>-P"
|
||||
.It <Ctrl>-P
|
||||
.Bl -tag -offset indent -width "\*[Lt]Ctrl\*[Gt]-P"
|
||||
.It \*[Lt]Ctrl\*[Gt]-P
|
||||
retrieve previous command in history (if any).
|
||||
.It <Ctrl>-N
|
||||
.It \*[Lt]Ctrl\*[Gt]-N
|
||||
retrieve next command in history (if any).
|
||||
.El
|
||||
.Sh COMMANDS
|
||||
|
@ -667,7 +667,7 @@ object symbols display
|
|||
function symbols display
|
||||
.Sy * ,
|
||||
section symbols display
|
||||
.Sy & ,
|
||||
.Sy \*[Am] ,
|
||||
and file symbols display
|
||||
.Sy / .
|
||||
.Pp
|
||||
|
@ -1017,7 +1017,7 @@ Almost all expression operators in C are supported, except
|
|||
.Sq \&~ ,
|
||||
.Sq \&^ ,
|
||||
and unary
|
||||
.Sq \&& .
|
||||
.Sq \&\*[Am] .
|
||||
Special rules in
|
||||
.Nm
|
||||
are:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: ec.4,v 1.8 2001/06/12 12:12:07 wiz Exp $
|
||||
.\" $NetBSD: ec.4,v 1.9 2002/02/13 08:17:33 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -100,7 +100,7 @@ The
|
|||
.Tn IRQ
|
||||
was wildcarded in the kernel configuration file.
|
||||
This is not supported.
|
||||
.It "ec0: invalid IRQ <n>, must be 3, 4, 5, or 9"
|
||||
.It "ec0: invalid IRQ \*[Lt]n\*[Gt], must be 3, 4, 5, or 9"
|
||||
.Pp
|
||||
An
|
||||
.Tn IRQ
|
||||
|
@ -110,7 +110,7 @@ values was specified in the kernel configuration file.
|
|||
The Etherlink II hardware only supports the above listed
|
||||
.Tn IRQ
|
||||
values.
|
||||
.It "ec0: failed to clear shared memory at offset <off>"
|
||||
.It "ec0: failed to clear shared memory at offset \*[Lt]off\*[Gt]"
|
||||
.Pp
|
||||
The memory test was unable to clear shared the interface's shared memory
|
||||
region.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: edc.4,v 1.8 2001/11/23 23:00:52 jdolecek Exp $
|
||||
.\" $NetBSD: edc.4,v 1.9 2002/02/13 08:17:33 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -58,7 +58,7 @@ Supported boards include:
|
|||
.Pp
|
||||
.Bl -tag -width xxxx -offset indent
|
||||
.It Tn IBM ESDI Fixed Disk Controller
|
||||
.It Tn IBM Integrated ESDI Fixed Disk & Controller
|
||||
.It Tn IBM Integrated ESDI Fixed Disk \*[Am] Controller
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr intro 4 ,
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: envsys.4,v 1.9 2002/01/21 17:46:42 wiz Exp $
|
||||
.\" $NetBSD: envsys.4,v 1.10 2002/02/13 08:17:34 ross Exp $
|
||||
.\"
|
||||
.\"
|
||||
.\" Copyright (c) 2000 The NetBSD Foundation, Inc.
|
||||
|
@ -42,7 +42,7 @@
|
|||
.Nm envsys
|
||||
.Nd Environmental Systems API
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/envsys.h>
|
||||
.Fd #include \*[Lt]sys/envsys.h\*[Gt]
|
||||
.Sh DESCRIPTION
|
||||
.Bd -offset center
|
||||
.Em This API is experimental and may be deprecated at
|
||||
|
@ -131,7 +131,7 @@ inclusive, contain sensors of type
|
|||
.Pp
|
||||
NOTE:
|
||||
.Va high
|
||||
<
|
||||
\*[Lt]
|
||||
.Va low
|
||||
implies no sensors of the unit type specified exist.
|
||||
.It Dv ENVSYS_GTREDATA (envsys_tre_data)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: esis.4,v 1.9 2001/09/19 00:49:58 wiz Exp $
|
||||
.\" $NetBSD: esis.4,v 1.10 2002/02/13 08:17:34 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1990, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -40,8 +40,8 @@
|
|||
.Nm esis
|
||||
.Nd End System to Intermediate System Routing Protocol
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/types.h>
|
||||
.Fd #include <netiso/esis.h>
|
||||
.Fd #include \*[Lt]sys/types.h\*[Gt]
|
||||
.Fd #include \*[Lt]netiso/esis.h\*[Gt]
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Tn ES-IS
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: gre.4,v 1.18 2001/11/29 23:06:14 ross Exp $
|
||||
.\" $NetBSD: gre.4,v 1.19 2002/02/13 08:17:34 ross Exp $
|
||||
.\"
|
||||
.\" Copyright 1998 (c) The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -97,7 +97,7 @@ Query the IP address that is set for the local tunnel end.
|
|||
Query the IP address that is set for the remote tunnel end.
|
||||
.It GRESPROTO :
|
||||
Set the operation mode to the specified IP protocol value. The
|
||||
protocol is passed to the interface in (struct ifreq)->ifr_flags.
|
||||
protocol is passed to the interface in (struct ifreq)-\*[Gt]ifr_flags.
|
||||
The operation mode can also
|
||||
be given as
|
||||
.Bl -tag -width bbb
|
||||
|
@ -144,7 +144,7 @@ On Host D (Cisco):
|
|||
ip unnumbered D ! e.g. address from Ethernet interface
|
||||
tunnel source D ! e.g. address from Ethernet interface
|
||||
tunnel destination A
|
||||
ip route C <some interface and mask>
|
||||
ip route C \*[Lt]some interface and mask\*[Gt]
|
||||
ip route A mask C
|
||||
ip route X mask tunnelX
|
||||
.Ed
|
||||
|
@ -162,7 +162,7 @@ If all goes well, you should see packets flowing ;-)
|
|||
If you want to reach Host A over the tunnel (from the Cisco D), then
|
||||
you have to have an alias on Host A for e.g. the Ethernet interface like:
|
||||
.Bd -literal
|
||||
ifconfig <etherif> alias Y
|
||||
ifconfig \*[Lt]etherif\*[Gt] alias Y
|
||||
.Ed
|
||||
and on the cisco
|
||||
.Bd -literal
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: i4btel.4,v 1.6 2001/09/22 00:57:40 wiz Exp $
|
||||
.\" $NetBSD: i4btel.4,v 1.7 2002/02/13 08:17:35 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1997, 1999 Hellmuth Michaelis. All rights reserved.
|
||||
.\"
|
||||
|
@ -23,7 +23,7 @@
|
|||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $Id: i4btel.4,v 1.6 2001/09/22 00:57:40 wiz Exp $
|
||||
.\" $Id: i4btel.4,v 1.7 2002/02/13 08:17:35 ross Exp $
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
|
@ -89,7 +89,7 @@ parameters are available:
|
|||
do no A-law/u-law audio format conversion. The conversion path looks like
|
||||
this:
|
||||
.Pp
|
||||
USER <--> bitreversing <--> ISDN-line
|
||||
USER \*[Lt]--\*[Gt] bitreversing \*[Lt]--\*[Gt] ISDN-line
|
||||
.Pp
|
||||
.It Ar CVT_ALAW2ULAW
|
||||
set set audio format conversion to do an audio conversion from A-law
|
||||
|
@ -98,13 +98,13 @@ The
|
|||
.Xr read 2
|
||||
conversion path looks like this:
|
||||
.Pp
|
||||
USER <-- u-law/A-law <-- bitreversing <-- ISDN-line
|
||||
USER \*[Lt]-- u-law/A-law \*[Lt]-- bitreversing \*[Lt]-- ISDN-line
|
||||
.Pp
|
||||
and the
|
||||
.Xr write 2
|
||||
conversion path looks like this:
|
||||
.Pp
|
||||
USER --> u-law/A-law --> bitreversing --> ISDN-line
|
||||
USER --\*[Gt] u-law/A-law --\*[Gt] bitreversing --\*[Gt] ISDN-line
|
||||
.Pp
|
||||
.It Ar CVT_ULAW2ALAW
|
||||
set set audio format conversion to do an audio conversion from u-law
|
||||
|
@ -113,13 +113,13 @@ The
|
|||
.Xr read 2
|
||||
conversion path looks like this:
|
||||
.Pp
|
||||
USER <-- A-law/u-law <-- bitreversing <-- ISDN-line
|
||||
USER \*[Lt]-- A-law/u-law \*[Lt]-- bitreversing \*[Lt]-- ISDN-line
|
||||
.Pp
|
||||
and the
|
||||
.Xr write 2
|
||||
conversion path looks like this:
|
||||
.Pp
|
||||
USER --> A-law/u-law --> bitreversing --> ISDN-line
|
||||
USER --\*[Gt] A-law/u-law --\*[Gt] bitreversing --\*[Gt] ISDN-line
|
||||
.Pp
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: icmp.4,v 1.6 2001/09/22 00:57:40 wiz Exp $
|
||||
.\" $NetBSD: icmp.4,v 1.7 2002/02/13 08:17:35 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1986, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -40,8 +40,8 @@
|
|||
.Nm icmp
|
||||
.Nd Internet Control Message Protocol
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/socket.h>
|
||||
.Fd #include <netinet/in.h>
|
||||
.Fd #include \*[Lt]sys/socket.h\*[Gt]
|
||||
.Fd #include \*[Lt]netinet/in.h\*[Gt]
|
||||
.Ft int
|
||||
.Fn socket AF_INET SOCK_RAW proto
|
||||
.Sh DESCRIPTION
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: icmp6.4,v 1.5 2002/01/21 17:48:01 wiz Exp $
|
||||
.\" $NetBSD: icmp6.4,v 1.6 2002/02/13 08:17:35 ross Exp $
|
||||
.\" $KAME: icmp6.4,v 1.3 2000/11/24 08:44:40 itojun Exp $
|
||||
.\"
|
||||
.\" Copyright (C) 1999 WIDE Project.
|
||||
|
@ -66,9 +66,9 @@
|
|||
.Nm icmp6
|
||||
.Nd Internet Control Message Protocol for IPv6
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/socket.h>
|
||||
.Fd #include <netinet/in.h>
|
||||
.Fd #include <netinet/icmp6.h>
|
||||
.Fd #include \*[Lt]sys/socket.h\*[Gt]
|
||||
.Fd #include \*[Lt]netinet/in.h\*[Gt]
|
||||
.Fd #include \*[Lt]netinet/icmp6.h\*[Gt]
|
||||
.Ft int
|
||||
.Fn socket AF_INET6 SOCK_RAW proto
|
||||
.Sh DESCRIPTION
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: idp.4,v 1.7 2001/09/22 00:57:40 wiz Exp $
|
||||
.\" $NetBSD: idp.4,v 1.8 2002/02/13 08:17:36 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1985, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -40,9 +40,9 @@
|
|||
.Nm idp
|
||||
.Nd Xerox Internet Datagram Protocol
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/socket.h>
|
||||
.Fd #include <netns/ns.h>
|
||||
.Fd #include <netns/idp.h>
|
||||
.Fd #include \*[Lt]sys/socket.h\*[Gt]
|
||||
.Fd #include \*[Lt]netns/ns.h\*[Gt]
|
||||
.Fd #include \*[Lt]netns/idp.h\*[Gt]
|
||||
.Ft int
|
||||
.Fn socket AF_NS SOCK_DGRAM 0
|
||||
.Sh DESCRIPTION
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: ifmedia.4,v 1.15 2001/09/22 00:57:40 wiz Exp $
|
||||
.\" $NetBSD: ifmedia.4,v 1.16 2002/02/13 08:17:36 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -42,9 +42,9 @@
|
|||
.Nm ifmedia
|
||||
.Nd network interface media settings
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/socket.h>
|
||||
.Fd #include <net/if.h>
|
||||
.Fd #include <net/if_media.h>
|
||||
.Fd #include \*[Lt]sys/socket.h\*[Gt]
|
||||
.Fd #include \*[Lt]net/if.h\*[Gt]
|
||||
.Fd #include \*[Lt]net/if_media.h\*[Gt]
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: inet.4,v 1.10 2001/09/22 00:57:40 wiz Exp $
|
||||
.\" $NetBSD: inet.4,v 1.11 2002/02/13 08:17:36 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1983, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -40,8 +40,8 @@
|
|||
.Nm inet
|
||||
.Nd Internet protocol family
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/types.h>
|
||||
.Fd #include <netinet/in.h>
|
||||
.Fd #include \*[Lt]sys/types.h\*[Gt]
|
||||
.Fd #include \*[Lt]netinet/in.h\*[Gt]
|
||||
.Sh DESCRIPTION
|
||||
The Internet protocol family is a collection of protocols
|
||||
layered atop the
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: inet6.4,v 1.21 2001/09/11 22:52:53 wiz Exp $
|
||||
.\" $NetBSD: inet6.4,v 1.22 2002/02/13 08:17:36 ross Exp $
|
||||
.\" $KAME: inet6.4,v 1.18 2000/11/24 08:50:32 itojun Exp $
|
||||
.\"
|
||||
.\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
|
||||
|
@ -35,8 +35,8 @@
|
|||
.Nm inet6
|
||||
.Nd Internet protocol version 6 family
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/types.h>
|
||||
.Fd #include <netinet/in.h>
|
||||
.Fd #include \*[Lt]sys/types.h\*[Gt]
|
||||
.Fd #include \*[Lt]netinet/in.h\*[Gt]
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: intersil7170.4,v 1.5 2002/02/07 03:15:08 ross Exp $
|
||||
.\" $NetBSD: intersil7170.4,v 1.6 2002/02/13 08:17:37 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2000 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -42,7 +42,7 @@
|
|||
.Nd
|
||||
.Tn Intersil time-of-day clock driver
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <dev/ic/intersil7170.h>
|
||||
.Fd #include \*[Lt]dev/ic/intersil7170.h\*[Gt]
|
||||
.Cd "define intersil7170"
|
||||
.Cd "file dev/ic/intersil7170.c intersil7170"
|
||||
.Sh DESCRIPTION
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: iop.4,v 1.14 2001/11/28 17:41:46 ad Exp $
|
||||
.\" $NetBSD: iop.4,v 1.15 2002/02/13 08:17:37 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2000, 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -172,7 +172,7 @@ iovec.
|
|||
struct iop_tidmap {
|
||||
u_short it_tid;
|
||||
u_short it_flags;
|
||||
char it_dvname[sizeof(((struct device *)NULL)->dv_xname)];
|
||||
char it_dvname[sizeof(((struct device *)NULL)-\*[Gt]dv_xname)];
|
||||
};
|
||||
#define IT_CONFIGURED 0x02 /* target configured */
|
||||
.Ed
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: ip.4,v 1.11 2001/09/22 00:57:41 wiz Exp $
|
||||
.\" $NetBSD: ip.4,v 1.12 2002/02/13 08:17:37 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1983, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -40,8 +40,8 @@
|
|||
.Nm ip
|
||||
.Nd Internet Protocol
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/socket.h>
|
||||
.Fd #include <netinet/in.h>
|
||||
.Fd #include \*[Lt]sys/socket.h\*[Gt]
|
||||
.Fd #include \*[Lt]netinet/in.h\*[Gt]
|
||||
.Ft int
|
||||
.Fn socket AF_INET SOCK_RAW proto
|
||||
.Sh DESCRIPTION
|
||||
|
@ -98,11 +98,11 @@ and
|
|||
sockets.
|
||||
For example,
|
||||
.Bd -literal
|
||||
int tos = IPTOS_LOWDELAY; /* see <netinet/in.h> */
|
||||
setsockopt(s, IPPROTO_IP, IP_TOS, &tos, sizeof(tos));
|
||||
int tos = IPTOS_LOWDELAY; /* see \*[Lt]netinet/in.h\*[Gt] */
|
||||
setsockopt(s, IPPROTO_IP, IP_TOS, \*[Am]tos, sizeof(tos));
|
||||
|
||||
int ttl = 60; /* max = 255 */
|
||||
setsockopt(s, IPPROTO_IP, IP_TTL, &ttl, sizeof(ttl));
|
||||
setsockopt(s, IPPROTO_IP, IP_TTL, \*[Am]ttl, sizeof(ttl));
|
||||
.Ed
|
||||
.Pp
|
||||
.Dv IP_PORTRANGE
|
||||
|
@ -112,8 +112,8 @@ and
|
|||
.Dv SOCK_DGRAM
|
||||
sockets. For example,
|
||||
.Bd -literal
|
||||
int range = IP_PORTRANGE_LOW; /* see <netinet/in.h> */
|
||||
setsockopt(s, IPPROTO_IP, IP_PORTRANGE, &range, sizeof(range));
|
||||
int range = IP_PORTRANGE_LOW; /* see \*[Lt]netinet/in.h\*[Gt] */
|
||||
setsockopt(s, IPPROTO_IP, IP_PORTRANGE, \*[Am]range, sizeof(range));
|
||||
.Ed
|
||||
.Pp
|
||||
If the
|
||||
|
@ -176,7 +176,7 @@ option changes the time-to-live (TTL) for outgoing multicast datagrams
|
|||
in order to control the scope of the multicasts:
|
||||
.Bd -literal
|
||||
u_char ttl; /* range: 0 to 255, default = 1 */
|
||||
setsockopt(s, IPPROTO_IP, IP_MULTICAST_TTL, &ttl, sizeof(ttl));
|
||||
setsockopt(s, IPPROTO_IP, IP_MULTICAST_TTL, \*[Am]ttl, sizeof(ttl));
|
||||
.Ed
|
||||
.Pp
|
||||
Datagrams with a TTL of 1 are not forwarded beyond the local network.
|
||||
|
@ -195,7 +195,7 @@ option overrides the default for
|
|||
subsequent transmissions from a given socket:
|
||||
.Bd -literal
|
||||
struct in_addr addr;
|
||||
setsockopt(s, IPPROTO_IP, IP_MULTICAST_IF, &addr, sizeof(addr));
|
||||
setsockopt(s, IPPROTO_IP, IP_MULTICAST_IF, \*[Am]addr, sizeof(addr));
|
||||
.Ed
|
||||
.Pp
|
||||
where "addr" is the local
|
||||
|
@ -220,7 +220,7 @@ option gives the sender explicit control
|
|||
over whether or not subsequent datagrams are looped back:
|
||||
.Bd -literal
|
||||
u_char loop; /* 0 = disable, 1 = enable (default) */
|
||||
setsockopt(s, IPPROTO_IP, IP_MULTICAST_LOOP, &loop, sizeof(loop));
|
||||
setsockopt(s, IPPROTO_IP, IP_MULTICAST_LOOP, \*[Am]loop, sizeof(loop));
|
||||
.Ed
|
||||
.Pp
|
||||
This option
|
||||
|
@ -244,7 +244,7 @@ To join a multicast group, use the
|
|||
option:
|
||||
.Bd -literal
|
||||
struct ip_mreq mreq;
|
||||
setsockopt(s, IPPROTO_IP, IP_ADD_MEMBERSHIP, &mreq, sizeof(mreq));
|
||||
setsockopt(s, IPPROTO_IP, IP_ADD_MEMBERSHIP, \*[Am]mreq, sizeof(mreq));
|
||||
.Ed
|
||||
.Pp
|
||||
where
|
||||
|
@ -274,7 +274,7 @@ Up to
|
|||
To drop a membership, use:
|
||||
.Bd -literal
|
||||
struct ip_mreq mreq;
|
||||
setsockopt(s, IPPROTO_IP, IP_DROP_MEMBERSHIP, &mreq, sizeof(mreq));
|
||||
setsockopt(s, IPPROTO_IP, IP_DROP_MEMBERSHIP, \*[Am]mreq, sizeof(mreq));
|
||||
.Ed
|
||||
.Pp
|
||||
where
|
||||
|
@ -329,10 +329,10 @@ be used only with the
|
|||
.Dv SOCK_RAW
|
||||
type.
|
||||
.Bd -literal
|
||||
#include <netinet/ip.h>
|
||||
#include \*[Lt]netinet/ip.h\*[Gt]
|
||||
|
||||
int hincl = 1; /* 1 = on, 0 = off */
|
||||
setsockopt(s, IPPROTO_IP, IP_HDRINCL, &hincl, sizeof(hincl));
|
||||
setsockopt(s, IPPROTO_IP, IP_HDRINCL, \*[Am]hincl, sizeof(hincl));
|
||||
.Ed
|
||||
.Pp
|
||||
Unlike previous
|
||||
|
@ -340,10 +340,10 @@ Unlike previous
|
|||
releases, the program must set all
|
||||
the fields of the IP header, including the following:
|
||||
.Bd -literal
|
||||
ip->ip_v = IPVERSION;
|
||||
ip->ip_hl = hlen >> 2;
|
||||
ip->ip_id = 0; /* 0 means kernel set appropriate value */
|
||||
ip->ip_off = offset;
|
||||
ip-\*[Gt]ip_v = IPVERSION;
|
||||
ip-\*[Gt]ip_hl = hlen \*[Gt]\*[Gt] 2;
|
||||
ip-\*[Gt]ip_id = 0; /* 0 means kernel set appropriate value */
|
||||
ip-\*[Gt]ip_off = offset;
|
||||
.Ed
|
||||
.Pp
|
||||
If the header source address is set to
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: ip6.4,v 1.10 2002/01/28 12:26:08 wiz Exp $
|
||||
.\" $NetBSD: ip6.4,v 1.11 2002/02/13 08:17:38 ross Exp $
|
||||
.\" $KAME: ip6.4,v 1.11 2000/05/07 06:21:41 itojun Exp $
|
||||
.\"
|
||||
.\" Copyright (C) 1999 WIDE Project.
|
||||
|
@ -68,8 +68,8 @@
|
|||
.Nd Internet Protocol version 6 (IPv6)
|
||||
.\"
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/socket.h>
|
||||
.Fd #include <netinet/in.h>
|
||||
.Fd #include \*[Lt]sys/socket.h\*[Gt]
|
||||
.Fd #include \*[Lt]netinet/in.h\*[Gt]
|
||||
.Ft int
|
||||
.Fn socket AF_INET6 SOCK_RAW proto
|
||||
.\"
|
||||
|
@ -119,7 +119,7 @@ will be returned.
|
|||
For example:
|
||||
.Bd -literal -offset indent
|
||||
int hlim = 60; /* max = 255 */
|
||||
setsockopt(s, IPPROTO_IPV6, IPV6_UNICAST_HOPS, &hlim, sizeof(hlim));
|
||||
setsockopt(s, IPPROTO_IPV6, IPV6_UNICAST_HOPS, \*[Am]hlim, sizeof(hlim));
|
||||
.Ed
|
||||
.Pp
|
||||
.Tn IPv6
|
||||
|
@ -137,7 +137,7 @@ option changes the hoplimit for outgoing multicast datagrams
|
|||
in order to control the scope of the multicasts:
|
||||
.Bd -literal -offset indent
|
||||
unsigned int hlim; /* range: 0 to 255, default = 1 */
|
||||
setsockopt(s, IPPROTO_IPV6, IPV6_MULTICAST_HOPS, &hlim, sizeof(hlim));
|
||||
setsockopt(s, IPPROTO_IPV6, IPV6_MULTICAST_HOPS, \*[Am]hlim, sizeof(hlim));
|
||||
.Ed
|
||||
.Pp
|
||||
Datagrams with a hoplimit of 1 are not forwarded beyond the local network.
|
||||
|
@ -157,7 +157,7 @@ subsequent transmissions from a given socket:
|
|||
.Bd -literal -offset indent
|
||||
unsigned int outif;
|
||||
outif = if_nametoindex("ne0");
|
||||
setsockopt(s, IPPROTO_IPV6, IPV6_MULTICAST_IF, &outif, sizeof(outif));
|
||||
setsockopt(s, IPPROTO_IPV6, IPV6_MULTICAST_IF, \*[Am]outif, sizeof(outif));
|
||||
.Ed
|
||||
.Pp
|
||||
where "outif" is an interface index of the desired interface,
|
||||
|
@ -172,7 +172,7 @@ option gives the sender explicit control
|
|||
over whether or not subsequent datagrams are looped back:
|
||||
.Bd -literal -offset indent
|
||||
u_char loop; /* 0 = disable, 1 = enable (default) */
|
||||
setsockopt(s, IPPROTO_IPV6, IPV6_MULTICAST_LOOP, &loop, sizeof(loop));
|
||||
setsockopt(s, IPPROTO_IPV6, IPV6_MULTICAST_LOOP, \*[Am]loop, sizeof(loop));
|
||||
.Ed
|
||||
.Pp
|
||||
This option
|
||||
|
@ -196,7 +196,7 @@ To join a multicast group, use the
|
|||
option:
|
||||
.Bd -literal -offset indent
|
||||
struct ipv6_mreq mreq6;
|
||||
setsockopt(s, IPPROTO_IPV6, IPV6_JOIN_GROUP, &mreq6, sizeof(mreq6));
|
||||
setsockopt(s, IPPROTO_IPV6, IPV6_JOIN_GROUP, \*[Am]mreq6, sizeof(mreq6));
|
||||
.Ed
|
||||
.Pp
|
||||
where
|
||||
|
@ -220,7 +220,7 @@ join the same group on more than one interface.
|
|||
To drop a membership, use:
|
||||
.Bd -literal -offset indent
|
||||
struct ipv6_mreq mreq6;
|
||||
setsockopt(s, IPPROTO_IPV6, IPV6_LEAVE_GROUP, &mreq6, sizeof(mreq6));
|
||||
setsockopt(s, IPPROTO_IPV6, IPV6_LEAVE_GROUP, \*[Am]mreq6, sizeof(mreq6));
|
||||
.Ed
|
||||
.Pp
|
||||
where
|
||||
|
@ -236,8 +236,8 @@ and
|
|||
sockets.
|
||||
For example,
|
||||
.Bd -literal -offset indent
|
||||
int range = IPV6_PORTRANGE_LOW; /* see <netinet/in.h> */
|
||||
setsockopt(s, IPPROTO_IPV6, IPV6_PORTRANGE, &range, sizeof(range));
|
||||
int range = IPV6_PORTRANGE_LOW; /* see \*[Lt]netinet/in.h\*[Gt] */
|
||||
setsockopt(s, IPPROTO_IPV6, IPV6_PORTRANGE, \*[Am]range, sizeof(range));
|
||||
.Ed
|
||||
.Pp
|
||||
.Dv IPV6_V6ONLY
|
||||
|
@ -247,7 +247,7 @@ wildcard listening socket.
|
|||
The following example sets the option to 1:
|
||||
.Bd -literal -offset indent
|
||||
int on = 1;
|
||||
setsockopt(s, IPPROTO_IPV6, IPV6_V6ONLY, &on, sizeof(on));
|
||||
setsockopt(s, IPPROTO_IPV6, IPV6_V6ONLY, \*[Am]on, sizeof(on));
|
||||
.Ed
|
||||
.Pp
|
||||
If set to 1,
|
||||
|
@ -295,11 +295,11 @@ and
|
|||
.Bd -literal -offset indent
|
||||
int on = 1;
|
||||
|
||||
setsockopt(fd, IPPROTO_IPV6, IPV6_PKTINFO, &on, sizeof(on));
|
||||
setsockopt(fd, IPPROTO_IPV6, IPV6_HOPLIMIT, &on, sizeof(on));
|
||||
setsockopt(fd, IPPROTO_IPV6, IPV6_HOPOPTS, &on, sizeof(on));
|
||||
setsockopt(fd, IPPROTO_IPV6, IPV6_DSTOPTS, &on, sizeof(on));
|
||||
setsockopt(fd, IPPROTO_IPV6, IPV6_RTHDR, &on, sizeof(on));
|
||||
setsockopt(fd, IPPROTO_IPV6, IPV6_PKTINFO, \*[Am]on, sizeof(on));
|
||||
setsockopt(fd, IPPROTO_IPV6, IPV6_HOPLIMIT, \*[Am]on, sizeof(on));
|
||||
setsockopt(fd, IPPROTO_IPV6, IPV6_HOPOPTS, \*[Am]on, sizeof(on));
|
||||
setsockopt(fd, IPPROTO_IPV6, IPV6_DSTOPTS, \*[Am]on, sizeof(on));
|
||||
setsockopt(fd, IPPROTO_IPV6, IPV6_RTHDR, \*[Am]on, sizeof(on));
|
||||
.Ed
|
||||
.Pp
|
||||
When any of these options are enabled, the corresponding data is
|
||||
|
@ -401,7 +401,7 @@ or
|
|||
socket option is defined.
|
||||
Setting the socket option specifies any of the optional output fields:
|
||||
.Bd -literal -offset indent
|
||||
setsockopt(fd, IPPROTO_IPV6, IPV6_PKTOPTIONS, &buf, len);
|
||||
setsockopt(fd, IPPROTO_IPV6, IPV6_PKTOPTIONS, \*[Am]buf, len);
|
||||
.Ed
|
||||
.Pp
|
||||
The fourth argument points to a buffer containing one or more
|
||||
|
@ -429,7 +429,7 @@ length of 0 to remove all the sticky options for the socket.
|
|||
.Pp
|
||||
The corresponding receive option
|
||||
.Bd -literal -offset indent
|
||||
getsockopt(fd, IPPROTO_IPV6, IPV6_PKTOPTIONS, &buf, &len);
|
||||
getsockopt(fd, IPPROTO_IPV6, IPV6_PKTOPTIONS, \*[Am]buf, \*[Am]len);
|
||||
.Ed
|
||||
.Pp
|
||||
returns a buffer with one or more ancillary data objects for all the
|
||||
|
@ -602,7 +602,7 @@ This new socket option also specifies an integer offset into
|
|||
the user data of where the checksum is located.
|
||||
.Bd -literal -offset indent
|
||||
int offset = 2;
|
||||
setsockopt(fd, IPPROTO_IPV6, IPV6_CHECKSUM, &offset, sizeof(offset));
|
||||
setsockopt(fd, IPPROTO_IPV6, IPV6_CHECKSUM, \*[Am]offset, sizeof(offset));
|
||||
.Ed
|
||||
.Pp
|
||||
By default, this socket option is disabled. Setting the offset to -1
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: ipip.4,v 1.8 2001/09/22 00:57:41 wiz Exp $
|
||||
.\" $NetBSD: ipip.4,v 1.9 2002/02/13 08:17:38 ross Exp $
|
||||
.\"
|
||||
.\" Copyright 1998 (c) The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -87,7 +87,7 @@ On Host D (Cisco):
|
|||
ip unnumbered D ! e.g. address from Ethernet interface
|
||||
tunnel source D ! e.g. address from Ethernet interface
|
||||
tunnel destination A
|
||||
ip route C <some interface and mask>
|
||||
ip route C \*[Lt]some interface and mask\*[Gt]
|
||||
ip route A mask C
|
||||
ip route X mask tunnelX
|
||||
.Ed
|
||||
|
@ -103,7 +103,7 @@ If all goes well, you should see packets flowing ;-)
|
|||
.Pp
|
||||
If you want to reach Host A over the tunnel (from the Cisco D), then
|
||||
you have to have an alias on Host A for e.g. the Ethernet interface like:
|
||||
.Ic ifconfig Ar <etherif> alias Y
|
||||
.Ic ifconfig Ar \*[Lt]etherif\*[Gt] alias Y
|
||||
and on the cisco
|
||||
.Ic ip Ar route Y mask tunnelX .
|
||||
.Sh NOTES
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: ipsec.4,v 1.16 2001/09/22 00:57:41 wiz Exp $
|
||||
.\" $NetBSD: ipsec.4,v 1.17 2002/02/13 08:17:39 ross Exp $
|
||||
.\" $KAME: ipsec.4,v 1.17 2001/06/27 15:25:10 itojun Exp $
|
||||
.\"
|
||||
.\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
|
||||
|
@ -35,9 +35,9 @@
|
|||
.Nm ipsec
|
||||
.Nd IP security protocol
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/types.h>
|
||||
.Fd #include <netinet/in.h>
|
||||
.Fd #include <netinet6/ipsec.h>
|
||||
.Fd #include \*[Lt]sys/types.h\*[Gt]
|
||||
.Fd #include \*[Lt]netinet/in.h\*[Gt]
|
||||
.Fd #include \*[Lt]netinet6/ipsec.h\*[Gt]
|
||||
.Sh DESCRIPTION
|
||||
.Nm
|
||||
is a security protocol in Internet Protocol layer.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: irframe.4,v 1.9 2002/01/04 11:11:49 wiz Exp $
|
||||
.\" $NetBSD: irframe.4,v 1.10 2002/02/13 08:17:39 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -46,7 +46,7 @@
|
|||
.Cd "irframe* at ustir?"
|
||||
.Cd "pseudo-device irframetty"
|
||||
.Pp
|
||||
.Cd "#include <dev/irdaio.h>"
|
||||
.Cd "#include \*[Lt]dev/irdaio.h\*[Gt]"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: irframetty.4,v 1.3 2001/12/05 02:12:25 augustss Exp $
|
||||
.\" $NetBSD: irframetty.4,v 1.4 2002/02/13 08:17:39 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -43,7 +43,7 @@
|
|||
.Sh SYNOPSIS
|
||||
.Cd "pseudo-device irframetty"
|
||||
.Pp
|
||||
.Cd "#include <dev/irdaio.h>"
|
||||
.Cd "#include \*[Lt]dev/irdaio.h\*[Gt]"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: isa.4,v 1.31 2002/01/01 22:54:36 augustss Exp $
|
||||
.\" $NetBSD: isa.4,v 1.32 2002/02/13 08:17:40 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1997 Jason R. Thorpe. All rights reserved.
|
||||
.\" Copyright (c) 1997 Jonathan Stone
|
||||
|
@ -149,7 +149,7 @@ Byte Runner Technologies TC-400 and TC-800 series serial interfaces.
|
|||
.Ss Network interfaces
|
||||
.Bl -tag -width pcdisplay -offset indent
|
||||
.It ai
|
||||
.Tn AT&T
|
||||
.Tn AT\*[Am]T
|
||||
.Tn StarLan
|
||||
.Tn Ethernet
|
||||
interfaces.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: isic.4,v 1.8 2001/11/19 10:53:52 kleink Exp $
|
||||
.\" $NetBSD: isic.4,v 1.9 2002/02/13 08:17:40 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1997, 2000 Hellmuth Michaelis. All rights reserved.
|
||||
.\"
|
||||
|
@ -23,7 +23,7 @@
|
|||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $Id: isic.4,v 1.8 2001/11/19 10:53:52 kleink Exp $
|
||||
.\" $Id: isic.4,v 1.9 2002/02/13 08:17:40 ross Exp $
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
|
@ -68,7 +68,7 @@ Teles S0/16.3 PnP card
|
|||
.Cd options ISICPNP_TEL_S0_16_3_P
|
||||
.Cd "isic* at isapnp?"
|
||||
.Pp
|
||||
Creatix ISDN-S0 P&P card
|
||||
Creatix ISDN-S0 P\*[Am]P card
|
||||
.Cd options ISICPNP_CRTX_S0_P
|
||||
.Cd "isic* at isapnp?"
|
||||
.Pp
|
||||
|
@ -205,7 +205,7 @@ Possible interrupt configurations are 3, 5, 7, 10, 11 and 12.
|
|||
.Pp
|
||||
The card is auto-configured by the PnP kernel subsystem.
|
||||
.Pp
|
||||
.It Ar Creatix ISDN-S0 P&P
|
||||
.It Ar Creatix ISDN-S0 P\*[Am]P
|
||||
.Pp
|
||||
Valid i/o port values are 0x120, 0x180 and 0x100.
|
||||
.Pp
|
||||
|
@ -259,9 +259,9 @@ The card is auto-configured by the PCI kernel subsystem.
|
|||
.Pp
|
||||
.It Ar "ITK ix1 micro"
|
||||
.Pp
|
||||
Valid i/o port values must be in the range (<unknown>).
|
||||
Valid i/o port values must be in the range (\*[Lt]unknown\*[Gt]).
|
||||
.Pp
|
||||
Valid interrupt configurations are (<unknown>).
|
||||
Valid interrupt configurations are (\*[Lt]unknown\*[Gt]).
|
||||
.Pp
|
||||
The optional
|
||||
.Em flag
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: iso.4,v 1.7 2001/11/21 19:14:27 wiz Exp $
|
||||
.\" $NetBSD: iso.4,v 1.8 2002/02/13 08:17:40 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1990, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -42,8 +42,8 @@
|
|||
.Tn ISO
|
||||
protocol family
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/types.h>
|
||||
.Fd #include <netiso/iso.h>
|
||||
.Fd #include \*[Lt]sys/types.h\*[Gt]
|
||||
.Fd #include \*[Lt]netiso/iso.h\*[Gt]
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Tn ISO
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: ttwoga.4,v 1.1 2001/09/21 09:11:45 gmcgarry Exp $
|
||||
.\" $NetBSD: ttwoga.4,v 1.2 2002/02/13 08:17:53 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -47,7 +47,7 @@ DEC T2 Gate Array
|
|||
The
|
||||
.Nm
|
||||
driver provides support for the Digital Equipment Corp. T2 Gate Array,
|
||||
the CBUS->PCI bridge found in the AlphaServer 2100/2100A.
|
||||
the CBUS-\*[Gt]PCI bridge found in the AlphaServer 2100/2100A.
|
||||
.Sh SEE ALSO
|
||||
.Xr intro 4 ,
|
||||
.Xr mainbus 4 ,
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: ttwopci.4,v 1.1 2001/09/21 09:11:45 gmcgarry Exp $
|
||||
.\" $NetBSD: ttwopci.4,v 1.2 2002/02/13 08:17:53 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -47,7 +47,7 @@ DEC T2 Gate Array PCI controller
|
|||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
driver provides support for CBUS->PCI bridge on the DEC T2 Gate Array
|
||||
driver provides support for CBUS-\*[Gt]PCI bridge on the DEC T2 Gate Array
|
||||
found in the AlphaServer 2100/2100A.
|
||||
.Sh SEE ALSO
|
||||
.Xr intro 4 ,
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)dca.4 5.2 (Berkeley) 3/27/91
|
||||
.\" $NetBSD: mfcs.4,v 1.5 1999/03/16 01:19:20 garbled Exp $
|
||||
.\" $NetBSD: mfcs.4,v 1.6 2002/02/13 08:17:54 ross Exp $
|
||||
.\"
|
||||
.Dd July 23, 1995
|
||||
.Dt MFCS 4 amiga
|
||||
|
@ -58,10 +58,10 @@ controls, among other things, a dual port
|
|||
communications interface with a multiple character buffer.
|
||||
.Pp
|
||||
Input and output for each MultiFaceCard III line may set to a maximum baud
|
||||
rates of 1152000. Formula for baud rate: Baud = 230400 / N with 1 < N < 65536.
|
||||
rates of 1152000. Formula for baud rate: Baud = 230400 / N with 1 \*[Lt] N \*[Lt] 65536.
|
||||
.Pp
|
||||
Input and output for each MultiFaceCard II line may set to a maximum baud
|
||||
rates of 57600. Formula for baud rate: Baud = 115200 / N with 1 < N < 65536.
|
||||
rates of 57600. Formula for baud rate: Baud = 115200 / N with 1 \*[Lt] N \*[Lt] 65536.
|
||||
.Sh FILES
|
||||
.Bl -tag -width Pa
|
||||
.It Pa /dev/ttyA?
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: podulebus.4,v 1.6 2001/09/11 22:52:55 wiz Exp $
|
||||
.\" $NetBSD: podulebus.4,v 1.7 2002/02/13 08:17:54 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2000 Ben Harris
|
||||
.\" All rights reserved.
|
||||
|
@ -46,7 +46,7 @@ device.
|
|||
Expansion cards are identified by a manufacturer and product identifier.
|
||||
These are listed against each card in the table in the form
|
||||
.Sm off
|
||||
.No < Ar manu : prod No > .
|
||||
.No \*[Lt] Ar manu : prod No \*[Gt] .
|
||||
.Sm on
|
||||
.Bl -tag -width Nm
|
||||
.It Nm ei
|
||||
|
@ -54,7 +54,7 @@ Acorn
|
|||
.Tn AKA25
|
||||
Ethernet card (Ether1)
|
||||
.Sm off
|
||||
.No < Li 0000 : 0003 No >
|
||||
.No \*[Lt] Li 0000 : 0003 No \*[Gt]
|
||||
.Sm on
|
||||
.It Nm ea
|
||||
Atomwide
|
||||
|
@ -62,27 +62,27 @@ Atomwide
|
|||
Ethernet cards (also Acorn
|
||||
.Tn AEH54 )
|
||||
.Sm off
|
||||
.No < Li 0011 : 00A4 No >
|
||||
.No \*[Lt] Li 0011 : 00A4 No \*[Gt]
|
||||
.Sm on
|
||||
.It Nm eh
|
||||
i-cubed EtherLan 100-, 200- and 500-series Ethernet cards
|
||||
.Sm off
|
||||
.No < Li 0046 : 00BD No >
|
||||
.No \*[Lt] Li 0046 : 00BD No \*[Gt]
|
||||
.Sm on
|
||||
.Sm off
|
||||
.No < Li 0046 : 00CF No >
|
||||
.No \*[Lt] Li 0046 : 00CF No \*[Gt]
|
||||
.Sm on
|
||||
.Sm off
|
||||
.No < Li 0046 : 00D4 No >
|
||||
.No \*[Lt] Li 0046 : 00D4 No \*[Gt]
|
||||
.Sm on
|
||||
.Sm off
|
||||
.No < Li 0046 : 011C No >
|
||||
.No \*[Lt] Li 0046 : 011C No \*[Gt]
|
||||
.Sm on
|
||||
.Sm off
|
||||
.No < Li 0046 : 011D No >
|
||||
.No \*[Lt] Li 0046 : 011D No \*[Gt]
|
||||
.Sm on
|
||||
.Sm off
|
||||
.No < Li 0046 : 011F No >
|
||||
.No \*[Lt] Li 0046 : 011F No \*[Gt]
|
||||
.Sm on
|
||||
.\" .It Nm dtide
|
||||
.\" D.T. Software IDE interface
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: rtc.4,v 1.4 2002/01/15 01:30:45 wiz Exp $
|
||||
.\" $NetBSD: rtc.4,v 1.5 2002/02/13 08:17:55 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -60,7 +60,7 @@ kernel expects the RTC to run in UTC.
|
|||
.It Pa /dev/rtc
|
||||
.El
|
||||
.Sh EXAMPLES
|
||||
date -u +%Y%m%d%H%M.%S > /dev/rtc
|
||||
date -u +%Y%m%d%H%M.%S \*[Gt] /dev/rtc
|
||||
.Sh SEE ALSO
|
||||
.Xr date 1 ,
|
||||
.Xr strftime 3
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: dcl.4,v 1.8 2001/11/21 19:14:27 wiz Exp $
|
||||
.\" $NetBSD: dcl.4,v 1.9 2002/02/13 08:17:55 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1990, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -67,13 +67,13 @@ carrier always present, or to 0 if modem control is desired.
|
|||
.Pp
|
||||
Use
|
||||
.Tn HP
|
||||
cable "98626 & 98628 opts.002,
|
||||
cable "98626 \*[Am] 98628 opts.002,
|
||||
.Tn RS232-C
|
||||
.Tn DCE CABLE ,
|
||||
5061-4216" to attach non-modem devices.
|
||||
Use
|
||||
.Tn HP
|
||||
cable "98626 & 98628 opts.001,
|
||||
cable "98626 \*[Am] 98628 opts.001,
|
||||
.Tn RS232-C
|
||||
.Tn DTE CABLE ,
|
||||
5061-4215" to attach modems.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: dvbox.4,v 1.2 2002/01/15 01:31:48 wiz Exp $
|
||||
.\" $NetBSD: dvbox.4,v 1.3 2002/02/13 08:17:56 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1990, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -134,12 +134,12 @@ int disp_fd;
|
|||
|
||||
disp_fd = open("/dev/grf0",1);
|
||||
|
||||
if (ioctl (disp_fd, GRFIOCGINFO, &gi) < 0) return -1;
|
||||
if (ioctl (disp_fd, GRFIOCGINFO, \*[Am]gi) \*[Lt] 0) return -1;
|
||||
|
||||
(void) ioctl (disp_fd, GRFIOCON, 0);
|
||||
|
||||
Addr = (u_char *) 0;
|
||||
if (ioctl (disp_fd, GRFIOCMAP, &Addr) < 0) {
|
||||
if (ioctl (disp_fd, GRFIOCMAP, \*[Am]Addr) \*[Lt] 0) {
|
||||
(void) ioctl (disp_fd, GRFIOCOFF, 0);
|
||||
return -1;
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: gbox.4,v 1.2 2002/01/15 01:32:14 wiz Exp $
|
||||
.\" $NetBSD: gbox.4,v 1.3 2002/02/13 08:17:56 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1990, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -149,12 +149,12 @@ int disp_fd;
|
|||
|
||||
disp_fd = open("/dev/grf0",1);
|
||||
|
||||
if (ioctl (disp_fd, GRFIOCGINFO, &gi) < 0) return -1;
|
||||
if (ioctl (disp_fd, GRFIOCGINFO, \*[Am]gi) \*[Lt] 0) return -1;
|
||||
|
||||
(void) ioctl (disp_fd, GRFIOCON, 0);
|
||||
|
||||
Addr = (u_char *) 0;
|
||||
if (ioctl (disp_fd, GRFIOCMAP, &Addr) < 0) {
|
||||
if (ioctl (disp_fd, GRFIOCMAP, \*[Am]Addr) \*[Lt] 0) {
|
||||
(void) ioctl (disp_fd, GRFIOCOFF, 0);
|
||||
return -1;
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: grf.4,v 1.7 2002/01/15 01:35:27 wiz Exp $
|
||||
.\" $NetBSD: grf.4,v 1.8 2002/02/13 08:17:57 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1990, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -114,7 +114,7 @@ Get Graphics Info
|
|||
.Pp
|
||||
Get info about device, setting the entries in the
|
||||
.Em grfinfo
|
||||
structure, as defined in <hpdev/grfioctl.h>:
|
||||
structure, as defined in \*[Lt]hpdev/grfioctl.h\*[Gt]:
|
||||
.Bd -literal
|
||||
struct grfinfo {
|
||||
int gd_id; /* HPUX identifier */
|
||||
|
@ -172,7 +172,7 @@ interface special files
|
|||
This short code fragment is an example of opening some graphics device and
|
||||
mapping in the control and frame buffer space:
|
||||
.Bd -literal
|
||||
#define GRF_DEV <some_graphics_device> /* /dev/grfN */
|
||||
#define GRF_DEV \*[Lt]some_graphics_device\*[Gt] /* /dev/grfN */
|
||||
{
|
||||
struct fbstruct *regs; /* fbstruct = gboxfb, rboxfb, etc. */
|
||||
u_char *Addr, frame_buffer;
|
||||
|
@ -180,11 +180,11 @@ mapping in the control and frame buffer space:
|
|||
int disp_fd;
|
||||
|
||||
disp_fd = open(GRF_DEV,1);
|
||||
if (ioctl (disp_fd, GRFIOCGINFO, &gi) < 0) return -1;
|
||||
if (ioctl (disp_fd, GRFIOCGINFO, \*[Am]gi) \*[Lt] 0) return -1;
|
||||
(void) ioctl (disp_fd, GRFIOCON, 0);
|
||||
|
||||
Addr = (u_char *) 0;
|
||||
if (ioctl (disp_fd, GRFIOCMAP, &Addr) < 0) {
|
||||
if (ioctl (disp_fd, GRFIOCMAP, \*[Am]Addr) \*[Lt] 0) {
|
||||
(void) ioctl (disp_fd, GRFIOCOFF, 0);
|
||||
return -1;
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: rbox.4,v 1.2 2002/01/15 01:37:10 wiz Exp $
|
||||
.\" $NetBSD: rbox.4,v 1.3 2002/02/13 08:17:57 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1990, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -136,12 +136,12 @@ int disp_fd;
|
|||
|
||||
disp_fd = open("/dev/grf0",1);
|
||||
|
||||
if (ioctl (disp_fd, GRFIOCGINFO, &gi) < 0) return -1;
|
||||
if (ioctl (disp_fd, GRFIOCGINFO, \*[Am]gi) \*[Lt] 0) return -1;
|
||||
|
||||
(void) ioctl (disp_fd, GRFIOCON, 0);
|
||||
|
||||
Addr = (u_char *) 0;
|
||||
if (ioctl (disp_fd, GRFIOCMAP, &Addr) < 0) {
|
||||
if (ioctl (disp_fd, GRFIOCMAP, \*[Am]Addr) \*[Lt] 0) {
|
||||
(void) ioctl (disp_fd, GRFIOCOFF, 0);
|
||||
return -1;
|
||||
}
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)rmp.4 5.2 (Berkeley) 3/27/91
|
||||
.\" $NetBSD: rmp.4,v 1.6 2002/01/15 01:38:16 wiz Exp $
|
||||
.\" $NetBSD: rmp.4,v 1.7 2002/02/13 08:17:57 ross Exp $
|
||||
.\"
|
||||
.Dd March 27, 1991
|
||||
.Dt RMP 4 hp300
|
||||
|
@ -45,10 +45,10 @@
|
|||
Remote Maintenance Protocol Family
|
||||
.Sh SYNOPSIS
|
||||
.Cd "options RMP"
|
||||
.Fd #include <sys/types.h>
|
||||
.Fd #include <sys/socket.h>
|
||||
.Fd #include <netrmp/rmp.h>
|
||||
.Fd #include <netrmp/rmp_var.h>
|
||||
.Fd #include \*[Lt]sys/types.h\*[Gt]
|
||||
.Fd #include \*[Lt]sys/socket.h\*[Gt]
|
||||
.Fd #include \*[Lt]netrmp/rmp.h\*[Gt]
|
||||
.Fd #include \*[Lt]netrmp/rmp_var.h\*[Gt]
|
||||
.Ft int
|
||||
.Fn socket AF_RMP SOCK_RAW proto
|
||||
.Sh DESCRIPTION
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: topcat.4,v 1.2 2002/01/15 01:38:46 wiz Exp $
|
||||
.\" $NetBSD: topcat.4,v 1.3 2002/02/13 08:17:58 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1990, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -147,12 +147,12 @@ int disp_fd;
|
|||
|
||||
disp_fd = open("/dev/grf0",1);
|
||||
|
||||
if (ioctl (disp_fd, GRFIOCGINFO, &gi) < 0) return -1;
|
||||
if (ioctl (disp_fd, GRFIOCGINFO, \*[Am]gi) \*[Lt] 0) return -1;
|
||||
|
||||
(void) ioctl (disp_fd, GRFIOCON, 0);
|
||||
|
||||
Addr = (u_char *) 0;
|
||||
if (ioctl (disp_fd, GRFIOCMAP, &Addr) < 0) {
|
||||
if (ioctl (disp_fd, GRFIOCMAP, \*[Am]Addr) \*[Lt] 0) {
|
||||
(void) ioctl (disp_fd, GRFIOCOFF, 0);
|
||||
return -1;
|
||||
}
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
.\" POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $NetBSD: apm.4,v 1.14 2001/09/11 22:52:55 wiz Exp $
|
||||
.\" $NetBSD: apm.4,v 1.15 2002/02/13 08:17:58 ross Exp $
|
||||
.\"
|
||||
.Dd May 18, 1996
|
||||
.Dt APM 4 i386
|
||||
|
@ -35,7 +35,7 @@
|
|||
Advanced Power Management pseudo-device driver
|
||||
.Sh SYNOPSIS
|
||||
.Cd "apm0 at mainbus0"
|
||||
.Fd #include <machine/apmvar.h>
|
||||
.Fd #include \*[Lt]machine/apmvar.h\*[Gt]
|
||||
.Pa /dev/apm
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: busmouse.4,v 1.8 2002/02/07 03:15:09 ross Exp $
|
||||
.\" $NetBSD: busmouse.4,v 1.9 2002/02/13 08:17:59 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1996 Michael Graff
|
||||
.\" All rights reserved.
|
||||
|
@ -36,7 +36,7 @@
|
|||
.Nm busmouse
|
||||
.Nd Bus mouse driver
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <machine/mouse.h>
|
||||
.Fd #include \*[Lt]machine/mouse.h\*[Gt]
|
||||
.Sh DESCRIPTION
|
||||
Many mouse drivers internally convert the protocol
|
||||
the mouse uses natively to a common busmouse protocol.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: intro.4,v 1.22 2001/10/23 09:57:12 wiz Exp $
|
||||
.\" $NetBSD: intro.4,v 1.23 2002/02/13 08:17:59 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1997 Jonathan Stone
|
||||
.\" Copyright (c) 1994 Christopher G. Demetriou
|
||||
|
@ -217,7 +217,7 @@ Ethernet interface
|
|||
.It ep
|
||||
3Com Etherlink III (3c5x9) Ethernet interface
|
||||
.It ie
|
||||
Ethernet driver for the AT&T StarLAN 10, EN100, StarLan Fiber, and 3Com 3c507.
|
||||
Ethernet driver for the AT\*[Am]T StarLAN 10, EN100, StarLan Fiber, and 3Com 3c507.
|
||||
.It iy
|
||||
Ethernet driver for the ISA Intel EtherExpress PR0/10 adaptor.
|
||||
.It le
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: pcibios.4,v 1.12 2002/01/15 01:44:58 wiz Exp $
|
||||
.\" $NetBSD: pcibios.4,v 1.13 2002/02/13 08:18:00 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -163,7 +163,7 @@ you have to specify
|
|||
to make kernel with DDB):
|
||||
.Dl Ic boot -d
|
||||
And type the following command on
|
||||
.Qq Sy db>
|
||||
.Qq Sy db\*[Gt]
|
||||
prompt:
|
||||
.Dl Ic write pcibios_irqs_hint 0x0a00
|
||||
Then type the following to continue to boot:
|
||||
|
|
|
@ -28,7 +28,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.
|
||||
.\"
|
||||
.\" $NetBSD: adb.4,v 1.5 2002/01/15 01:46:29 wiz Exp $
|
||||
.\" $NetBSD: adb.4,v 1.6 2002/02/13 08:18:01 ross Exp $
|
||||
.\"
|
||||
.Dd July 17, 1997
|
||||
.Os
|
||||
|
@ -39,7 +39,7 @@
|
|||
.Sh SYNOPSIS
|
||||
.Cd "adb0 at obio?"
|
||||
.Cd "options MRG_ADB"
|
||||
.Cd "#include <machine/adbsys.h>"
|
||||
.Cd "#include \*[Lt]machine/adbsys.h\*[Gt]"
|
||||
.Sh DESCRIPTION
|
||||
The Apple Desktop Bus
|
||||
.Pq Tn ADB
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: lpt.4,v 1.5 2001/09/11 22:52:56 wiz Exp $
|
||||
.\" $NetBSD: lpt.4,v 1.6 2002/02/13 08:18:01 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1994, 1997 Matthias Pfaller.
|
||||
.\" All rights reserved.
|
||||
|
@ -79,7 +79,7 @@ signal.
|
|||
.Sh SEE ALSO
|
||||
.Xr plip 4
|
||||
.Pp
|
||||
Contact Matthias Pfaller <leo@dachau.marco.de> to get instructions
|
||||
Contact Matthias Pfaller \*[Lt]leo@dachau.marco.de\*[Gt] to get instructions
|
||||
on building a Centronics interface for your pc532.
|
||||
.Sh HISTORY
|
||||
The
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: plip.4,v 1.7 2001/12/04 17:56:34 wiz Exp $
|
||||
.\" $NetBSD: plip.4,v 1.8 2002/02/13 08:18:01 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1994, 1997 Matthias Pfaller.
|
||||
.\" All rights reserved.
|
||||
|
@ -95,7 +95,7 @@ Packet transmission failed even after
|
|||
(20) packets caused receive errors in sequence.
|
||||
.It "plip?: checksum error"
|
||||
A packet with a bad checksum was received.
|
||||
.It "plip?: packet > MTU"
|
||||
.It "plip?: packet \*[Gt] MTU"
|
||||
A bogus packet longer than the Maximum Transmission Unit (MTU)
|
||||
length for the media was received.
|
||||
.El
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: fb.4,v 1.2 2002/01/15 01:52:48 wiz Exp $
|
||||
.\" $NetBSD: fb.4,v 1.3 2002/02/13 08:18:02 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -79,11 +79,11 @@ Get Graphics Info
|
|||
.Pp
|
||||
Get info about the device, setting the entries in the
|
||||
.Em pm_info
|
||||
structure, as defined in <pmax/pmioctl.h>:
|
||||
structure, as defined in \*[Lt]pmax/pmioctl.h\*[Gt]:
|
||||
.Pp
|
||||
.Bd -literal
|
||||
typedef struct pm_info {
|
||||
pmEventQueue qe; /* event & motion queues */
|
||||
pmEventQueue qe; /* event \*[Am] motion queues */
|
||||
short mswitches; /* current value of mouse btns */
|
||||
pmCursor tablet; /* current tablet position */
|
||||
short tswitches; /* current tablet buttons NI! */
|
||||
|
@ -115,7 +115,7 @@ Set Mouse State/Position
|
|||
.Pp
|
||||
Set mouse state/position, using the entries in the
|
||||
.Em pmCursor
|
||||
structure, as defined in <pmax/pmioctl.h>:
|
||||
structure, as defined in \*[Lt]pmax/pmioctl.h\*[Gt]:
|
||||
.Pp
|
||||
.Bd -literal
|
||||
typedef struct {
|
||||
|
@ -130,7 +130,7 @@ Send Keyboard Command
|
|||
.Pp
|
||||
Send keyboard command, using the entries in the
|
||||
.Em pm_kpcmd
|
||||
structure, as defined in <pmax/pmioctl.h>:
|
||||
structure, as defined in \*[Lt]pmax/pmioctl.h\*[Gt]:
|
||||
.Pp
|
||||
.Bd -literal
|
||||
typedef struct pm_kpcmd {
|
||||
|
@ -144,7 +144,7 @@ Get address
|
|||
.Pp
|
||||
Get address, setting the entries in the
|
||||
.Em pm_info
|
||||
structure, as defined in <pmax/pmioctl.h>:
|
||||
structure, as defined in \*[Lt]pmax/pmioctl.h\*[Gt]:
|
||||
.Pp
|
||||
.Bd -literal
|
||||
.Ed
|
||||
|
@ -157,7 +157,7 @@ Set the Colour Map
|
|||
.Pp
|
||||
Set the colour map, using the entries in the
|
||||
.Em ColourMap
|
||||
structure, as defined in <pmax/pmioctl.h>:
|
||||
structure, as defined in \*[Lt]pmax/pmioctl.h\*[Gt]:
|
||||
.Pp
|
||||
.Bd -literal
|
||||
typedef struct {
|
||||
|
@ -189,7 +189,7 @@ Get frame buffer type.
|
|||
.Pp
|
||||
Get info about the device, setting the entries in the
|
||||
.Em fbtype
|
||||
structure,as defined in <pmax/fbio.h>:
|
||||
structure,as defined in \*[Lt]pmax/fbio.h\*[Gt]:
|
||||
.Pp
|
||||
.Bd -literal
|
||||
struct fbtype {
|
||||
|
@ -206,7 +206,7 @@ Colour Map I/O
|
|||
.Pp
|
||||
Get or set the colour map, using the entries in the
|
||||
.Em fbcmap
|
||||
structure,as defined in <pmax/fbio.h>:
|
||||
structure,as defined in \*[Lt]pmax/fbio.h\*[Gt]:
|
||||
.Pp
|
||||
.Bd -literal
|
||||
struct fbcmap {
|
||||
|
@ -222,7 +222,7 @@ Get FB Attribute
|
|||
.Pp
|
||||
Get fb attribute, setting the entries in the
|
||||
.Em fbsatter
|
||||
structure,as defined in <pmax/fbio.h>:
|
||||
structure,as defined in \*[Lt]pmax/fbio.h\*[Gt]:
|
||||
.Pp
|
||||
.Bd -literal
|
||||
struct fbsattr {
|
||||
|
@ -236,7 +236,7 @@ Get or Set Cursor Attributes/Shape
|
|||
.Pp
|
||||
Get or set the cursor attributes or shape, using the entries in the
|
||||
.Em fbcursor
|
||||
structure, as defined in <pmax/fbio.h>:
|
||||
structure, as defined in \*[Lt]pmax/fbio.h\*[Gt]:
|
||||
.Pp
|
||||
.Bd -literal
|
||||
struct fbcursor {
|
||||
|
|
|
@ -27,7 +27,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.
|
||||
.\"
|
||||
.\" $NetBSD: intro.4,v 1.13 2002/02/06 19:09:22 wiz Exp $
|
||||
.\" $NetBSD: intro.4,v 1.14 2002/02/13 08:18:03 ross Exp $
|
||||
.\"
|
||||
.Dd February 2, 2002
|
||||
.Dt INTRO 4 sparc
|
||||
|
@ -229,7 +229,7 @@ black and white obio frame buffer
|
|||
.It cgfourteen
|
||||
24 bit Sbus color frame buffer
|
||||
.It cgsix
|
||||
8 bit obio (sun4c & sun4m), Sbus color graphics frame buffer
|
||||
8 bit obio (sun4c \*[Am] sun4m), Sbus color graphics frame buffer
|
||||
.It cgthree
|
||||
8 bit VMEbus, Sbus, and obio (sun4m) color graphics frame buffer
|
||||
.It cgtwo
|
||||
|
@ -284,7 +284,7 @@ either documentation or sample hardware:
|
|||
.It bpp
|
||||
Bi-directional Parallel port
|
||||
.It dbri
|
||||
Dual Basic Rate Interface (BRI) ISDN (SPARC LX & SPARCstation 10)
|
||||
Dual Basic Rate Interface (BRI) ISDN (SPARC LX \*[Am] SPARCstation 10)
|
||||
.It audio
|
||||
sun4m audio that is dependent on the dbri
|
||||
.El
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: magma.4,v 1.6 2002/01/15 02:00:07 wiz Exp $
|
||||
.\" $NetBSD: magma.4,v 1.7 2002/02/13 08:18:03 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1998 Iain Hibbert
|
||||
.\" All rights reserved.
|
||||
|
@ -53,13 +53,13 @@ The device minor numbers for this driver are encoded as follows:
|
|||
| 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
|
||||
+---+---+---+---+---+---+---+---+
|
||||
| | | | | | | |
|
||||
| | | | +---+---+---+---> port number
|
||||
| | | | +---+---+---+---\*[Gt] port number
|
||||
| | | |
|
||||
| | | +-------------------> dialout (on tty ports)
|
||||
| | | +-------------------\*[Gt] dialout (on tty ports)
|
||||
| | |
|
||||
| | +-----------------------> unused
|
||||
| | +-----------------------\*[Gt] unused
|
||||
| |
|
||||
+---+---------------------------> card number
|
||||
+---+---------------------------\*[Gt] card number
|
||||
.Ed
|
||||
.Pp
|
||||
Up to four cards are supported in the system.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: openprom.4,v 1.5 2001/05/06 12:29:19 wiz Exp $
|
||||
.\" $NetBSD: openprom.4,v 1.6 2002/02/13 08:18:03 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1992, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -44,7 +44,7 @@
|
|||
.Nm openprom
|
||||
.Nd Sun OPENPROM and EEPROM interface
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <machine/openpromio.h>
|
||||
.Fd #include \*[Lt]machine/openpromio.h\*[Gt]
|
||||
.Sh DESCRIPTION
|
||||
The file
|
||||
.Nm /dev/openprom
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: leds.4,v 1.4 2001/12/07 18:58:06 wiz Exp $
|
||||
.\" $NetBSD: leds.4,v 1.5 2002/02/13 08:18:04 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -41,7 +41,7 @@
|
|||
.Nm leds
|
||||
.Nd sun2 diagnostic Light Emitting Diodes driver
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <machine/leds.h>
|
||||
.Fd #include \*[Lt]machine/leds.h\*[Gt]
|
||||
.Sh DESCRIPTION
|
||||
All sun2 machines are equipped
|
||||
a diagnostic display of eight Light Emitting Diodes (LEDs), located
|
||||
|
@ -94,7 +94,7 @@ to display the repeating animation of a single lit LED scrolling from one end
|
|||
of the display to the other, using six clock ticks between each update.
|
||||
.Bd -ragged -offset indent
|
||||
# echo 5 8 254 253 250 247 239 223 191 127 |
|
||||
awk '{ for (i=1;i<=NF;i++) printf("%c",$i+0); }' > /dev/leds
|
||||
awk '{ for (i=1;i\*[Le]NF;i++) printf("%c",$i+0); }' \*[Gt] /dev/leds
|
||||
.Ed
|
||||
.Sh ERRORS
|
||||
An I/O transfer to
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: leds.4,v 1.7 2001/12/07 18:58:33 wiz Exp $
|
||||
.\" $NetBSD: leds.4,v 1.8 2002/02/13 08:18:05 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -41,7 +41,7 @@
|
|||
.Nm leds
|
||||
.Nd sun3 diagnostic Light Emitting Diodes driver
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <machine/leds.h>
|
||||
.Fd #include \*[Lt]machine/leds.h\*[Gt]
|
||||
.Sh DESCRIPTION
|
||||
With the exception of the Sun 3/80, all sun3 machines are equipped
|
||||
a diagnostic display of eight Light Emitting Diodes (LEDs), located
|
||||
|
@ -96,7 +96,7 @@ to display the repeating animation of a single lit LED scrolling from one end
|
|||
of the display to the other, using six clock ticks between each update.
|
||||
.Bd -ragged -offset indent
|
||||
# echo 5 8 254 253 250 247 239 223 191 127 |
|
||||
awk '{ for (i=1;i<=NF;i++) printf("%c",$i+0); }' > /dev/leds
|
||||
awk '{ for (i=1;i\*[Le]NF;i++) printf("%c",$i+0); }' \*[Gt] /dev/leds
|
||||
.Ed
|
||||
.Sh ERRORS
|
||||
An I/O transfer to
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: ad.4,v 1.9 2002/01/15 02:03:32 wiz Exp $
|
||||
.\" $NetBSD: ad.4,v 1.10 2002/02/13 08:18:06 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1983, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -67,7 +67,7 @@ selects which channel of the board to read.
|
|||
For example,
|
||||
.Bd -literal -offset indent
|
||||
chan = 5;
|
||||
ioctl(fd, AD_CHAN, &chan);
|
||||
ioctl(fd, AD_CHAN, \*[Am]chan);
|
||||
.Ed
|
||||
.Pp
|
||||
selects channel 5.
|
||||
|
@ -78,7 +78,7 @@ actually reads the data and returns it to the user
|
|||
process.
|
||||
An example is
|
||||
.Bd -literal -offset indent
|
||||
ioctl(fd, AD_READ, &data);
|
||||
ioctl(fd, AD_READ, \*[Am]data);
|
||||
.Ed
|
||||
.Sh FILES
|
||||
.Bl -tag -width /dev/adx -compact
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: cons.4,v 1.8 2002/01/21 18:03:59 wiz Exp $
|
||||
.\" $NetBSD: cons.4,v 1.9 2002/02/13 08:18:06 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -46,7 +46,7 @@ not disabled,
|
|||
.Ic \&^P
|
||||
(control-P) puts the console in local console mode (where
|
||||
the prompt is
|
||||
.Sq Li >>> ) .
|
||||
.Sq Li \*[Gt]\*[Gt]\*[Gt] ) .
|
||||
The operation of the console in this mode varies
|
||||
slightly per-processor.
|
||||
.Ss Tn VAX No 11/780 or 785
|
||||
|
@ -80,7 +80,7 @@ Get out of
|
|||
.Tn ODT
|
||||
mode.
|
||||
.Pp
|
||||
.It Ic <break>
|
||||
.It Ic \*[Lt]break\*[Gt]
|
||||
If you hit the break key on the console, then the console
|
||||
.Tn LSI Ns -11
|
||||
will go into
|
||||
|
@ -106,7 +106,7 @@ When in console mode on an 11/750 which has a remote diagnosis module,
|
|||
a
|
||||
.Ic \&^D
|
||||
will put you in remote diagnosis mode, where the prompt will be
|
||||
.Ql RDM> .
|
||||
.Ql RDM\*[Gt] .
|
||||
.El
|
||||
.Ss Tn VAX No 8600 or 8650
|
||||
The
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: dl.4,v 1.8 2001/09/11 00:08:35 wiz Exp $
|
||||
.\" $NetBSD: dl.4,v 1.9 2002/02/13 08:18:06 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1997 Ben Harris. All rights reserved.
|
||||
.\"
|
||||
|
@ -88,7 +88,7 @@ The
|
|||
driver was written for
|
||||
.Nx 1.3 .
|
||||
.Sh AUTHORS
|
||||
Ben Harris <bjh21@netbsd.org>
|
||||
Ben Harris \*[Lt]bjh21@netbsd.org\*[Gt]
|
||||
.Sh BUGS
|
||||
The
|
||||
.Tn DL11
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: dn.4,v 1.8 2001/08/18 14:37:44 wiz Exp $
|
||||
.\" $NetBSD: dn.4,v 1.9 2002/02/13 08:18:06 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -75,7 +75,7 @@ The codes for the phone numbers are:
|
|||
* dial * (`:' is a synonym)
|
||||
# dial # (`;' is a synonym)
|
||||
\- delay 20 milliseconds
|
||||
< end of phone number (`e' is a synonym)
|
||||
\*[Lt] end of phone number (`e' is a synonym)
|
||||
= delay for a second dial tone (`w' is a synonym)
|
||||
f force a hangup of any existing connection
|
||||
.El
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: hy.4,v 1.9 2002/01/15 02:08:38 wiz Exp $
|
||||
.\" $NetBSD: hy.4,v 1.10 2002/02/13 08:18:07 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1983, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -92,12 +92,12 @@ connections are dropped.
|
|||
Software does not shut down the network unless
|
||||
power has been off for a while.
|
||||
.Pp
|
||||
.It hy%d: RECVD MP > MPSIZE (%d).
|
||||
.It hy%d: RECVD MP \*[Gt] MPSIZE (%d).
|
||||
A message proper was received that is too big.
|
||||
Probable a driver bug.
|
||||
Shouldn't happen.
|
||||
.Pp
|
||||
.It "hy%d: xmit error \- len > hy_olen [%d > %d]."
|
||||
.It "hy%d: xmit error \- len \*[Gt] hy_olen [%d \*[Gt] %d]."
|
||||
Probable driver error.
|
||||
Shouldn't happen.
|
||||
.Pp
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: ix.4,v 1.12 2002/01/15 02:08:38 wiz Exp $
|
||||
.\" $NetBSD: ix.4,v 1.13 2002/02/13 08:18:07 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1986, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -59,7 +59,7 @@ A program to load the image is provided in
|
|||
.Pa /usr/src/new/np100 .
|
||||
The sequence of commands would be:
|
||||
.Bd -literal -offset indent
|
||||
# ./npload np.image [/dev/np<board #> if other than np00]
|
||||
# ./npload np.image [/dev/np\*[Lt]board #\*[Gt] if other than np00]
|
||||
# sleep 10
|
||||
# ifconfig ix0 ...
|
||||
.Ed
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: rx.4,v 1.9 2002/01/15 02:10:17 wiz Exp $
|
||||
.\" $NetBSD: rx.4,v 1.10 2002/02/13 08:18:07 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1983, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -170,7 +170,7 @@ A number of
|
|||
calls apply to the rx devices, and
|
||||
have the form
|
||||
.Bd -literal -offset indent
|
||||
#include <vaxuba/rxreg.h>
|
||||
#include \*[Lt]vaxuba/rxreg.h\*[Gt]
|
||||
ioctl(fildes, code, arg)
|
||||
int *arg;
|
||||
.Ed
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: pow.4,v 1.8 2002/01/15 02:12:30 wiz Exp $
|
||||
.\" $NetBSD: pow.4,v 1.9 2002/02/13 08:18:08 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1995 MINOURA Makoto.
|
||||
.\" All rights reserved.
|
||||
|
@ -56,10 +56,10 @@ Setting signal number which is sent at changing the power status
|
|||
.El
|
||||
.Sh GETTING POWER SWITCH STATUS
|
||||
.Bd -literal
|
||||
.Fd #include <sys/ioctl.h>
|
||||
.Fd #include <machine/powioctl.h>
|
||||
.Fd #include \*[Lt]sys/ioctl.h\*[Gt]
|
||||
.Fd #include \*[Lt]machine/powioctl.h\*[Gt]
|
||||
|
||||
.Fd ioctl (fd, POWIOCGPOWERINFO, &powerinfo);
|
||||
.Fd ioctl (fd, POWIOCGPOWERINFO, \*[Am]powerinfo);
|
||||
.Fd struct x68k_powerinfo powerinfo;
|
||||
.Ed
|
||||
.Pp
|
||||
|
@ -78,7 +78,7 @@ Each member means:
|
|||
.Bl -hang
|
||||
.It pow_switch_boottime :
|
||||
The power switch status at the system start time.
|
||||
The status is known by applying logical and (&) with:
|
||||
The status is known by applying logical and (\*[Am]) with:
|
||||
.Pp
|
||||
.Bl -tag -compact -width POW_EXTERNALSW
|
||||
.It POW_ALARMSW
|
||||
|
@ -102,10 +102,10 @@ Total usage in count (pow_bootcount) and second (pow_usedtotal).
|
|||
.El
|
||||
.Sh ACCESSING RTC ALARM TIMER
|
||||
.Bd -literal
|
||||
.Fd #include <sys/ioctl.h>
|
||||
.Fd #include <machine/powioctl.h>
|
||||
.Fd #include \*[Lt]sys/ioctl.h\*[Gt]
|
||||
.Fd #include \*[Lt]machine/powioctl.h\*[Gt]
|
||||
|
||||
.Fd ioctl (fd, POWIOCGALARMINFO, &alarminfo);
|
||||
.Fd ioctl (fd, POWIOCGALARMINFO, \*[Am]alarminfo);
|
||||
.Fd struct x68k_alarminfo alarminfo;
|
||||
.Ed
|
||||
.Pp
|
||||
|
@ -137,7 +137,7 @@ and the like as these require minute time units. 0 indicates an infinity.
|
|||
.El
|
||||
.Pp
|
||||
.Bd -literal
|
||||
.Fd ioctl (fd, POWIOCSALARMINFO, &alarminfo);
|
||||
.Fd ioctl (fd, POWIOCSALARMINFO, \*[Am]alarminfo);
|
||||
.Fd struct x68k_alarminfo alarminfo;
|
||||
.Ed
|
||||
.Pp
|
||||
|
@ -146,10 +146,10 @@ Sets the alarm timer according to the argument
|
|||
(see above).
|
||||
.Sh SIGNAL
|
||||
.Bd -literal
|
||||
.Fd #include <sys/ioctl.h>
|
||||
.Fd #include <machine/powioctl.h>
|
||||
.Fd #include \*[Lt]sys/ioctl.h\*[Gt]
|
||||
.Fd #include \*[Lt]machine/powioctl.h\*[Gt]
|
||||
|
||||
.Fd ioctl (fd, POWIOCSSIGNAL, &signum);
|
||||
.Fd ioctl (fd, POWIOCSSIGNAL, \*[Am]signum);
|
||||
.Fd int signum;
|
||||
.Ed
|
||||
.Pp
|
||||
|
@ -171,7 +171,7 @@ Note that this function is not provided with
|
|||
.Sh AUTHORS
|
||||
.An Minoura Makoto Aq minoura@flab.fujitsu.co.jp .
|
||||
.Sh SPECIAL THANKS
|
||||
Liam Hahne Minn <hahne@sail.t.u-tokyo.ac.jp>.
|
||||
Liam Hahne Minn \*[Lt]hahne@sail.t.u-tokyo.ac.jp\*[Gt].
|
||||
.Sh BUGS
|
||||
The file
|
||||
.Pa /dev/pow
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: midi.4,v 1.21 2001/11/18 23:23:11 augustss Exp $
|
||||
.\" $NetBSD: midi.4,v 1.22 2002/02/13 08:17:41 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -54,8 +54,8 @@
|
|||
.\" .Cd "midi* at wss?"
|
||||
.Cd "pseudo-device sequencer"
|
||||
.Pp
|
||||
.Fd #include <sys/types.h>
|
||||
.Fd #include <sys/midiio.h>
|
||||
.Fd #include \*[Lt]sys/types.h\*[Gt]
|
||||
.Fd #include \*[Lt]sys/midiio.h\*[Gt]
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
|
@ -80,7 +80,7 @@ downloading patches to a device, since it is hard to get the accurate timing
|
|||
needed for quality music from a user program. But the devices can act as
|
||||
a simple patchboard for MIDI devices. For example, a MIDI keyboard could
|
||||
be connected to a synthesizer by the command
|
||||
.Cd "cat -u /dev/rmidi1 >/dev/rmidi2"
|
||||
.Cd "cat -u /dev/rmidi1 \*[Gt]/dev/rmidi2"
|
||||
.Pp
|
||||
The
|
||||
.Pa /dev/music
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: mk48txx.4,v 1.6 2002/02/07 03:15:08 ross Exp $
|
||||
.\" $NetBSD: mk48txx.4,v 1.7 2002/02/13 08:17:41 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2000 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -42,7 +42,7 @@
|
|||
.Nd
|
||||
.Tn Mostek time-of-day clock driver
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <dev/ic/mk48txxreg.h>
|
||||
.Fd #include \*[Lt]dev/ic/mk48txxreg.h\*[Gt]
|
||||
.Cd "define mk48txx"
|
||||
.Cd "file dev/ic/mk48txx.c mk48txx"
|
||||
.Sh DESCRIPTION
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: mtio.4,v 1.12 2001/09/22 01:34:48 wiz Exp $
|
||||
.\" $NetBSD: mtio.4,v 1.13 2002/02/13 08:17:42 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1983, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -40,9 +40,9 @@
|
|||
.Nm mtio
|
||||
.Nd generic magnetic tape I/O interface
|
||||
.Sh SYNOPSIS
|
||||
.Cd "#include <sys/ioctl.h>"
|
||||
.Cd "#include <sys/types.h>"
|
||||
.Cd "#include <sys/mtio.h>"
|
||||
.Cd "#include \*[Lt]sys/ioctl.h\*[Gt]"
|
||||
.Cd "#include \*[Lt]sys/types.h\*[Gt]"
|
||||
.Cd "#include \*[Lt]sys/mtio.h\*[Gt]"
|
||||
.Sh DESCRIPTION
|
||||
Magnetic tape has been the computer system backup and data transfer
|
||||
medium of choice for decades, because it has historically been
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: netintro.4,v 1.15 2001/10/29 15:08:31 pooka Exp $
|
||||
.\" $NetBSD: netintro.4,v 1.16 2002/02/13 08:17:42 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1983, 1990, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -40,10 +40,10 @@
|
|||
.Nm netintro
|
||||
.Nd introduction to networking facilities
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/types.h>
|
||||
.Fd #include <sys/socket.h>
|
||||
.Fd #include <net/route.h>
|
||||
.Fd #include <net/if.h>
|
||||
.Fd #include \*[Lt]sys/types.h\*[Gt]
|
||||
.Fd #include \*[Lt]sys/socket.h\*[Gt]
|
||||
.Fd #include \*[Lt]net/route.h\*[Gt]
|
||||
.Fd #include \*[Lt]net/if.h\*[Gt]
|
||||
.Sh DESCRIPTION
|
||||
This section is a general introduction to the networking facilities
|
||||
available in the system.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: nsip.4,v 1.7 2001/09/22 01:39:13 wiz Exp $
|
||||
.\" $NetBSD: nsip.4,v 1.8 2002/02/13 08:17:42 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1985, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -41,7 +41,7 @@
|
|||
.Nd software network interface encapsulating NS packets in IP packets
|
||||
.Sh SYNOPSIS
|
||||
.Cd options NSIP
|
||||
.Fd #include <netns/ns_if.h>
|
||||
.Fd #include \*[Lt]netns/ns_if.h\*[Gt]
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm nsip
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: options.4,v 1.162 2002/02/11 18:16:48 jdolecek Exp $
|
||||
.\" $NetBSD: options.4,v 1.163 2002/02/13 08:17:43 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1996
|
||||
.\" Perry E. Metzger. All rights reserved.
|
||||
|
@ -695,11 +695,11 @@ until either the namei cache hit rate improves or it is determined that
|
|||
your system does not benefit substantially from an increase in the size of
|
||||
the namei cache.
|
||||
.It Cd options NAMECACHE_ENTER_REVERSE
|
||||
Causes the namei cache to always enter a reverse mapping (vnode -> name)
|
||||
Causes the namei cache to always enter a reverse mapping (vnode -\*[Gt] name)
|
||||
as well as a normal one. Normally, this is already done for directory
|
||||
vnodes, to speed up the getcwd operation. This option will cause
|
||||
longer hash chains in the reverse cache, and thus slow down
|
||||
getcwd somewhat. However, it does make vnode -> path translations
|
||||
getcwd somewhat. However, it does make vnode -\*[Gt] path translations
|
||||
possible in some cases. For now, only useful if strict /proc/#/maps
|
||||
emulation for Linux binaries is required.
|
||||
.It Cd options EXT2FS_SYSTEM_FLAGS
|
||||
|
@ -1758,7 +1758,7 @@ Enable simple event debugging of the logging of the
|
|||
device.
|
||||
.It Cd options BLINK
|
||||
Enable blinking of LED. Blink rate is full cycle every N seconds for
|
||||
N < then current load average. See
|
||||
N \*[Lt] then current load average. See
|
||||
.Xr getloadavg 3 .
|
||||
.\" .It Cd options COLORFONT_CACHE
|
||||
.\" this is totally fucked up.. what does this do?
|
||||
|
@ -1820,7 +1820,7 @@ Enable simple event debugging of the logging of the
|
|||
device.
|
||||
.It Cd options BLINK
|
||||
Enable blinking of LED. Blink rate is full cycle every N seconds for
|
||||
N < then current load average. See
|
||||
N \*[Lt] then current load average. See
|
||||
.Xr getloadavg 3 .
|
||||
.El
|
||||
.Ss x68k-specific Options
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: radio.4,v 1.7 2002/01/06 02:53:54 jmcneill Exp $
|
||||
.\" $NetBSD: radio.4,v 1.8 2002/02/13 08:17:44 ross Exp $
|
||||
.\" $RuOBSD: radio.4,v 1.4 2001/10/26 05:38:43 form Exp $
|
||||
.\" $OpenBSD: radio.4,v 1.3 2001/12/05 10:58:54 mickey Exp $
|
||||
.\"
|
||||
|
@ -40,9 +40,9 @@
|
|||
.Cd "radio* at sf2r?"
|
||||
.Cd "radio* at udsbr?"
|
||||
.Pp
|
||||
.Fd #include <sys/types.h>
|
||||
.Fd #include <sys/ioctl.h>
|
||||
.Fd #include <sys/radioio.h>
|
||||
.Fd #include \*[Lt]sys/types.h\*[Gt]
|
||||
.Fd #include \*[Lt]sys/ioctl.h\*[Gt]
|
||||
.Fd #include \*[Lt]sys/radioio.h\*[Gt]
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
|
@ -74,17 +74,17 @@ struct radio_info {
|
|||
int lock; /* locking field strength */
|
||||
u_int32_t freq; /* in kHz */
|
||||
u_int32_t caps; /* card capabilities */
|
||||
#define RADIO_CAPS_DETECT_STEREO (1<<0)
|
||||
#define RADIO_CAPS_DETECT_SIGNAL (1<<1)
|
||||
#define RADIO_CAPS_SET_MONO (1<<2)
|
||||
#define RADIO_CAPS_HW_SEARCH (1<<3)
|
||||
#define RADIO_CAPS_HW_AFC (1<<4)
|
||||
#define RADIO_CAPS_REFERENCE_FREQ (1<<5)
|
||||
#define RADIO_CAPS_LOCK_SENSITIVITY (1<<6)
|
||||
#define RADIO_CARD_TYPE (0xFF<<16)
|
||||
#define RADIO_CAPS_DETECT_STEREO (1\*[Lt]\*[Lt]0)
|
||||
#define RADIO_CAPS_DETECT_SIGNAL (1\*[Lt]\*[Lt]1)
|
||||
#define RADIO_CAPS_SET_MONO (1\*[Lt]\*[Lt]2)
|
||||
#define RADIO_CAPS_HW_SEARCH (1\*[Lt]\*[Lt]3)
|
||||
#define RADIO_CAPS_HW_AFC (1\*[Lt]\*[Lt]4)
|
||||
#define RADIO_CAPS_REFERENCE_FREQ (1\*[Lt]\*[Lt]5)
|
||||
#define RADIO_CAPS_LOCK_SENSITIVITY (1\*[Lt]\*[Lt]6)
|
||||
#define RADIO_CARD_TYPE (0xFF\*[Lt]\*[Lt]16)
|
||||
u_int32_t info;
|
||||
#define RADIO_INFO_STEREO (1<<0)
|
||||
#define RADIO_INFO_SIGNAL (1<<1)
|
||||
#define RADIO_INFO_STEREO (1\*[Lt]\*[Lt]0)
|
||||
#define RADIO_INFO_SIGNAL (1\*[Lt]\*[Lt]1)
|
||||
};
|
||||
.Ed
|
||||
.Pp
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: rnd.4,v 1.9 2001/09/22 16:03:58 wiz Exp $
|
||||
.\" $NetBSD: rnd.4,v 1.10 2002/02/13 08:17:44 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1997 Michael Graff
|
||||
.\" All rights reserved.
|
||||
|
@ -231,6 +231,6 @@ Always returns data, degenerates to a pseudo-random generator
|
|||
The random device was first made available in
|
||||
.Nx 1.3 .
|
||||
.Sh AUTHORS
|
||||
This implementation was written by Michael Graff <explorer@flame.org>
|
||||
This implementation was written by Michael Graff \*[Lt]explorer@flame.org\*[Gt]
|
||||
using ideas and algorithms gathered from many sources, including
|
||||
the driver written by Ted Ts'o.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: route.4,v 1.10 2001/06/11 01:23:24 wiz Exp $
|
||||
.\" $NetBSD: route.4,v 1.11 2002/02/13 08:17:45 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1990, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -40,9 +40,9 @@
|
|||
.Nm route
|
||||
.Nd kernel packet forwarding database
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/socket.h>
|
||||
.Fd #include <net/if.h>
|
||||
.Fd #include <net/route.h>
|
||||
.Fd #include \*[Lt]sys/socket.h\*[Gt]
|
||||
.Fd #include \*[Lt]net/if.h\*[Gt]
|
||||
.Fd #include \*[Lt]net/route.h\*[Gt]
|
||||
.Ft int
|
||||
.Fn socket PF_ROUTE SOCK_RAW "int family"
|
||||
.Sh DESCRIPTION
|
||||
|
@ -208,7 +208,7 @@ struct rt_msghdr {
|
|||
u_char rtm_version; /* future binary compatibility */
|
||||
u_char rtm_type; /* message type */
|
||||
u_short rtm_index; /* index for associated ifp */
|
||||
int rtm_flags; /* flags, incl kern & message, e.g. DONE */
|
||||
int rtm_flags; /* flags, incl kern \*[Am] message, e.g. DONE */
|
||||
int rtm_addrs; /* bitmask identifying sockaddrs in msg */
|
||||
pid_t rtm_pid; /* identify sender */
|
||||
int rtm_seq; /* for sender to identify action */
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: sc.4,v 1.4 2001/09/22 16:21:42 wiz Exp $
|
||||
.\" $NetBSD: sc.4,v 1.5 2002/02/13 08:17:45 ross Exp $
|
||||
.\"
|
||||
.\" written from a reading of config files and driver source code
|
||||
.\" Erik E. Fair <fair@netbsd.org>
|
||||
|
@ -40,7 +40,7 @@ The values are bits in a bitfield, and are interpreted as follows:
|
|||
.Pp
|
||||
.Bl -tag -offset indent -compact -width 0x000ff
|
||||
.It 0x0ff
|
||||
Set bit (1<<target) to disable
|
||||
Set bit (1\*[Lt]\*[Lt]target) to disable
|
||||
.Tn SCSI
|
||||
parity checking
|
||||
.It 0x100
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: se.4,v 1.4 2001/06/11 01:13:28 wiz Exp $
|
||||
.\" $NetBSD: se.4,v 1.5 2002/02/13 08:17:45 ross Exp $
|
||||
.\"
|
||||
.Dd February 3, 1997
|
||||
.Dt SE 4
|
||||
|
@ -44,9 +44,9 @@ Normal operation does not require any special userland program.
|
|||
.Xr scsi 4 ,
|
||||
.Xr ifconfig 8
|
||||
.Sh AUTHORS
|
||||
Ian Dall <ian.dall@dsto.defence.gov.au>
|
||||
Ian Dall \*[Lt]ian.dall@dsto.defence.gov.au\*[Gt]
|
||||
.Pp
|
||||
Acknowledgement: Thanks are due to Philip L. Budne <budd@cs.bu.edu>
|
||||
Acknowledgement: Thanks are due to Philip L. Budne \*[Lt]budd@cs.bu.edu\*[Gt]
|
||||
who reverse engineered the EA41x.
|
||||
In developing this code, Phil's userland daemon "etherd",
|
||||
was referred to extensively in lieu of accurate documentation for the device.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: si.4,v 1.7 2001/09/22 16:21:42 wiz Exp $
|
||||
.\" $NetBSD: si.4,v 1.8 2002/02/13 08:17:46 ross Exp $
|
||||
.\"
|
||||
.\" written from a reading of config files and driver source code
|
||||
.\" Erik E. Fair <fair@netbsd.org>
|
||||
|
@ -55,11 +55,11 @@ The values are bits in a bitfield, and are interpreted as follows:
|
|||
.Pp
|
||||
.Bl -tag -offset indent -compact -width 0x000ff
|
||||
.It 0x000ff
|
||||
Set bit (1<<target) to disable
|
||||
Set bit (1\*[Lt]\*[Lt]target) to disable
|
||||
.Tn SCSI
|
||||
disconnect/reselect
|
||||
.It 0x0ff00
|
||||
Set bit (1<<(target+8)) to disable
|
||||
Set bit (1\*[Lt]\*[Lt](target+8)) to disable
|
||||
.Tn SCSI
|
||||
parity checking
|
||||
.It 0x10000
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: speaker.4,v 1.8 2002/01/21 17:58:19 wiz Exp $
|
||||
.\" $NetBSD: speaker.4,v 1.9 2002/02/13 08:17:46 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1993 Christopher G. Demetriou
|
||||
.\" All rights reserved.
|
||||
|
@ -40,7 +40,7 @@
|
|||
.Nd console speaker audio device driver
|
||||
.Sh SYNOPSIS
|
||||
.Cd "spkr0 at pcppi?"
|
||||
.Fd #include <machine/spkr.h>
|
||||
.Fd #include \*[Lt]machine/spkr.h\*[Gt]
|
||||
.Pa /dev/speaker
|
||||
.Sh DESCRIPTION
|
||||
The speaker device driver allows applications to control the console
|
||||
|
@ -61,7 +61,7 @@ tones. Other processes may emit beeps while the driver is running.
|
|||
.Pp
|
||||
Applications may call ioctl() on a speaker file descriptor to control the
|
||||
speaker driver directly; definitions for the ioctl() interface are in
|
||||
<machine/spkr.h>. The tone_t structure used in these calls has two fields,
|
||||
\*[Lt]machine/spkr.h\*[Gt]. The tone_t structure used in these calls has two fields,
|
||||
specifying a frequency (in hz) and a duration (in 1/100ths of a second).
|
||||
A frequency of zero is interpreted as a rest.
|
||||
.Pp
|
||||
|
@ -91,28 +91,28 @@ half-tone, the last causes it to be flatted one half-tone. It may also be
|
|||
followed by a time value number and by sustain dots (see below). Time values
|
||||
are interpreted as for the L command below;.
|
||||
.Pp
|
||||
O <n> -- if <n> is numeric, this sets the current octave. <n> may also be one
|
||||
O \*[Lt]n\*[Gt] -- if \*[Lt]n\*[Gt] is numeric, this sets the current octave. \*[Lt]n\*[Gt] may also be one
|
||||
of 'L' or 'N' to enable or disable octave-tracking (it is disabled by default).
|
||||
When octave-tracking is on, interpretation of a pair of letter notes will
|
||||
change octaves if necessary in order to make the smallest possible jump between
|
||||
notes. Thus "olbc" will be played as "olb>c", and "olcb" as "olc<b". Octave
|
||||
locking is disabled for one letter note following by >, < and O[0123456].
|
||||
notes. Thus "olbc" will be played as "olb\*[Gt]c", and "olcb" as "olc\*[Lt]b". Octave
|
||||
locking is disabled for one letter note following by \*[Gt], \*[Lt] and O[0123456].
|
||||
.Pp
|
||||
> -- bump the current octave up one.
|
||||
\*[Gt] -- bump the current octave up one.
|
||||
.Pp
|
||||
< -- drop the current octave down one.
|
||||
\*[Lt] -- drop the current octave down one.
|
||||
.Pp
|
||||
N <n> -- play note n, n being 1 to 84 or 0 for a rest of current time value.
|
||||
N \*[Lt]n\*[Gt] -- play note n, n being 1 to 84 or 0 for a rest of current time value.
|
||||
May be followed by sustain dots.
|
||||
.Pp
|
||||
L <n> -- sets the current time value for notes. The default is L4, quarter
|
||||
L \*[Lt]n\*[Gt] -- sets the current time value for notes. The default is L4, quarter
|
||||
notes. The lowest possible value is 1; values up to 64 are accepted. L1 sets
|
||||
whole notes, L2 sets half notes, L4 sets quarter notes, etc..
|
||||
.Pp
|
||||
P <n> -- pause (rest), with <n> interpreted as for L. May be followed by
|
||||
P \*[Lt]n\*[Gt] -- pause (rest), with \*[Lt]n\*[Gt] interpreted as for L. May be followed by
|
||||
sustain dots. May also be written '~'.
|
||||
.Pp
|
||||
T <n> -- Sets the number of quarter notes per minute; default is 120. Musical
|
||||
T \*[Lt]n\*[Gt] -- Sets the number of quarter notes per minute; default is 120. Musical
|
||||
names for common tempi are:
|
||||
.Bl -column Description Tempo BPM -offset indent
|
||||
.Em Tempo Beats per Minute
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: spp.4,v 1.5 2001/09/11 22:52:54 wiz Exp $
|
||||
.\" $NetBSD: spp.4,v 1.6 2002/02/13 08:17:47 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1985, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -40,9 +40,9 @@
|
|||
.Nm spp
|
||||
.Nd Xerox Sequenced Packet Protocol
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/socket.h>
|
||||
.Fd #include <netns/ns.h>
|
||||
.Fd #include <netns/sp.h>
|
||||
.Fd #include \*[Lt]sys/socket.h\*[Gt]
|
||||
.Fd #include \*[Lt]netns/ns.h\*[Gt]
|
||||
.Fd #include \*[Lt]netns/sp.h\*[Gt]
|
||||
.Ft int
|
||||
.Fn socket AF_NS SOCK_STREAM 0
|
||||
.Ft int
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: strip.4,v 1.11 2001/09/22 16:21:43 wiz Exp $
|
||||
.\" $NetBSD: strip.4,v 1.12 2002/02/13 08:17:47 ross Exp $
|
||||
.\"
|
||||
.\" Copyright 1996 The Board of Trustees of The Leland Stanford
|
||||
.\" Junior University. All Rights Reserved.
|
||||
|
@ -183,7 +183,7 @@ Use a terminal emulator and the Hayes command
|
|||
.Ic ATS304=115200
|
||||
to set the serial baudrate to the specified number (or 0 for autobaud).
|
||||
The command
|
||||
.Ic AT&W
|
||||
.Ic AT\*[Am]W
|
||||
will then save the current packet radio state in non-volatile memory.
|
||||
.Pp
|
||||
.Tn Metricom
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: tb.4,v 1.5 1999/03/16 01:19:18 garbled Exp $
|
||||
.\" $NetBSD: tb.4,v 1.6 2002/02/13 08:17:47 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1986, 1991 Regents of the University of California.
|
||||
.\" All rights reserved.
|
||||
|
@ -52,9 +52,9 @@ handler.
|
|||
.Pp
|
||||
The line discipline is enabled by a sequence:
|
||||
.Bd -literal -offset indent
|
||||
#include <sys/tablet.h>
|
||||
#include \*[Lt]sys/tablet.h\*[Gt]
|
||||
int ldisc = TABLDISC, fildes; ...
|
||||
ioctl(fildes, TIOCSETD, &ldisc);
|
||||
ioctl(fildes, TIOCSETD, \*[Am]ldisc);
|
||||
.Ed
|
||||
.Pp
|
||||
A typical application program then polls the digitizing device by
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: tcp.4,v 1.7 2001/09/22 16:36:22 wiz Exp $
|
||||
.\" $NetBSD: tcp.4,v 1.8 2002/02/13 08:17:48 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1983, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -40,8 +40,8 @@
|
|||
.Nm tcp
|
||||
.Nd Internet Transmission Control Protocol
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/socket.h>
|
||||
.Fd #include <netinet/in.h>
|
||||
.Fd #include \*[Lt]sys/socket.h\*[Gt]
|
||||
.Fd #include \*[Lt]netinet/in.h\*[Gt]
|
||||
.Ft int
|
||||
.Fn socket AF_INET SOCK_STREAM 0
|
||||
.Ft int
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: termios.4,v 1.19 2001/11/11 00:03:20 perry Exp $
|
||||
.\" $NetBSD: termios.4,v 1.20 2002/02/13 08:17:48 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1991, 1992, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -40,7 +40,7 @@
|
|||
.Nm termios
|
||||
.Nd general terminal line discipline
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <termios.h>
|
||||
.Fd #include \*[Lt]termios.h\*[Gt]
|
||||
.Sh DESCRIPTION
|
||||
This describes a general terminal line discipline that is
|
||||
supported on tty asynchronous communication ports.
|
||||
|
@ -116,7 +116,7 @@ sets the process group of the terminal back to its own process
|
|||
group (it puts itself into the foreground).
|
||||
.Pp
|
||||
If the job is to be started in the background (as denoted by the
|
||||
shell operator "&"), it never changes the process group of the
|
||||
shell operator "\*[Am]"), it never changes the process group of the
|
||||
terminal and doesn't wait for the job to complete (that is, it
|
||||
immediately attempts to read the next command).
|
||||
.Pp
|
||||
|
@ -412,7 +412,7 @@ and
|
|||
.Dv VTIME
|
||||
and
|
||||
their interactions are described below.
|
||||
.Ss "Case A: VMIN > 0, VTIME > 0"
|
||||
.Ss "Case A: VMIN \*[Gt] 0, VTIME \*[Gt] 0"
|
||||
In this case
|
||||
.Dv VTIME
|
||||
serves as an inter-byte timer and is activated after
|
||||
|
@ -441,9 +441,9 @@ expires at least one byte is returned because the timer would
|
|||
not have been enabled unless a byte was received.
|
||||
In this case
|
||||
.Pf \&( Dv VMIN
|
||||
> 0,
|
||||
\*[Gt] 0,
|
||||
.Dv VTIME
|
||||
> 0) the read blocks until the
|
||||
\*[Gt] 0) the read blocks until the
|
||||
.Dv VMIN
|
||||
and
|
||||
.Dv VTIME
|
||||
|
@ -453,7 +453,7 @@ If data is in the buffer at the time of the
|
|||
.Xr read 2 ,
|
||||
the result is as if data had been received immediately after the
|
||||
.Xr read 2 .
|
||||
.Ss "Case B: VMIN > 0, VTIME = 0"
|
||||
.Ss "Case B: VMIN \*[Gt] 0, VTIME = 0"
|
||||
In this case, since the value of
|
||||
.Dv VTIME
|
||||
is zero, the timer plays no role
|
||||
|
@ -471,7 +471,7 @@ read record-based terminal
|
|||
.Dv I/O
|
||||
may block indefinitely in the read
|
||||
operation.
|
||||
.Ss "Case C: VMIN = 0, VTIME > 0"
|
||||
.Ss "Case C: VMIN = 0, VTIME \*[Gt] 0"
|
||||
In this case, since
|
||||
.Dv VMIN
|
||||
= 0,
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: tp.4,v 1.11 2001/09/22 16:36:24 wiz Exp $
|
||||
.\" $NetBSD: tp.4,v 1.12 2002/02/13 08:17:48 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1990, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -42,10 +42,10 @@
|
|||
.Tn ISO
|
||||
Transport Protocol
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/socket.h>
|
||||
.Fd #include <netiso/iso_errno.h>
|
||||
.Fd #include <netiso/tp_param.h>
|
||||
.Fd #include <netiso/tp_user.h>
|
||||
.Fd #include \*[Lt]sys/socket.h\*[Gt]
|
||||
.Fd #include \*[Lt]netiso/iso_errno.h\*[Gt]
|
||||
.Fd #include \*[Lt]netiso/tp_param.h\*[Gt]
|
||||
.Fd #include \*[Lt]netiso/tp_user.h\*[Gt]
|
||||
.Ft int
|
||||
.Fn socket "[AF_INET, AF_ISO]" SOCK_SEQPACKET 0
|
||||
.Sh DESCRIPTION
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: tty.4,v 1.13 2001/09/22 16:36:24 wiz Exp $
|
||||
.\" $NetBSD: tty.4,v 1.14 2002/02/13 08:17:49 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1991, 1992, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -40,7 +40,7 @@
|
|||
.Nm tty
|
||||
.Nd general terminal interface
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/ioctl.h>
|
||||
.Fd #include \*[Lt]sys/ioctl.h\*[Gt]
|
||||
.Sh DESCRIPTION
|
||||
This section describes the interface to the terminal drivers
|
||||
in the system.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: udp.4,v 1.7 2001/09/11 23:18:55 wiz Exp $
|
||||
.\" $NetBSD: udp.4,v 1.8 2002/02/13 08:17:49 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1983, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -40,8 +40,8 @@
|
|||
.Nm udp
|
||||
.Nd Internet User Datagram Protocol
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/socket.h>
|
||||
.Fd #include <netinet/in.h>
|
||||
.Fd #include \*[Lt]sys/socket.h\*[Gt]
|
||||
.Fd #include \*[Lt]netinet/in.h\*[Gt]
|
||||
.Ft int
|
||||
.Fn socket AF_INET SOCK_DGRAM 0
|
||||
.Ft int
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: ugen.4,v 1.14 2001/09/11 23:18:55 wiz Exp $
|
||||
.\" $NetBSD: ugen.4,v 1.15 2002/02/13 08:17:50 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -263,11 +263,11 @@ All endpoints (except the control endpoint) for the current configuration
|
|||
can be found by iterating the
|
||||
.Dv interface_index
|
||||
from 0 to
|
||||
.Dv config_desc->bNumInterface-1
|
||||
.Dv config_desc-\*[Gt]bNumInterface-1
|
||||
and for each of these iterating the
|
||||
.Dv endpoint_index
|
||||
from 0 to
|
||||
.Dv interface_desc->bNumEndpoints .
|
||||
.Dv interface_desc-\*[Gt]bNumEndpoints .
|
||||
The
|
||||
.Dv config_index
|
||||
should set to
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: unix.4,v 1.9 2001/09/11 22:52:54 wiz Exp $
|
||||
.\" $NetBSD: unix.4,v 1.10 2002/02/13 08:17:50 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -40,8 +40,8 @@
|
|||
.Nm unix
|
||||
.Nd UNIX-domain protocol family
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/types.h>
|
||||
.Fd #include <sys/un.h>
|
||||
.Fd #include \*[Lt]sys/types.h\*[Gt]
|
||||
.Fd #include \*[Lt]sys/un.h\*[Gt]
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Tn UNIX Ns -domain
|
||||
|
@ -185,7 +185,7 @@ receive the credentials of the process as a
|
|||
control message. The msg_control field in the msghdr structure points
|
||||
to a buffer that contains a cmsghdr structure followed by a variable
|
||||
length sockcred structure, defined in
|
||||
.Pa <sys/socket.h>
|
||||
.Pa \*[Lt]sys/socket.h\*[Gt]
|
||||
as follows:
|
||||
.Bd -literal
|
||||
struct sockcred {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: usb.4,v 1.45 2002/01/03 19:02:54 augustss Exp $
|
||||
.\" $NetBSD: usb.4,v 1.46 2002/02/13 08:17:51 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1999, 2000, 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -53,8 +53,8 @@
|
|||
.Cd "uhub* at uhub? port ? configuration ? interface ? vendor ? product ? release ?"
|
||||
.Cd "XX* at uhub? port ? configuration ? interface ? vendor ? product ? release ?"
|
||||
.Pp
|
||||
.Cd "#include <dev/usb/usb.h>"
|
||||
.Cd "#include <dev/usb/usbhid.h>"
|
||||
.Cd "#include \*[Lt]dev/usb/usb.h\*[Gt]"
|
||||
.Cd "#include \*[Lt]dev/usb/usbhid.h\*[Gt]"
|
||||
.Sh INTRODUCTION
|
||||
.Nx
|
||||
provides machine-independent bus support and drivers for
|
||||
|
@ -261,7 +261,7 @@ Use the following to get access to the
|
|||
.Tn USB
|
||||
specific structures and defines.
|
||||
.Bd -literal
|
||||
#include <sys/dev/usb.h>
|
||||
#include \*[Lt]sys/dev/usb.h\*[Gt]
|
||||
.Ed
|
||||
.Pp
|
||||
The
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: userconf.4,v 1.8 2001/09/20 12:34:28 yamt Exp $
|
||||
.\" $NetBSD: userconf.4,v 1.9 2002/02/13 08:17:51 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -65,10 +65,10 @@ number defined in the lines variable, then
|
|||
displays
|
||||
.Dq "-- more --"
|
||||
and waits for a response, which may be one of:
|
||||
.Bl -tag -offset indent -width "<return>"
|
||||
.It <return>
|
||||
.Bl -tag -offset indent -width "\*[Lt]return\*[Gt]"
|
||||
.It \*[Lt]return\*[Gt]
|
||||
one more line.
|
||||
.It <space>
|
||||
.It \*[Lt]space\*[Gt]
|
||||
one more page.
|
||||
.It Ic q
|
||||
abort the current command, and return to the command input mode.
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue