Generate <>& symbolically. I'm avoiding .../dist/... directories for now.

This commit is contained in:
ross 2002-02-13 08:17:26 +00:00
parent 1cd3755f5b
commit 4fa402f116
241 changed files with 1276 additions and 1276 deletions

View File

@ -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 .\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -85,7 +85,7 @@ for more information on environment variables.
.Pp .Pp
The The
.Nm cd .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 .Sh SEE ALSO
.Xr csh 1 , .Xr csh 1 ,
.Xr pwd 1 , .Xr pwd 1 ,

View File

@ -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. .\" Copyright (c) 1995 Takuya Harakawa.
.\" All rights reserved. .\" All rights reserved.
@ -75,4 +75,4 @@ option sets the voice parameter to given voice parameter file (
.El .El
.Sh AUTHORS .Sh AUTHORS
.Nm .Nm
was written by Takuya Harakawa <ussy@int.titech.ac.jp>. was written by Takuya Harakawa \*[Lt]ussy@int.titech.ac.jp\*[Gt].

View File

@ -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 .\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" 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 all of the existing background child processes have
terminated, or the process specified by the pid terminated, or the process specified by the pid
operand exited normally with 0 as its exit status. operand exited normally with 0 as its exit status.
.It \&>\&0 .It \&\*[Gt]\&0
The specified process did not exist and its exit The specified process did not exist and its exit
status information was not available, or the specified status information was not available, or the specified
process existed or its exit status information process existed or its exit status information

View File

@ -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. .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -41,7 +41,7 @@
.Nm _DIAGASSERT .Nm _DIAGASSERT
.Nd expression verification macro .Nd expression verification macro
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <assert.h> .Fd #include \*[Lt]assert.h\*[Gt]
.Fn _DIAGASSERT expression .Fn _DIAGASSERT expression
.Sh DESCRIPTION .Sh DESCRIPTION
The The

View File

@ -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 .\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -40,7 +40,7 @@
.Nm assert .Nm assert
.Nd expression verification macro .Nd expression verification macro
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <assert.h> .Fd #include \*[Lt]assert.h\*[Gt]
.Fn assert expression .Fn assert expression
.Sh DESCRIPTION .Sh DESCRIPTION
The The

View File

@ -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 .\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -50,7 +50,7 @@
.Nm bit_test .Nm bit_test
.Nd bit-string manipulation macros .Nd bit-string manipulation macros
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <bitstring.h> .Fd #include \*[Lt]bitstring.h\*[Gt]
.Ft bitstr_t * .Ft bitstr_t *
.Fn bit_alloc "int nbits" .Fn bit_alloc "int nbits"
.Fn bit_decl "bit_str name" "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. have side effects.
.Sh EXAMPLES .Sh EXAMPLES
.Bd -literal -offset indent .Bd -literal -offset indent
#include <limits.h> #include \*[Lt]limits.h\*[Gt]
#include <bitstring.h> #include \*[Lt]bitstring.h\*[Gt]
... ...
#define LPR_BUSY_BIT 0 #define LPR_BUSY_BIT 0

View File

@ -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. .\" Copyright (c) 1998 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -48,7 +48,7 @@
(These functions are not in a library. They are included in every (These functions are not in a library. They are included in every
dynamically linked program automatically.) dynamically linked program automatically.)
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <dlfcn.h> .Fd #include \*[Lt]dlfcn.h\*[Gt]
.Ft "void *" .Ft "void *"
.Fn dlopen "const char *path" "int mode" .Fn dlopen "const char *path" "int mode"
.Ft "int" .Ft "int"

View File

@ -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. .\" Copyright (c) 2000 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -136,7 +136,7 @@
.Nm CIRCLEQ_PREV .Nm CIRCLEQ_PREV
.Nd "implementations of singly-linked lists, lists, simple queues, tail queues, and circular queues" .Nd "implementations of singly-linked lists, lists, simple queues, tail queues, and circular queues"
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <sys/queue.h> .Fd #include \*[Lt]sys/queue.h\*[Gt]
.sp .sp
.Fn LIST_ENTRY "TYPE" .Fn LIST_ENTRY "TYPE"
.Fn LIST_FOREACH "TYPE *var" "LIST_HEAD *head" "LIST_ENTRY NAME" .Fn LIST_FOREACH "TYPE *var" "LIST_HEAD *head" "LIST_ENTRY NAME"
@ -455,27 +455,27 @@ struct entry {
... ...
} *n1, *n2, *n3, *np; } *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. */ 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. */ n2 = malloc(sizeof(struct entry)); /* Insert after. */
SLIST_INSERT_AFTER(n1, n2, entries); SLIST_INSERT_AFTER(n1, n2, entries);
SLIST_REMOVE(&head, n2, entry, entries);/* Deletion. */ SLIST_REMOVE(\*[Am]head, n2, entry, entries);/* Deletion. */
free(n2); free(n2);
n3 = SLIST_FIRST(&head); n3 = SLIST_FIRST(\*[Am]head);
SLIST_REMOVE_HEAD(&head, entries); /* Deletion from the head. */ SLIST_REMOVE_HEAD(\*[Am]head, entries); /* Deletion from the head. */
free(n3); free(n3);
/* Forward traversal. */ /* Forward traversal. */
SLIST_FOREACH(np, &head, entries) SLIST_FOREACH(np, \*[Am]head, entries)
np-> ... np-\*[Gt] ...
while (!SLIST_EMPTY(&head)) { /* List Deletion. */ while (!SLIST_EMPTY(\*[Am]head)) { /* List Deletion. */
n1 = SLIST_FIRST(&head); n1 = SLIST_FIRST(\*[Am]head);
SLIST_REMOVE_HEAD(&head, entries); SLIST_REMOVE_HEAD(\*[Am]head, entries);
free(n1); free(n1);
} }
.Ed .Ed
@ -589,10 +589,10 @@ struct entry {
... ...
} *n1, *n2, *np; } *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. */ 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. */ n2 = malloc(sizeof(struct entry)); /* Insert after. */
LIST_INSERT_AFTER(n1, n2, entries); LIST_INSERT_AFTER(n1, n2, entries);
@ -600,12 +600,12 @@ LIST_INSERT_AFTER(n1, n2, entries);
n2 = malloc(sizeof(struct entry)); /* Insert before. */ n2 = malloc(sizeof(struct entry)); /* Insert before. */
LIST_INSERT_BEFORE(n1, n2, entries); LIST_INSERT_BEFORE(n1, n2, entries);
/* Forward traversal. */ /* Forward traversal. */
LIST_FOREACH(np, &head, entries) LIST_FOREACH(np, \*[Am]head, entries)
np-> ... np-\*[Gt] ...
/* Delete. */ /* Delete. */
while (LIST_FIRST(&head) != NULL) while (LIST_FIRST(\*[Am]head) != NULL)
LIST_REMOVE(LIST_FIRST(&head), entries); LIST_REMOVE(LIST_FIRST(\*[Am]head), entries);
if (LIST_EMPTY(&head)) /* Test for emptiness. */ if (LIST_EMPTY(\*[Am]head)) /* Test for emptiness. */
printf("nothing to do\\n"); printf("nothing to do\\n");
.Ed .Ed
.Sh SIMPLE QUEUES .Sh SIMPLE QUEUES
@ -715,23 +715,23 @@ struct entry {
... ...
} *n1, *n2, *np; } *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. */ 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. */ 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. */ n2 = malloc(sizeof(struct entry)); /* Insert after. */
SIMPLEQ_INSERT_AFTER(&head, n1, n2, entries); SIMPLEQ_INSERT_AFTER(\*[Am]head, n1, n2, entries);
/* Forward traversal. */ /* Forward traversal. */
SIMPLEQ_FOREACH(np, &head, entries) SIMPLEQ_FOREACH(np, \*[Am]head, entries)
np-> ... np-\*[Gt] ...
/* Delete. */ /* Delete. */
while (SIMPLEQ_FIRST(&head) != NULL) while (SIMPLEQ_FIRST(\*[Am]head) != NULL)
SIMPLEQ_REMOVE_HEAD(&head, SIMPLEQ_FIRST(&head), entries); SIMPLEQ_REMOVE_HEAD(\*[Am]head, SIMPLEQ_FIRST(\*[Am]head), entries);
if (SIMPLEQ_EMPTY(&head)) /* Test for emptiness. */ if (SIMPLEQ_EMPTY(\*[Am]head)) /* Test for emptiness. */
printf("nothing to do\\n"); printf("nothing to do\\n");
.Ed .Ed
.Sh TAIL QUEUES .Sh TAIL QUEUES
@ -859,29 +859,29 @@ struct entry {
... ...
} *n1, *n2, *np; } *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. */ 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. */ 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. */ 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. */ n2 = malloc(sizeof(struct entry)); /* Insert before. */
TAILQ_INSERT_BEFORE(n1, n2, entries); TAILQ_INSERT_BEFORE(n1, n2, entries);
/* Forward traversal. */ /* Forward traversal. */
TAILQ_FOREACH(np, &head, entries) TAILQ_FOREACH(np, \*[Am]head, entries)
np-> ... np-\*[Gt] ...
/* Reverse traversal. */ /* Reverse traversal. */
TAILQ_FOREACH_REVERSE(np, &head, tailhead, entries) TAILQ_FOREACH_REVERSE(np, \*[Am]head, tailhead, entries)
np-> ... np-\*[Gt] ...
/* Delete. */ /* Delete. */
while (TAILQ_FIRST(&head) != NULL) while (TAILQ_FIRST(\*[Am]head) != NULL)
TAILQ_REMOVE(&head, TAILQ_FIRST(&head), entries); TAILQ_REMOVE(\*[Am]head, TAILQ_FIRST(\*[Am]head), entries);
if (TAILQ_EMPTY(&head)) /* Test for emptiness. */ if (TAILQ_EMPTY(\*[Am]head)) /* Test for emptiness. */
printf("nothing to do\\n"); printf("nothing to do\\n");
.Ed .Ed
.Sh CIRCULAR QUEUES .Sh CIRCULAR QUEUES
@ -1019,29 +1019,29 @@ struct entry {
... ...
} *n1, *n2, *np; } *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. */ 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. */ 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. */ 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. */ n2 = malloc(sizeof(struct entry)); /* Insert before. */
CIRCLEQ_INSERT_BEFORE(&head, n1, n2, entries); CIRCLEQ_INSERT_BEFORE(\*[Am]head, n1, n2, entries);
/* Forward traversal. */ /* Forward traversal. */
CIRCLEQ_FOREACH(np, &head, entries) CIRCLEQ_FOREACH(np, \*[Am]head, entries)
np-> ... np-\*[Gt] ...
/* Reverse traversal. */ /* Reverse traversal. */
CIRCLEQ_FOREACH_REVERSE(np, &head, entries) CIRCLEQ_FOREACH_REVERSE(np, \*[Am]head, entries)
np-> ... np-\*[Gt] ...
/* Delete. */ /* Delete. */
while (CIRCLEQ_FIRST(&head) != (void *)&head) while (CIRCLEQ_FIRST(\*[Am]head) != (void *)\*[Am]head)
CIRCLEQ_REMOVE(&head, CIRCLEQ_FIRST(&head), entries); CIRCLEQ_REMOVE(\*[Am]head, CIRCLEQ_FIRST(\*[Am]head), entries);
if (CIRCLEQ_EMPTY(&head)) /* Test for emptiness. */ if (CIRCLEQ_EMPTY(\*[Am]head)) /* Test for emptiness. */
printf("nothing to do\\n"); printf("nothing to do\\n");
.Ed .Ed
.Sh HISTORY .Sh HISTORY

View File

@ -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 .\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -48,7 +48,7 @@
.Nm va_start .Nm va_start
.Nd variable argument lists .Nd variable argument lists
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <stdarg.h> .Fd #include \*[Lt]stdarg.h\*[Gt]
.Ft void .Ft void
.Fn va_start "va_list ap" last .Fn va_start "va_list ap" last
.Ft type .Ft type

View File

@ -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. .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -81,7 +81,7 @@ calls. The calls supported are:
.It Dv AGPIOC_INFO .It Dv AGPIOC_INFO
Get AGP information, setting the members in the Get AGP information, setting the members in the
.Em agp_info .Em agp_info
structure as defined in <sys/agpio.h>: structure as defined in \*[Lt]sys/agpio.h\*[Gt]:
.Bd -literal .Bd -literal
typedef struct _agp_info { typedef struct _agp_info {
agp_version version; /* version of the driver */ agp_version version; /* version of the driver */
@ -101,7 +101,7 @@ Release AGP.
.It Dv AGPIOC_SETUP .It Dv AGPIOC_SETUP
Setup AGP, using the members in the Setup AGP, using the members in the
.Em agp_setup .Em agp_setup
structure as defined in <sys/agpio.h>: structure as defined in \*[Lt]sys/agpio.h\*[Gt]:
.Bd -literal .Bd -literal
typedef struct _agp_setup { typedef struct _agp_setup {
u_int32_t agp_mode; /* mode info of bridge */ u_int32_t agp_mode; /* mode info of bridge */
@ -110,7 +110,7 @@ typedef struct _agp_setup {
.It Dv AGPIOC_ALLOCATE .It Dv AGPIOC_ALLOCATE
Allocate AGP space, using and setting the members in the Allocate AGP space, using and setting the members in the
.Em agp_allocate .Em agp_allocate
structure as defined in <sys/agpio.h>: structure as defined in \*[Lt]sys/agpio.h\*[Gt]:
.Bd -literal .Bd -literal
typedef struct _agp_allocate { typedef struct _agp_allocate {
int key; /* tag of allocation */ int key; /* tag of allocation */
@ -127,7 +127,7 @@ Deallocate AGP space.
.It Dv AGPIOC_BIND .It Dv AGPIOC_BIND
Bind AGP space, using the members in the Bind AGP space, using the members in the
.Em agp_bind .Em agp_bind
structure as defined in <sys/agpio.h>: structure as defined in \*[Lt]sys/agpio.h\*[Gt]:
.Bd -literal .Bd -literal
typedef struct _agp_bind { typedef struct _agp_bind {
int key; /* tag of allocation */ int key; /* tag of allocation */
@ -137,7 +137,7 @@ typedef struct _agp_bind {
.It Dv AGPIOC_UNBIND .It Dv AGPIOC_UNBIND
Unbind AGP space, using the members in the Unbind AGP space, using the members in the
.Em agp_unbind .Em agp_unbind
structure as defined in <sys/agpio.h>: structure as defined in \*[Lt]sys/agpio.h\*[Gt]:
.Bd -literal .Bd -literal
typedef struct _agp_unbind { typedef struct _agp_unbind {
int key; /* tag of allocation */ 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 This short code fragment is an example of opening the AGP device
and performing some basic operations: and performing some basic operations:
.Bd -literal .Bd -literal
#include <sys/types.h> #include \*[Lt]sys/types.h\*[Gt]
#include <sys/ioctl.h> #include \*[Lt]sys/ioctl.h\*[Gt]
#include <sys/agpio.h> #include \*[Lt]sys/agpio.h\*[Gt]
#include <fcntl.h> #include \*[Lt]fcntl.h\*[Gt]
#include <err.h> #include \*[Lt]err.h\*[Gt]
int int
main(int argc, char **argv) main(int argc, char **argv)
@ -173,10 +173,10 @@ main(int argc, char **argv)
agp_unbind unbind; agp_unbind unbind;
fd = open("/dev/agp0", O_RDWR); fd = open("/dev/agp0", O_RDWR);
if (fd < 0) if (fd \*[Lt] 0)
err(1, "open"); err(1, "open");
if (ioctl(fd, AGPIOC_INFO, &info) < 0) if (ioctl(fd, AGPIOC_INFO, \*[Am]info) \*[Lt] 0)
err(2, "ioctl AGPIOC_INFO"); err(2, "ioctl AGPIOC_INFO");
printf("version: %u.%u\\n", info.version.major, printf("version: %u.%u\\n", info.version.major,
@ -192,26 +192,26 @@ main(int argc, char **argv)
setup.agp_mode = info.agp_mode; 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"); 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"); err(3, "ioctl AGPIOC_ACQUIRE");
alloc.type = 0; alloc.type = 0;
alloc.pg_count = 64; 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"); err(4, "ioctl AGPIOC_ALLOCATE");
printf("alloc key %d, paddr %x\\n", alloc.key, alloc.physical); 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"); err(5, "ioctl AGPIOC_INFO");
bind.key = alloc.key; bind.key = alloc.key;
bind.pg_start = 0x1000; 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"); err(6, "ioctl AGPIOC_BIND");
printf("used mem now: %u\\n\\n", info.pg_used); printf("used mem now: %u\\n\\n", info.pg_used);
@ -219,13 +219,13 @@ main(int argc, char **argv)
unbind.key = alloc.key; unbind.key = alloc.key;
unbind.priority = 0; unbind.priority = 0;
if (ioctl(fd, AGPIOC_UNBIND, &unbind) < 0) if (ioctl(fd, AGPIOC_UNBIND, \*[Am]unbind) \*[Lt] 0)
err(6, "ioctl AGPIOC_BIND"); 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"); 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"); err(7, "ioctl AGPIOC_RELEASE");
close(fd); close(fd);

View File

@ -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 .\" Copyright (c) 1995, 1996, 1997, 1998, 2000
.\" Justin T. Gibbs. All rights reserved. .\" Justin T. Gibbs. All rights reserved.
@ -62,7 +62,7 @@ To allow PCI adapters to use memory mapped I/O if enabled:
.Pp .Pp
.if 0 \{ .if 0 \{
To configure one or more controllers to assume the target role: 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 .Pp
\} \}
.ie 0 \{ .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 Most PCI BIOSes will map devices so that either technique for communicating
with the card is available. with the card is available.
In some cases, 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 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 The typical symptom of this problem is a system hang if memory mapped I/O
is attempted. is attempted.

View File

@ -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. .\" Copyright (c) 1999 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -37,7 +37,7 @@
.Sh NAME .Sh NAME
.Nm ai .Nm ai
.Nd .Nd
.Tn AT&T .Tn AT\*[Am]T
.Tn StarLan .Tn StarLan
.Tn Ethernet .Tn Ethernet
interface driver interface driver
@ -51,8 +51,8 @@ driver supports the following
bus NICs: bus NICs:
.Pp .Pp
.Bl -tag -width Dv -offset indent -compact .Bl -tag -width Dv -offset indent -compact
.It AT&T StarLAN 10 .It AT\*[Am]T StarLAN 10
.It AT&T StarLan Fiber .It AT\*[Am]T StarLan Fiber
.El .El
.Pp .Pp
These cards are based on the These cards are based on the

View File

@ -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 .\" This file is derived from the atalk.4 man page in the Netatalk 1.4b2
.\" distribution. That distribution is covered by the following copyright: .\" distribution. That distribution is covered by the following copyright:
@ -34,8 +34,8 @@
.Nm atalk .Nm atalk
.Nd AppleTalk Protocol Family .Nd AppleTalk Protocol Family
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <sys/types.h> .Fd #include \*[Lt]sys/types.h\*[Gt]
.Fd #include <netatalk/at.h> .Fd #include \*[Lt]netatalk/at.h\*[Gt]
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Tn AppleTalk .Tn AppleTalk

View File

@ -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. .\" Copyright (c) 1996 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -41,8 +41,8 @@
.Nm audio .Nm audio
.Nd device-independent audio driver layer .Nd device-independent audio driver layer
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <sys/types.h> .Fd #include \*[Lt]sys/types.h\*[Gt]
.Fd #include <sys/audioio.h> .Fd #include \*[Lt]sys/audioio.h\*[Gt]
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm .Nm
@ -281,7 +281,7 @@ typedef struct audio_info {
When setting the current state with When setting the current state with
.Dv AUDIO_SETINFO , .Dv AUDIO_SETINFO ,
the audio_info structure should first be initialized with 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. and then the particular values to be changed should be set.
This allows the audio driver to only set those things that you wish This allows the audio driver to only set those things that you wish
to change and eliminates the need to query the device with to change and eliminates the need to query the device with

View File

@ -1,6 +1,6 @@
.\" -*- nroff -*- .\" -*- 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 .\" Copyright (c) 1990, 1991, 1992, 1993, 1994
.\" The Regents of the University of California. All rights reserved. .\" 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 .Sh IOCTLS
The The
.Xr ioctl 2 .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: these includes:
.Bd -literal -offset indent .Bd -literal -offset indent
.Fd #include <sys/types.h> .Fd #include \*[Lt]sys/types.h\*[Gt]
.Fd #include <sys/time.h> .Fd #include \*[Lt]sys/time.h\*[Gt]
.Fd #include <sys/ioctl.h> .Fd #include \*[Lt]sys/ioctl.h\*[Gt]
.Fd #include <net/bpf.h> .Fd #include \*[Lt]net/bpf.h\*[Gt]
.Ed .Ed
.Pp .Pp
Additionally, BIOCGETIF and BIOCSETIF require Additionally, BIOCGETIF and BIOCSETIF require
.Pa <net/if.h> . .Pa \*[Lt]net/if.h\*[Gt] .
.Pp .Pp
The (third) argument to the The (third) argument to the
.Xr ioctl 2 .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. EINVAL is returned if no interface has been specified.
The device types, prefixed with The device types, prefixed with
.Dq DLT_ , .Dq DLT_ ,
are defined in <net/bpf.h>. are defined in \*[Lt]net/bpf.h\*[Gt].
.It Dv BIOCPROMISC .It Dv BIOCPROMISC
Forces the interface into promiscuous mode. Forces the interface into promiscuous mode.
All packets, not just those destined for the local host, are processed. 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 .Dv BPF_MAJOR_VERSION
and and
.Dv BPF_MINOR_VERSION .Dv BPF_MINOR_VERSION
from <net/bpf.h>. from \*[Lt]net/bpf.h\*[Gt].
An incompatible filter An incompatible filter
may result in undefined behavior (most likely, an error returned by may result in undefined behavior (most likely, an error returned by
.Xr ioctl 2 .Xr ioctl 2
@ -336,7 +336,7 @@ has some knowledge of how to get from packet to packet.
The macro The macro
.Dv BPF_WORDALIGN .Dv BPF_WORDALIGN
is defined in is defined in
.Pa <net/bpf.h> .Pa \*[Lt]net/bpf.h\*[Gt]
to facilitate this process. to facilitate this process.
It rounds up its argument It rounds up its argument
to the nearest word aligned value (where a word is BPF_ALIGNMENT bytes wide). 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 points to the start of a packet, this expression
will advance it to the next packet: will advance it to the next packet:
.Pp .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 .Pp
For the alignment mechanisms to work properly, the For the alignment mechanisms to work properly, the
buffer passed to 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, 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 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. 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 .Pp
Below are the semantics for each defined BPF instruction. Below are the semantics for each defined BPF instruction.
We use the convention that A is the accumulator, X is the index register, We use the convention that A is the accumulator, X is the index register,
@ -432,16 +432,16 @@ halfword
or byte or byte
.No ( Ns Sy BPF_B Ns ) . .No ( Ns Sy BPF_B Ns ) .
The semantics of all the recognized BPF_LD instructions follow. 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 .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 <- P[k:4] .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 <- P[k:2] .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 <- P[k:1] .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 <- P[X+k:4] .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 <- P[X+k:2] .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 <- P[X+k:1] .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 <- len .It Li Sy BPF_LD+BPF_W+BPF_LEN Ta A \*[Lt]- len
.It Li Sy BPF_LD+BPF_IMM Ta A <- k .It Li Sy BPF_LD+BPF_IMM Ta A \*[Lt]- k
.It Li Sy BPF_LD+BPF_MEM Ta A <- M[k] .It Li Sy BPF_LD+BPF_MEM Ta A \*[Lt]- M[k]
.El .El
.It Sy BPF_LDX .It Sy BPF_LDX
These instructions load a value into the index register. Note that 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 but they include
.Sy BPF_MSH , .Sy BPF_MSH ,
a hack for efficiently loading the IP header length. a hack for efficiently loading the IP header length.
.Bl -column "BPF_LDX+BPF_W+BPF_IMM" "X <- k" -width indent -offset indent .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 <- k .It Sy BPF_LDX+BPF_W+BPF_IMM Ta X \*[Lt]- k
.It Li Sy BPF_LDX+BPF_W+BPF_MEM Ta X <- M[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 <- len .It Li Sy BPF_LDX+BPF_W+BPF_LEN Ta X \*[Lt]- len
.It Li Sy BPF_LDX+BPF_B+BPF_MSH Ta X <- 4*(P[k:1]&0xf) .It Li Sy BPF_LDX+BPF_B+BPF_MSH Ta X \*[Lt]- 4*(P[k:1]\*[Am]0xf)
.El .El
.It Sy BPF_ST .It Sy BPF_ST
This instruction stores the accumulator into the scratch memory. This instruction stores the accumulator into the scratch memory.
We do not need an addressing mode since there is only one possibility We do not need an addressing mode since there is only one possibility
for the destination. for the destination.
.Bl -column "BPF_ST" "M[k] <- A" -width indent -offset indent .Bl -column "BPF_ST" "M[k] \*[Lt]- A" -width indent -offset indent
.It Sy BPF_ST Ta M[k] <- A .It Sy BPF_ST Ta M[k] \*[Lt]- A
.El .El
.It Sy BPF_STX .It Sy BPF_STX
This instruction stores the index register in the scratch memory store. This instruction stores the index register in the scratch memory store.
.Bl -column "BPF_STX" "M[k] <- X" -width indent -offset indent .Bl -column "BPF_STX" "M[k] \*[Lt]- X" -width indent -offset indent
.It Sy BPF_STX Ta M[k] <- X .It Sy BPF_STX Ta M[k] \*[Lt]- X
.El .El
.It Sy BPF_ALU .It Sy BPF_ALU
The alu instructions perform operations between the accumulator and 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 .No ( Ns Sy BPF_K
or or
.Sy BPF_X Ns ) . .Sy BPF_X Ns ) .
.Bl -column "BPF_ALU+BPF_ADD+BPF_K" "A <- A + k" -width indent -offset indent .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 <- A + k .It Sy BPF_ALU+BPF_ADD+BPF_K Ta A \*[Lt]- A + k
.It Li Sy BPF_ALU+BPF_SUB+BPF_K Ta A <- 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 <- 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 <- 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 <- 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 <- A | 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 <- 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 <- A >> 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 <- A + X .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 <- 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 <- 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 <- 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 <- 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 <- A | 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 <- 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 <- A >> 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 <- -A .It Li Sy BPF_ALU+BPF_NEG Ta A \*[Lt]- -A
.El .El
.It Sy BPF_JMP .It Sy BPF_JMP
The jump instructions alter flow of control. Conditional jumps The jump instructions alter flow of control. Conditional jumps
@ -508,16 +508,16 @@ opcode uses the 32 bit
.Va k .Va k
field as the offset, allowing arbitrarily distant destinations. field as the offset, allowing arbitrarily distant destinations.
All conditionals use unsigned comparison conventions. 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 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_JGT+BPF_K Ta "pc += (A \*[Gt] k) ? jt : jf"
.It Li Sy BPF_JMP+BPF_JGE+BPF_K Ta "pc += (A >= 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_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_JSET+BPF_K Ta "pc += (A \*[Am] k) ? jt : jf"
.It Li Sy BPF_JMP+BPF_JGT+BPF_X Ta "pc += (A > X) ? 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 >= 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_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 .El
.It Sy BPF_RET .It Sy BPF_RET
The return instructions terminate the filter program and specify the amount 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 fit into the above classes, and for any new instructions that might need to
be added. Currently, these are the register transfer instructions be added. Currently, these are the register transfer instructions
that copy the index register to the accumulator or vice versa. that copy the index register to the accumulator or vice versa.
.Bl -column "BPF_MISC+BPF_TAX" "X <- A" -width indent -offset indent .Bl -column "BPF_MISC+BPF_TAX" "X \*[Lt]- A" -width indent -offset indent
.It Sy BPF_MISC+BPF_TAX Ta X <- A .It Sy BPF_MISC+BPF_TAX Ta X \*[Lt]- A
.It Li Sy BPF_MISC+BPF_TXA Ta A <- X .It Li Sy BPF_MISC+BPF_TXA Ta A \*[Lt]- X
.El .El
.El .El
.Pp .Pp

View File

@ -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 .\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -40,9 +40,9 @@
.Nm clnp .Nm clnp
.Nd Connectionless-Mode Network Protocol .Nd Connectionless-Mode Network Protocol
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <sys/socket.h> .Fd #include \*[Lt]sys/socket.h\*[Gt]
.Fd #include <netiso/iso.h> .Fd #include \*[Lt]netiso/iso.h\*[Gt]
.Fd #include <netiso/clnp.h> .Fd #include \*[Lt]netiso/clnp.h\*[Gt]
.Ft int .Ft int
.Fn socket AF_ISO SOCK_RAW 0 .Fn socket AF_ISO SOCK_RAW 0
.Sh DESCRIPTION .Sh DESCRIPTION

View File

@ -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 .\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -42,8 +42,8 @@
.Tn ISO .Tn ISO
Connectionless Transport Protocol Connectionless Transport Protocol
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <sys/socket.h> .Fd #include \*[Lt]sys/socket.h\*[Gt]
.Fd #include <netiso/iso.h> .Fd #include \*[Lt]netiso/iso.h\*[Gt]
.Ft int .Ft int
.Fn socket AF_ISO SOCK_DGRAM 0 .Fn socket AF_ISO SOCK_DGRAM 0
.Sh DESCRIPTION .Sh DESCRIPTION

View File

@ -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. .\" Copyright (c) 2000, 2001 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -67,36 +67,36 @@ command.
The complex structure is analyzed as follows. The complex structure is analyzed as follows.
.Bd -literal .Bd -literal
SPDIF in ---------------------- SPDIF in ----------------------
#1(coax)->|spdin1 | R ----------------------- #1(coax)-\*[Gt]|spdin1 | R -----------------------
#2(opt)-->|spdin2 spdif.input |--*->--|spdin spdif.output |--> SPDIF #2(opt)--\*[Gt]|spdin2 spdif.input |--*-\*[Gt]--|spdin spdif.output |--\*[Gt] SPDIF
-->|spdout | | -->|playback | output --\*[Gt]|spdout | | --\*[Gt]|playback | output
| ---------------------- | | ----------------------- | ---------------------- | | -----------------------
--------------------<------+-* --------------------\*[Lt]------+-*
---------<-------------------+-+---------------------------------- ---------\*[Lt]-------------------+-+----------------------------------
| ------------------------ | | ----------------------- | | ------------------------ | | ----------------------- |
-->|legacy spdif.output. |--+-*-->|spdout | | --\*[Gt]|legacy spdif.output. |--+-*--\*[Gt]|spdout | |
-->|wave playback | ----->|spdin spdif.monitor |---- | --\*[Gt]|wave playback | -----\*[Gt]|spdin spdif.monitor |---- |
| ------------------------ NC-|off | | | | ------------------------ NC-|off | | |
---------<-- spdif ----------------------- | | ---------\*[Lt]-- spdif ----------------------- | |
-------+------- dac ------------ ----------------- v | -------+------- dac ------------ ----------------- v |
wave -->|playback.mode|---->|inputs.dac|-*->|inputs.dac.mute|->----- | wave --\*[Gt]|playback.mode|----\*[Gt]|inputs.dac|-*-\*[Gt]|inputs.dac.mute|-\*[Gt]----- |
playback --------------- ------------ R ----------------- | + | | playback --------------- ------------ R ----------------- | + | |
----------------- --------------------- |mix| | ----------------- --------------------- |mix| |
FM synthesizer -->|inputs.fmsynth |--*->|inputs.fmsynth.mute|-->----- | FM synthesizer --\*[Gt]|inputs.fmsynth |--*-\*[Gt]|inputs.fmsynth.mute|--\*[Gt]----- |
----------------- R --------------------- *->-- ----------------- R --------------------- *-\*[Gt]--
CD ---------------------- --------------------------- v 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 --------------------------- | | AUX ---------------------- R --------------------------- | |
------------------ | | ------------------ | |
PC-SPK -->| inputs.speaker |----------------------------------->| + | PC-SPK --\*[Gt]| inputs.speaker |-----------------------------------\*[Gt]| + |
------------------ | | ------------------ | |
------------------- ------------ ----------------- |mix| ------------------- ------------ ----------------- |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 ---\*[Gt]|record.mic|--\*[Gt]| | v
------------ | record.source |-->to ----------- ------------ | record.source |--\*[Gt]to -----------
*R-->| (select, mix) | recording |outputs.*|--> *R--\*[Gt]| (select, mix) | recording |outputs.*|--\*[Gt]
----------------- ----------- SPK ----------------- ----------- SPK
(front) (front)
.Ed .Ed

View File

@ -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. .\" Copyright (c) 1997 - 2001 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -100,47 +100,47 @@ There are also key sequences for each port that will activate
from the keyboard: from the keyboard:
.Bl -tag -offset indent -width "mvme68k" -compact .Bl -tag -offset indent -width "mvme68k" -compact
.It alpha .It alpha
<Ctrl>-<Alt>-<Esc> on PC style keyboards. \*[Lt]Ctrl\*[Gt]-\*[Lt]Alt\*[Gt]-\*[Lt]Esc\*[Gt] on PC style keyboards.
.It amiga .It amiga
<LAlt>-<LAmiga>-<F10> \*[Lt]LAlt\*[Gt]-\*[Lt]LAmiga\*[Gt]-\*[Lt]F10\*[Gt]
.It atari .It atari
<Alt>-<LeftShift>-<F9> \*[Lt]Alt\*[Gt]-\*[Lt]LeftShift\*[Gt]-\*[Lt]F9\*[Gt]
.It hp300 .It hp300
<Shift>-<Reset> \*[Lt]Shift\*[Gt]-\*[Lt]Reset\*[Gt]
.It hpcmips .It hpcmips
<Ctrl>-<Alt>-<Esc> \*[Lt]Ctrl\*[Gt]-\*[Lt]Alt\*[Gt]-\*[Lt]Esc\*[Gt]
.It i386 .It i386
<Ctrl>-<Alt>-<Esc> \*[Lt]Ctrl\*[Gt]-\*[Lt]Alt\*[Gt]-\*[Lt]Esc\*[Gt]
.br .br
<Break> on serial console. \*[Lt]Break\*[Gt] on serial console.
.It mac68k .It mac68k
<Command>-<Power>, or the Interrupt switch. \*[Lt]Command\*[Gt]-\*[Lt]Power\*[Gt], or the Interrupt switch.
.It mvme68k .It mvme68k
Abort switch on CPU card. Abort switch on CPU card.
.It pmax .It pmax
<Do> on \*[Lt]Do\*[Gt] on
.Tn LK-201 .Tn LK-201
rcons console. rcons console.
.br .br
<Break> on serial console. \*[Lt]Break\*[Gt] on serial console.
.It sparc .It sparc
<L1>-A, or <Stop>-A on a \*[Lt]L1\*[Gt]-A, or \*[Lt]Stop\*[Gt]-A on a
.Tn Sun .Tn Sun
keyboard. keyboard.
.br .br
<Break> on serial console. \*[Lt]Break\*[Gt] on serial console.
.It sun3 .It sun3
<L1>-A, or <Stop>-A on a \*[Lt]L1\*[Gt]-A, or \*[Lt]Stop\*[Gt]-A on a
.Tn Sun .Tn Sun
keyboard. keyboard.
.br .br
<Break> on serial console. \*[Lt]Break\*[Gt] on serial console.
.It sun3x .It sun3x
<L1>-A, or <Stop>-A on a \*[Lt]L1\*[Gt]-A, or \*[Lt]Stop\*[Gt]-A on a
.Tn Sun .Tn Sun
keyboard. keyboard.
.br .br
<Break> on serial console. \*[Lt]Break\*[Gt] on serial console.
.It x68k .It x68k
Interrupt switch on the body. Interrupt switch on the body.
.El .El
@ -217,10 +217,10 @@ variable, then
displays displays
.Dq "--db more--" .Dq "--db more--"
and waits for a response, which may be one of: and waits for a response, which may be one of:
.Bl -tag -offset indent -width "<return>" .Bl -tag -offset indent -width "\*[Lt]return\*[Gt]"
.It <return> .It \*[Lt]return\*[Gt]
one more line. one more line.
.It <space> .It \*[Lt]space\*[Gt]
one more page. one more page.
.It Ic q .It Ic q
abort the current command, and return to the command input mode. 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 .Cm num
commands is kept. commands is kept.
The history can be manipulated with the following key sequences: The history can be manipulated with the following key sequences:
.Bl -tag -offset indent -width "<Ctrl>-P" .Bl -tag -offset indent -width "\*[Lt]Ctrl\*[Gt]-P"
.It <Ctrl>-P .It \*[Lt]Ctrl\*[Gt]-P
retrieve previous command in history (if any). retrieve previous command in history (if any).
.It <Ctrl>-N .It \*[Lt]Ctrl\*[Gt]-N
retrieve next command in history (if any). retrieve next command in history (if any).
.El .El
.Sh COMMANDS .Sh COMMANDS
@ -667,7 +667,7 @@ object symbols display
function symbols display function symbols display
.Sy * , .Sy * ,
section symbols display section symbols display
.Sy & , .Sy \*[Am] ,
and file symbols display and file symbols display
.Sy / . .Sy / .
.Pp .Pp
@ -1017,7 +1017,7 @@ Almost all expression operators in C are supported, except
.Sq \&~ , .Sq \&~ ,
.Sq \&^ , .Sq \&^ ,
and unary and unary
.Sq \&& . .Sq \&\*[Am] .
Special rules in Special rules in
.Nm .Nm
are: are:

View File

@ -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. .\" Copyright (c) 1997 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -100,7 +100,7 @@ The
.Tn IRQ .Tn IRQ
was wildcarded in the kernel configuration file. was wildcarded in the kernel configuration file.
This is not supported. 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 .Pp
An An
.Tn IRQ .Tn IRQ
@ -110,7 +110,7 @@ values was specified in the kernel configuration file.
The Etherlink II hardware only supports the above listed The Etherlink II hardware only supports the above listed
.Tn IRQ .Tn IRQ
values. values.
.It "ec0: failed to clear shared memory at offset <off>" .It "ec0: failed to clear shared memory at offset \*[Lt]off\*[Gt]"
.Pp .Pp
The memory test was unable to clear shared the interface's shared memory The memory test was unable to clear shared the interface's shared memory
region. region.

View File

@ -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. .\" Copyright (c) 1999 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -58,7 +58,7 @@ Supported boards include:
.Pp .Pp
.Bl -tag -width xxxx -offset indent .Bl -tag -width xxxx -offset indent
.It Tn IBM ESDI Fixed Disk Controller .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 .El
.Sh SEE ALSO .Sh SEE ALSO
.Xr intro 4 , .Xr intro 4 ,

View File

@ -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. .\" Copyright (c) 2000 The NetBSD Foundation, Inc.
@ -42,7 +42,7 @@
.Nm envsys .Nm envsys
.Nd Environmental Systems API .Nd Environmental Systems API
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <sys/envsys.h> .Fd #include \*[Lt]sys/envsys.h\*[Gt]
.Sh DESCRIPTION .Sh DESCRIPTION
.Bd -offset center .Bd -offset center
.Em This API is experimental and may be deprecated at .Em This API is experimental and may be deprecated at
@ -131,7 +131,7 @@ inclusive, contain sensors of type
.Pp .Pp
NOTE: NOTE:
.Va high .Va high
< \*[Lt]
.Va low .Va low
implies no sensors of the unit type specified exist. implies no sensors of the unit type specified exist.
.It Dv ENVSYS_GTREDATA (envsys_tre_data) .It Dv ENVSYS_GTREDATA (envsys_tre_data)

View File

@ -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 .\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -40,8 +40,8 @@
.Nm esis .Nm esis
.Nd End System to Intermediate System Routing Protocol .Nd End System to Intermediate System Routing Protocol
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <sys/types.h> .Fd #include \*[Lt]sys/types.h\*[Gt]
.Fd #include <netiso/esis.h> .Fd #include \*[Lt]netiso/esis.h\*[Gt]
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Tn ES-IS .Tn ES-IS

View File

@ -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. .\" Copyright 1998 (c) The NetBSD Foundation, Inc.
.\" All rights reserved. .\" 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. Query the IP address that is set for the remote tunnel end.
.It GRESPROTO : .It GRESPROTO :
Set the operation mode to the specified IP protocol value. The 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 The operation mode can also
be given as be given as
.Bl -tag -width bbb .Bl -tag -width bbb
@ -144,7 +144,7 @@ On Host D (Cisco):
ip unnumbered D ! e.g. address from Ethernet interface ip unnumbered D ! e.g. address from Ethernet interface
tunnel source D ! e.g. address from Ethernet interface tunnel source D ! e.g. address from Ethernet interface
tunnel destination A 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 A mask C
ip route X mask tunnelX ip route X mask tunnelX
.Ed .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 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: you have to have an alias on Host A for e.g. the Ethernet interface like:
.Bd -literal .Bd -literal
ifconfig <etherif> alias Y ifconfig \*[Lt]etherif\*[Gt] alias Y
.Ed .Ed
and on the cisco and on the cisco
.Bd -literal .Bd -literal

View File

@ -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. .\" 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 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" 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$ .\" $FreeBSD$
.\" .\"
@ -89,7 +89,7 @@ parameters are available:
do no A-law/u-law audio format conversion. The conversion path looks like do no A-law/u-law audio format conversion. The conversion path looks like
this: this:
.Pp .Pp
USER <--> bitreversing <--> ISDN-line USER \*[Lt]--\*[Gt] bitreversing \*[Lt]--\*[Gt] ISDN-line
.Pp .Pp
.It Ar CVT_ALAW2ULAW .It Ar CVT_ALAW2ULAW
set set audio format conversion to do an audio conversion from A-law set set audio format conversion to do an audio conversion from A-law
@ -98,13 +98,13 @@ The
.Xr read 2 .Xr read 2
conversion path looks like this: conversion path looks like this:
.Pp .Pp
USER <-- u-law/A-law <-- bitreversing <-- ISDN-line USER \*[Lt]-- u-law/A-law \*[Lt]-- bitreversing \*[Lt]-- ISDN-line
.Pp .Pp
and the and the
.Xr write 2 .Xr write 2
conversion path looks like this: conversion path looks like this:
.Pp .Pp
USER --> u-law/A-law --> bitreversing --> ISDN-line USER --\*[Gt] u-law/A-law --\*[Gt] bitreversing --\*[Gt] ISDN-line
.Pp .Pp
.It Ar CVT_ULAW2ALAW .It Ar CVT_ULAW2ALAW
set set audio format conversion to do an audio conversion from u-law set set audio format conversion to do an audio conversion from u-law
@ -113,13 +113,13 @@ The
.Xr read 2 .Xr read 2
conversion path looks like this: conversion path looks like this:
.Pp .Pp
USER <-- A-law/u-law <-- bitreversing <-- ISDN-line USER \*[Lt]-- A-law/u-law \*[Lt]-- bitreversing \*[Lt]-- ISDN-line
.Pp .Pp
and the and the
.Xr write 2 .Xr write 2
conversion path looks like this: conversion path looks like this:
.Pp .Pp
USER --> A-law/u-law --> bitreversing --> ISDN-line USER --\*[Gt] A-law/u-law --\*[Gt] bitreversing --\*[Gt] ISDN-line
.Pp .Pp
.El .El
.Sh SEE ALSO .Sh SEE ALSO

View File

@ -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 .\" Copyright (c) 1986, 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -40,8 +40,8 @@
.Nm icmp .Nm icmp
.Nd Internet Control Message Protocol .Nd Internet Control Message Protocol
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <sys/socket.h> .Fd #include \*[Lt]sys/socket.h\*[Gt]
.Fd #include <netinet/in.h> .Fd #include \*[Lt]netinet/in.h\*[Gt]
.Ft int .Ft int
.Fn socket AF_INET SOCK_RAW proto .Fn socket AF_INET SOCK_RAW proto
.Sh DESCRIPTION .Sh DESCRIPTION

View File

@ -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 $ .\" $KAME: icmp6.4,v 1.3 2000/11/24 08:44:40 itojun Exp $
.\" .\"
.\" Copyright (C) 1999 WIDE Project. .\" Copyright (C) 1999 WIDE Project.
@ -66,9 +66,9 @@
.Nm icmp6 .Nm icmp6
.Nd Internet Control Message Protocol for IPv6 .Nd Internet Control Message Protocol for IPv6
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <sys/socket.h> .Fd #include \*[Lt]sys/socket.h\*[Gt]
.Fd #include <netinet/in.h> .Fd #include \*[Lt]netinet/in.h\*[Gt]
.Fd #include <netinet/icmp6.h> .Fd #include \*[Lt]netinet/icmp6.h\*[Gt]
.Ft int .Ft int
.Fn socket AF_INET6 SOCK_RAW proto .Fn socket AF_INET6 SOCK_RAW proto
.Sh DESCRIPTION .Sh DESCRIPTION

View File

@ -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 .\" Copyright (c) 1985, 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -40,9 +40,9 @@
.Nm idp .Nm idp
.Nd Xerox Internet Datagram Protocol .Nd Xerox Internet Datagram Protocol
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <sys/socket.h> .Fd #include \*[Lt]sys/socket.h\*[Gt]
.Fd #include <netns/ns.h> .Fd #include \*[Lt]netns/ns.h\*[Gt]
.Fd #include <netns/idp.h> .Fd #include \*[Lt]netns/idp.h\*[Gt]
.Ft int .Ft int
.Fn socket AF_NS SOCK_DGRAM 0 .Fn socket AF_NS SOCK_DGRAM 0
.Sh DESCRIPTION .Sh DESCRIPTION

View File

@ -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. .\" Copyright (c) 1998 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -42,9 +42,9 @@
.Nm ifmedia .Nm ifmedia
.Nd network interface media settings .Nd network interface media settings
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <sys/socket.h> .Fd #include \*[Lt]sys/socket.h\*[Gt]
.Fd #include <net/if.h> .Fd #include \*[Lt]net/if.h\*[Gt]
.Fd #include <net/if_media.h> .Fd #include \*[Lt]net/if_media.h\*[Gt]
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm .Nm

View File

@ -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 .\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -40,8 +40,8 @@
.Nm inet .Nm inet
.Nd Internet protocol family .Nd Internet protocol family
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <sys/types.h> .Fd #include \*[Lt]sys/types.h\*[Gt]
.Fd #include <netinet/in.h> .Fd #include \*[Lt]netinet/in.h\*[Gt]
.Sh DESCRIPTION .Sh DESCRIPTION
The Internet protocol family is a collection of protocols The Internet protocol family is a collection of protocols
layered atop the layered atop the

View File

@ -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 $ .\" $KAME: inet6.4,v 1.18 2000/11/24 08:50:32 itojun Exp $
.\" .\"
.\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@ -35,8 +35,8 @@
.Nm inet6 .Nm inet6
.Nd Internet protocol version 6 family .Nd Internet protocol version 6 family
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <sys/types.h> .Fd #include \*[Lt]sys/types.h\*[Gt]
.Fd #include <netinet/in.h> .Fd #include \*[Lt]netinet/in.h\*[Gt]
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm .Nm

View File

@ -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. .\" Copyright (c) 2000 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -42,7 +42,7 @@
.Nd .Nd
.Tn Intersil time-of-day clock driver .Tn Intersil time-of-day clock driver
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <dev/ic/intersil7170.h> .Fd #include \*[Lt]dev/ic/intersil7170.h\*[Gt]
.Cd "define intersil7170" .Cd "define intersil7170"
.Cd "file dev/ic/intersil7170.c intersil7170" .Cd "file dev/ic/intersil7170.c intersil7170"
.Sh DESCRIPTION .Sh DESCRIPTION

View File

@ -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. .\" Copyright (c) 2000, 2001 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -172,7 +172,7 @@ iovec.
struct iop_tidmap { struct iop_tidmap {
u_short it_tid; u_short it_tid;
u_short it_flags; 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 */ #define IT_CONFIGURED 0x02 /* target configured */
.Ed .Ed

View File

@ -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 .\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -40,8 +40,8 @@
.Nm ip .Nm ip
.Nd Internet Protocol .Nd Internet Protocol
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <sys/socket.h> .Fd #include \*[Lt]sys/socket.h\*[Gt]
.Fd #include <netinet/in.h> .Fd #include \*[Lt]netinet/in.h\*[Gt]
.Ft int .Ft int
.Fn socket AF_INET SOCK_RAW proto .Fn socket AF_INET SOCK_RAW proto
.Sh DESCRIPTION .Sh DESCRIPTION
@ -98,11 +98,11 @@ and
sockets. sockets.
For example, For example,
.Bd -literal .Bd -literal
int tos = IPTOS_LOWDELAY; /* see <netinet/in.h> */ int tos = IPTOS_LOWDELAY; /* see \*[Lt]netinet/in.h\*[Gt] */
setsockopt(s, IPPROTO_IP, IP_TOS, &tos, sizeof(tos)); setsockopt(s, IPPROTO_IP, IP_TOS, \*[Am]tos, sizeof(tos));
int ttl = 60; /* max = 255 */ 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 .Ed
.Pp .Pp
.Dv IP_PORTRANGE .Dv IP_PORTRANGE
@ -112,8 +112,8 @@ and
.Dv SOCK_DGRAM .Dv SOCK_DGRAM
sockets. For example, sockets. For example,
.Bd -literal .Bd -literal
int range = IP_PORTRANGE_LOW; /* see <netinet/in.h> */ int range = IP_PORTRANGE_LOW; /* see \*[Lt]netinet/in.h\*[Gt] */
setsockopt(s, IPPROTO_IP, IP_PORTRANGE, &range, sizeof(range)); setsockopt(s, IPPROTO_IP, IP_PORTRANGE, \*[Am]range, sizeof(range));
.Ed .Ed
.Pp .Pp
If the 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: in order to control the scope of the multicasts:
.Bd -literal .Bd -literal
u_char ttl; /* range: 0 to 255, default = 1 */ 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 .Ed
.Pp .Pp
Datagrams with a TTL of 1 are not forwarded beyond the local network. 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: subsequent transmissions from a given socket:
.Bd -literal .Bd -literal
struct in_addr addr; 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 .Ed
.Pp .Pp
where "addr" is the local where "addr" is the local
@ -220,7 +220,7 @@ option gives the sender explicit control
over whether or not subsequent datagrams are looped back: over whether or not subsequent datagrams are looped back:
.Bd -literal .Bd -literal
u_char loop; /* 0 = disable, 1 = enable (default) */ 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 .Ed
.Pp .Pp
This option This option
@ -244,7 +244,7 @@ To join a multicast group, use the
option: option:
.Bd -literal .Bd -literal
struct ip_mreq mreq; 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 .Ed
.Pp .Pp
where where
@ -274,7 +274,7 @@ Up to
To drop a membership, use: To drop a membership, use:
.Bd -literal .Bd -literal
struct ip_mreq mreq; 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 .Ed
.Pp .Pp
where where
@ -329,10 +329,10 @@ be used only with the
.Dv SOCK_RAW .Dv SOCK_RAW
type. type.
.Bd -literal .Bd -literal
#include <netinet/ip.h> #include \*[Lt]netinet/ip.h\*[Gt]
int hincl = 1; /* 1 = on, 0 = off */ 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 .Ed
.Pp .Pp
Unlike previous Unlike previous
@ -340,10 +340,10 @@ Unlike previous
releases, the program must set all releases, the program must set all
the fields of the IP header, including the following: the fields of the IP header, including the following:
.Bd -literal .Bd -literal
ip->ip_v = IPVERSION; ip-\*[Gt]ip_v = IPVERSION;
ip->ip_hl = hlen >> 2; ip-\*[Gt]ip_hl = hlen \*[Gt]\*[Gt] 2;
ip->ip_id = 0; /* 0 means kernel set appropriate value */ ip-\*[Gt]ip_id = 0; /* 0 means kernel set appropriate value */
ip->ip_off = offset; ip-\*[Gt]ip_off = offset;
.Ed .Ed
.Pp .Pp
If the header source address is set to If the header source address is set to

View File

@ -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 $ .\" $KAME: ip6.4,v 1.11 2000/05/07 06:21:41 itojun Exp $
.\" .\"
.\" Copyright (C) 1999 WIDE Project. .\" Copyright (C) 1999 WIDE Project.
@ -68,8 +68,8 @@
.Nd Internet Protocol version 6 (IPv6) .Nd Internet Protocol version 6 (IPv6)
.\" .\"
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <sys/socket.h> .Fd #include \*[Lt]sys/socket.h\*[Gt]
.Fd #include <netinet/in.h> .Fd #include \*[Lt]netinet/in.h\*[Gt]
.Ft int .Ft int
.Fn socket AF_INET6 SOCK_RAW proto .Fn socket AF_INET6 SOCK_RAW proto
.\" .\"
@ -119,7 +119,7 @@ will be returned.
For example: For example:
.Bd -literal -offset indent .Bd -literal -offset indent
int hlim = 60; /* max = 255 */ 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 .Ed
.Pp .Pp
.Tn IPv6 .Tn IPv6
@ -137,7 +137,7 @@ option changes the hoplimit for outgoing multicast datagrams
in order to control the scope of the multicasts: in order to control the scope of the multicasts:
.Bd -literal -offset indent .Bd -literal -offset indent
unsigned int hlim; /* range: 0 to 255, default = 1 */ 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 .Ed
.Pp .Pp
Datagrams with a hoplimit of 1 are not forwarded beyond the local network. 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 .Bd -literal -offset indent
unsigned int outif; unsigned int outif;
outif = if_nametoindex("ne0"); 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 .Ed
.Pp .Pp
where "outif" is an interface index of the desired interface, 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: over whether or not subsequent datagrams are looped back:
.Bd -literal -offset indent .Bd -literal -offset indent
u_char loop; /* 0 = disable, 1 = enable (default) */ 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 .Ed
.Pp .Pp
This option This option
@ -196,7 +196,7 @@ To join a multicast group, use the
option: option:
.Bd -literal -offset indent .Bd -literal -offset indent
struct ipv6_mreq mreq6; 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 .Ed
.Pp .Pp
where where
@ -220,7 +220,7 @@ join the same group on more than one interface.
To drop a membership, use: To drop a membership, use:
.Bd -literal -offset indent .Bd -literal -offset indent
struct ipv6_mreq mreq6; 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 .Ed
.Pp .Pp
where where
@ -236,8 +236,8 @@ and
sockets. sockets.
For example, For example,
.Bd -literal -offset indent .Bd -literal -offset indent
int range = IPV6_PORTRANGE_LOW; /* see <netinet/in.h> */ int range = IPV6_PORTRANGE_LOW; /* see \*[Lt]netinet/in.h\*[Gt] */
setsockopt(s, IPPROTO_IPV6, IPV6_PORTRANGE, &range, sizeof(range)); setsockopt(s, IPPROTO_IPV6, IPV6_PORTRANGE, \*[Am]range, sizeof(range));
.Ed .Ed
.Pp .Pp
.Dv IPV6_V6ONLY .Dv IPV6_V6ONLY
@ -247,7 +247,7 @@ wildcard listening socket.
The following example sets the option to 1: The following example sets the option to 1:
.Bd -literal -offset indent .Bd -literal -offset indent
int on = 1; int on = 1;
setsockopt(s, IPPROTO_IPV6, IPV6_V6ONLY, &on, sizeof(on)); setsockopt(s, IPPROTO_IPV6, IPV6_V6ONLY, \*[Am]on, sizeof(on));
.Ed .Ed
.Pp .Pp
If set to 1, If set to 1,
@ -295,11 +295,11 @@ and
.Bd -literal -offset indent .Bd -literal -offset indent
int on = 1; int on = 1;
setsockopt(fd, IPPROTO_IPV6, IPV6_PKTINFO, &on, sizeof(on)); setsockopt(fd, IPPROTO_IPV6, IPV6_PKTINFO, \*[Am]on, sizeof(on));
setsockopt(fd, IPPROTO_IPV6, IPV6_HOPLIMIT, &on, sizeof(on)); setsockopt(fd, IPPROTO_IPV6, IPV6_HOPLIMIT, \*[Am]on, sizeof(on));
setsockopt(fd, IPPROTO_IPV6, IPV6_HOPOPTS, &on, sizeof(on)); setsockopt(fd, IPPROTO_IPV6, IPV6_HOPOPTS, \*[Am]on, sizeof(on));
setsockopt(fd, IPPROTO_IPV6, IPV6_DSTOPTS, &on, sizeof(on)); setsockopt(fd, IPPROTO_IPV6, IPV6_DSTOPTS, \*[Am]on, sizeof(on));
setsockopt(fd, IPPROTO_IPV6, IPV6_RTHDR, &on, sizeof(on)); setsockopt(fd, IPPROTO_IPV6, IPV6_RTHDR, \*[Am]on, sizeof(on));
.Ed .Ed
.Pp .Pp
When any of these options are enabled, the corresponding data is When any of these options are enabled, the corresponding data is
@ -401,7 +401,7 @@ or
socket option is defined. socket option is defined.
Setting the socket option specifies any of the optional output fields: Setting the socket option specifies any of the optional output fields:
.Bd -literal -offset indent .Bd -literal -offset indent
setsockopt(fd, IPPROTO_IPV6, IPV6_PKTOPTIONS, &buf, len); setsockopt(fd, IPPROTO_IPV6, IPV6_PKTOPTIONS, \*[Am]buf, len);
.Ed .Ed
.Pp .Pp
The fourth argument points to a buffer containing one or more 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 .Pp
The corresponding receive option The corresponding receive option
.Bd -literal -offset indent .Bd -literal -offset indent
getsockopt(fd, IPPROTO_IPV6, IPV6_PKTOPTIONS, &buf, &len); getsockopt(fd, IPPROTO_IPV6, IPV6_PKTOPTIONS, \*[Am]buf, \*[Am]len);
.Ed .Ed
.Pp .Pp
returns a buffer with one or more ancillary data objects for all the 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. the user data of where the checksum is located.
.Bd -literal -offset indent .Bd -literal -offset indent
int offset = 2; int offset = 2;
setsockopt(fd, IPPROTO_IPV6, IPV6_CHECKSUM, &offset, sizeof(offset)); setsockopt(fd, IPPROTO_IPV6, IPV6_CHECKSUM, \*[Am]offset, sizeof(offset));
.Ed .Ed
.Pp .Pp
By default, this socket option is disabled. Setting the offset to -1 By default, this socket option is disabled. Setting the offset to -1

View File

@ -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. .\" Copyright 1998 (c) The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -87,7 +87,7 @@ On Host D (Cisco):
ip unnumbered D ! e.g. address from Ethernet interface ip unnumbered D ! e.g. address from Ethernet interface
tunnel source D ! e.g. address from Ethernet interface tunnel source D ! e.g. address from Ethernet interface
tunnel destination A 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 A mask C
ip route X mask tunnelX ip route X mask tunnelX
.Ed .Ed
@ -103,7 +103,7 @@ If all goes well, you should see packets flowing ;-)
.Pp .Pp
If you want to reach Host A over the tunnel (from the Cisco D), then 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: 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 and on the cisco
.Ic ip Ar route Y mask tunnelX . .Ic ip Ar route Y mask tunnelX .
.Sh NOTES .Sh NOTES

View File

@ -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 $ .\" $KAME: ipsec.4,v 1.17 2001/06/27 15:25:10 itojun Exp $
.\" .\"
.\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@ -35,9 +35,9 @@
.Nm ipsec .Nm ipsec
.Nd IP security protocol .Nd IP security protocol
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <sys/types.h> .Fd #include \*[Lt]sys/types.h\*[Gt]
.Fd #include <netinet/in.h> .Fd #include \*[Lt]netinet/in.h\*[Gt]
.Fd #include <netinet6/ipsec.h> .Fd #include \*[Lt]netinet6/ipsec.h\*[Gt]
.Sh DESCRIPTION .Sh DESCRIPTION
.Nm .Nm
is a security protocol in Internet Protocol layer. is a security protocol in Internet Protocol layer.

View File

@ -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. .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -46,7 +46,7 @@
.Cd "irframe* at ustir?" .Cd "irframe* at ustir?"
.Cd "pseudo-device irframetty" .Cd "pseudo-device irframetty"
.Pp .Pp
.Cd "#include <dev/irdaio.h>" .Cd "#include \*[Lt]dev/irdaio.h\*[Gt]"
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm .Nm

View File

@ -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. .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -43,7 +43,7 @@
.Sh SYNOPSIS .Sh SYNOPSIS
.Cd "pseudo-device irframetty" .Cd "pseudo-device irframetty"
.Pp .Pp
.Cd "#include <dev/irdaio.h>" .Cd "#include \*[Lt]dev/irdaio.h\*[Gt]"
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm .Nm

View File

@ -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 Jason R. Thorpe. All rights reserved.
.\" Copyright (c) 1997 Jonathan Stone .\" Copyright (c) 1997 Jonathan Stone
@ -149,7 +149,7 @@ Byte Runner Technologies TC-400 and TC-800 series serial interfaces.
.Ss Network interfaces .Ss Network interfaces
.Bl -tag -width pcdisplay -offset indent .Bl -tag -width pcdisplay -offset indent
.It ai .It ai
.Tn AT&T .Tn AT\*[Am]T
.Tn StarLan .Tn StarLan
.Tn Ethernet .Tn Ethernet
interfaces. interfaces.

View File

@ -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. .\" 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 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" 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$ .\" $FreeBSD$
.\" .\"
@ -68,7 +68,7 @@ Teles S0/16.3 PnP card
.Cd options ISICPNP_TEL_S0_16_3_P .Cd options ISICPNP_TEL_S0_16_3_P
.Cd "isic* at isapnp?" .Cd "isic* at isapnp?"
.Pp .Pp
Creatix ISDN-S0 P&P card Creatix ISDN-S0 P\*[Am]P card
.Cd options ISICPNP_CRTX_S0_P .Cd options ISICPNP_CRTX_S0_P
.Cd "isic* at isapnp?" .Cd "isic* at isapnp?"
.Pp .Pp
@ -205,7 +205,7 @@ Possible interrupt configurations are 3, 5, 7, 10, 11 and 12.
.Pp .Pp
The card is auto-configured by the PnP kernel subsystem. The card is auto-configured by the PnP kernel subsystem.
.Pp .Pp
.It Ar Creatix ISDN-S0 P&P .It Ar Creatix ISDN-S0 P\*[Am]P
.Pp .Pp
Valid i/o port values are 0x120, 0x180 and 0x100. Valid i/o port values are 0x120, 0x180 and 0x100.
.Pp .Pp
@ -259,9 +259,9 @@ The card is auto-configured by the PCI kernel subsystem.
.Pp .Pp
.It Ar "ITK ix1 micro" .It Ar "ITK ix1 micro"
.Pp .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 .Pp
Valid interrupt configurations are (<unknown>). Valid interrupt configurations are (\*[Lt]unknown\*[Gt]).
.Pp .Pp
The optional The optional
.Em flag .Em flag

View File

@ -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 .\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -42,8 +42,8 @@
.Tn ISO .Tn ISO
protocol family protocol family
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <sys/types.h> .Fd #include \*[Lt]sys/types.h\*[Gt]
.Fd #include <netiso/iso.h> .Fd #include \*[Lt]netiso/iso.h\*[Gt]
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Tn ISO .Tn ISO

View File

@ -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. .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -47,7 +47,7 @@ DEC T2 Gate Array
The The
.Nm .Nm
driver provides support for the Digital Equipment Corp. T2 Gate Array, 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 .Sh SEE ALSO
.Xr intro 4 , .Xr intro 4 ,
.Xr mainbus 4 , .Xr mainbus 4 ,

View File

@ -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. .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -47,7 +47,7 @@ DEC T2 Gate Array PCI controller
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm .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. found in the AlphaServer 2100/2100A.
.Sh SEE ALSO .Sh SEE ALSO
.Xr intro 4 , .Xr intro 4 ,

View File

@ -33,7 +33,7 @@
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" from: @(#)dca.4 5.2 (Berkeley) 3/27/91 .\" 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 .Dd July 23, 1995
.Dt MFCS 4 amiga .Dt MFCS 4 amiga
@ -58,10 +58,10 @@ controls, among other things, a dual port
communications interface with a multiple character buffer. communications interface with a multiple character buffer.
.Pp .Pp
Input and output for each MultiFaceCard III line may set to a maximum baud 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 .Pp
Input and output for each MultiFaceCard II line may set to a maximum baud 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 .Sh FILES
.Bl -tag -width Pa .Bl -tag -width Pa
.It Pa /dev/ttyA? .It Pa /dev/ttyA?

View File

@ -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 .\" Copyright (c) 2000 Ben Harris
.\" All rights reserved. .\" All rights reserved.
@ -46,7 +46,7 @@ device.
Expansion cards are identified by a manufacturer and product identifier. Expansion cards are identified by a manufacturer and product identifier.
These are listed against each card in the table in the form These are listed against each card in the table in the form
.Sm off .Sm off
.No < Ar manu : prod No > . .No \*[Lt] Ar manu : prod No \*[Gt] .
.Sm on .Sm on
.Bl -tag -width Nm .Bl -tag -width Nm
.It Nm ei .It Nm ei
@ -54,7 +54,7 @@ Acorn
.Tn AKA25 .Tn AKA25
Ethernet card (Ether1) Ethernet card (Ether1)
.Sm off .Sm off
.No < Li 0000 : 0003 No > .No \*[Lt] Li 0000 : 0003 No \*[Gt]
.Sm on .Sm on
.It Nm ea .It Nm ea
Atomwide Atomwide
@ -62,27 +62,27 @@ Atomwide
Ethernet cards (also Acorn Ethernet cards (also Acorn
.Tn AEH54 ) .Tn AEH54 )
.Sm off .Sm off
.No < Li 0011 : 00A4 No > .No \*[Lt] Li 0011 : 00A4 No \*[Gt]
.Sm on .Sm on
.It Nm eh .It Nm eh
i-cubed EtherLan 100-, 200- and 500-series Ethernet cards i-cubed EtherLan 100-, 200- and 500-series Ethernet cards
.Sm off .Sm off
.No < Li 0046 : 00BD No > .No \*[Lt] Li 0046 : 00BD No \*[Gt]
.Sm on .Sm on
.Sm off .Sm off
.No < Li 0046 : 00CF No > .No \*[Lt] Li 0046 : 00CF No \*[Gt]
.Sm on .Sm on
.Sm off .Sm off
.No < Li 0046 : 00D4 No > .No \*[Lt] Li 0046 : 00D4 No \*[Gt]
.Sm on .Sm on
.Sm off .Sm off
.No < Li 0046 : 011C No > .No \*[Lt] Li 0046 : 011C No \*[Gt]
.Sm on .Sm on
.Sm off .Sm off
.No < Li 0046 : 011D No > .No \*[Lt] Li 0046 : 011D No \*[Gt]
.Sm on .Sm on
.Sm off .Sm off
.No < Li 0046 : 011F No > .No \*[Lt] Li 0046 : 011F No \*[Gt]
.Sm on .Sm on
.\" .It Nm dtide .\" .It Nm dtide
.\" D.T. Software IDE interface .\" D.T. Software IDE interface

View File

@ -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. .\" Copyright (c) 1998 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -60,7 +60,7 @@ kernel expects the RTC to run in UTC.
.It Pa /dev/rtc .It Pa /dev/rtc
.El .El
.Sh EXAMPLES .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 .Sh SEE ALSO
.Xr date 1 , .Xr date 1 ,
.Xr strftime 3 .Xr strftime 3

View File

@ -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 .\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" 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 .Pp
Use Use
.Tn HP .Tn HP
cable "98626 & 98628 opts.002, cable "98626 \*[Am] 98628 opts.002,
.Tn RS232-C .Tn RS232-C
.Tn DCE CABLE , .Tn DCE CABLE ,
5061-4216" to attach non-modem devices. 5061-4216" to attach non-modem devices.
Use Use
.Tn HP .Tn HP
cable "98626 & 98628 opts.001, cable "98626 \*[Am] 98628 opts.001,
.Tn RS232-C .Tn RS232-C
.Tn DTE CABLE , .Tn DTE CABLE ,
5061-4215" to attach modems. 5061-4215" to attach modems.

View File

@ -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 .\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -134,12 +134,12 @@ int disp_fd;
disp_fd = open("/dev/grf0",1); 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); (void) ioctl (disp_fd, GRFIOCON, 0);
Addr = (u_char *) 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); (void) ioctl (disp_fd, GRFIOCOFF, 0);
return -1; return -1;
} }

View File

@ -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 .\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -149,12 +149,12 @@ int disp_fd;
disp_fd = open("/dev/grf0",1); 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); (void) ioctl (disp_fd, GRFIOCON, 0);
Addr = (u_char *) 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); (void) ioctl (disp_fd, GRFIOCOFF, 0);
return -1; return -1;
} }

View File

@ -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 .\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -114,7 +114,7 @@ Get Graphics Info
.Pp .Pp
Get info about device, setting the entries in the Get info about device, setting the entries in the
.Em grfinfo .Em grfinfo
structure, as defined in <hpdev/grfioctl.h>: structure, as defined in \*[Lt]hpdev/grfioctl.h\*[Gt]:
.Bd -literal .Bd -literal
struct grfinfo { struct grfinfo {
int gd_id; /* HPUX identifier */ 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 This short code fragment is an example of opening some graphics device and
mapping in the control and frame buffer space: mapping in the control and frame buffer space:
.Bd -literal .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. */ struct fbstruct *regs; /* fbstruct = gboxfb, rboxfb, etc. */
u_char *Addr, frame_buffer; u_char *Addr, frame_buffer;
@ -180,11 +180,11 @@ mapping in the control and frame buffer space:
int disp_fd; int disp_fd;
disp_fd = open(GRF_DEV,1); 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); (void) ioctl (disp_fd, GRFIOCON, 0);
Addr = (u_char *) 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); (void) ioctl (disp_fd, GRFIOCOFF, 0);
return -1; return -1;
} }

View File

@ -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 .\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -136,12 +136,12 @@ int disp_fd;
disp_fd = open("/dev/grf0",1); 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); (void) ioctl (disp_fd, GRFIOCON, 0);
Addr = (u_char *) 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); (void) ioctl (disp_fd, GRFIOCOFF, 0);
return -1; return -1;
} }

View File

@ -33,7 +33,7 @@
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" from: @(#)rmp.4 5.2 (Berkeley) 3/27/91 .\" 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 .Dd March 27, 1991
.Dt RMP 4 hp300 .Dt RMP 4 hp300
@ -45,10 +45,10 @@
Remote Maintenance Protocol Family Remote Maintenance Protocol Family
.Sh SYNOPSIS .Sh SYNOPSIS
.Cd "options RMP" .Cd "options RMP"
.Fd #include <sys/types.h> .Fd #include \*[Lt]sys/types.h\*[Gt]
.Fd #include <sys/socket.h> .Fd #include \*[Lt]sys/socket.h\*[Gt]
.Fd #include <netrmp/rmp.h> .Fd #include \*[Lt]netrmp/rmp.h\*[Gt]
.Fd #include <netrmp/rmp_var.h> .Fd #include \*[Lt]netrmp/rmp_var.h\*[Gt]
.Ft int .Ft int
.Fn socket AF_RMP SOCK_RAW proto .Fn socket AF_RMP SOCK_RAW proto
.Sh DESCRIPTION .Sh DESCRIPTION

View File

@ -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 .\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -147,12 +147,12 @@ int disp_fd;
disp_fd = open("/dev/grf0",1); 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); (void) ioctl (disp_fd, GRFIOCON, 0);
Addr = (u_char *) 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); (void) ioctl (disp_fd, GRFIOCOFF, 0);
return -1; return -1;
} }

View File

@ -24,7 +24,7 @@
.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE. .\" 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 .Dd May 18, 1996
.Dt APM 4 i386 .Dt APM 4 i386
@ -35,7 +35,7 @@
Advanced Power Management pseudo-device driver Advanced Power Management pseudo-device driver
.Sh SYNOPSIS .Sh SYNOPSIS
.Cd "apm0 at mainbus0" .Cd "apm0 at mainbus0"
.Fd #include <machine/apmvar.h> .Fd #include \*[Lt]machine/apmvar.h\*[Gt]
.Pa /dev/apm .Pa /dev/apm
.Sh DESCRIPTION .Sh DESCRIPTION
The The

View File

@ -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 .\" Copyright (c) 1996 Michael Graff
.\" All rights reserved. .\" All rights reserved.
@ -36,7 +36,7 @@
.Nm busmouse .Nm busmouse
.Nd Bus mouse driver .Nd Bus mouse driver
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <machine/mouse.h> .Fd #include \*[Lt]machine/mouse.h\*[Gt]
.Sh DESCRIPTION .Sh DESCRIPTION
Many mouse drivers internally convert the protocol Many mouse drivers internally convert the protocol
the mouse uses natively to a common busmouse protocol. the mouse uses natively to a common busmouse protocol.

View File

@ -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) 1997 Jonathan Stone
.\" Copyright (c) 1994 Christopher G. Demetriou .\" Copyright (c) 1994 Christopher G. Demetriou
@ -217,7 +217,7 @@ Ethernet interface
.It ep .It ep
3Com Etherlink III (3c5x9) Ethernet interface 3Com Etherlink III (3c5x9) Ethernet interface
.It ie .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 .It iy
Ethernet driver for the ISA Intel EtherExpress PR0/10 adaptor. Ethernet driver for the ISA Intel EtherExpress PR0/10 adaptor.
.It le .It le

View File

@ -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. .\" Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -163,7 +163,7 @@ you have to specify
to make kernel with DDB): to make kernel with DDB):
.Dl Ic boot -d .Dl Ic boot -d
And type the following command on And type the following command on
.Qq Sy db> .Qq Sy db\*[Gt]
prompt: prompt:
.Dl Ic write pcibios_irqs_hint 0x0a00 .Dl Ic write pcibios_irqs_hint 0x0a00
Then type the following to continue to boot: Then type the following to continue to boot:

View File

@ -28,7 +28,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" 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 .Dd July 17, 1997
.Os .Os
@ -39,7 +39,7 @@
.Sh SYNOPSIS .Sh SYNOPSIS
.Cd "adb0 at obio?" .Cd "adb0 at obio?"
.Cd "options MRG_ADB" .Cd "options MRG_ADB"
.Cd "#include <machine/adbsys.h>" .Cd "#include \*[Lt]machine/adbsys.h\*[Gt]"
.Sh DESCRIPTION .Sh DESCRIPTION
The Apple Desktop Bus The Apple Desktop Bus
.Pq Tn ADB .Pq Tn ADB

View File

@ -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. .\" Copyright (c) 1994, 1997 Matthias Pfaller.
.\" All rights reserved. .\" All rights reserved.
@ -79,7 +79,7 @@ signal.
.Sh SEE ALSO .Sh SEE ALSO
.Xr plip 4 .Xr plip 4
.Pp .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. on building a Centronics interface for your pc532.
.Sh HISTORY .Sh HISTORY
The The

View File

@ -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. .\" Copyright (c) 1994, 1997 Matthias Pfaller.
.\" All rights reserved. .\" All rights reserved.
@ -95,7 +95,7 @@ Packet transmission failed even after
(20) packets caused receive errors in sequence. (20) packets caused receive errors in sequence.
.It "plip?: checksum error" .It "plip?: checksum error"
A packet with a bad checksum was received. 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) A bogus packet longer than the Maximum Transmission Unit (MTU)
length for the media was received. length for the media was received.
.El .El

View File

@ -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. .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -79,11 +79,11 @@ Get Graphics Info
.Pp .Pp
Get info about the device, setting the entries in the Get info about the device, setting the entries in the
.Em pm_info .Em pm_info
structure, as defined in <pmax/pmioctl.h>: structure, as defined in \*[Lt]pmax/pmioctl.h\*[Gt]:
.Pp .Pp
.Bd -literal .Bd -literal
typedef struct pm_info { typedef struct pm_info {
pmEventQueue qe; /* event & motion queues */ pmEventQueue qe; /* event \*[Am] motion queues */
short mswitches; /* current value of mouse btns */ short mswitches; /* current value of mouse btns */
pmCursor tablet; /* current tablet position */ pmCursor tablet; /* current tablet position */
short tswitches; /* current tablet buttons NI! */ short tswitches; /* current tablet buttons NI! */
@ -115,7 +115,7 @@ Set Mouse State/Position
.Pp .Pp
Set mouse state/position, using the entries in the Set mouse state/position, using the entries in the
.Em pmCursor .Em pmCursor
structure, as defined in <pmax/pmioctl.h>: structure, as defined in \*[Lt]pmax/pmioctl.h\*[Gt]:
.Pp .Pp
.Bd -literal .Bd -literal
typedef struct { typedef struct {
@ -130,7 +130,7 @@ Send Keyboard Command
.Pp .Pp
Send keyboard command, using the entries in the Send keyboard command, using the entries in the
.Em pm_kpcmd .Em pm_kpcmd
structure, as defined in <pmax/pmioctl.h>: structure, as defined in \*[Lt]pmax/pmioctl.h\*[Gt]:
.Pp .Pp
.Bd -literal .Bd -literal
typedef struct pm_kpcmd { typedef struct pm_kpcmd {
@ -144,7 +144,7 @@ Get address
.Pp .Pp
Get address, setting the entries in the Get address, setting the entries in the
.Em pm_info .Em pm_info
structure, as defined in <pmax/pmioctl.h>: structure, as defined in \*[Lt]pmax/pmioctl.h\*[Gt]:
.Pp .Pp
.Bd -literal .Bd -literal
.Ed .Ed
@ -157,7 +157,7 @@ Set the Colour Map
.Pp .Pp
Set the colour map, using the entries in the Set the colour map, using the entries in the
.Em ColourMap .Em ColourMap
structure, as defined in <pmax/pmioctl.h>: structure, as defined in \*[Lt]pmax/pmioctl.h\*[Gt]:
.Pp .Pp
.Bd -literal .Bd -literal
typedef struct { typedef struct {
@ -189,7 +189,7 @@ Get frame buffer type.
.Pp .Pp
Get info about the device, setting the entries in the Get info about the device, setting the entries in the
.Em fbtype .Em fbtype
structure,as defined in <pmax/fbio.h>: structure,as defined in \*[Lt]pmax/fbio.h\*[Gt]:
.Pp .Pp
.Bd -literal .Bd -literal
struct fbtype { struct fbtype {
@ -206,7 +206,7 @@ Colour Map I/O
.Pp .Pp
Get or set the colour map, using the entries in the Get or set the colour map, using the entries in the
.Em fbcmap .Em fbcmap
structure,as defined in <pmax/fbio.h>: structure,as defined in \*[Lt]pmax/fbio.h\*[Gt]:
.Pp .Pp
.Bd -literal .Bd -literal
struct fbcmap { struct fbcmap {
@ -222,7 +222,7 @@ Get FB Attribute
.Pp .Pp
Get fb attribute, setting the entries in the Get fb attribute, setting the entries in the
.Em fbsatter .Em fbsatter
structure,as defined in <pmax/fbio.h>: structure,as defined in \*[Lt]pmax/fbio.h\*[Gt]:
.Pp .Pp
.Bd -literal .Bd -literal
struct fbsattr { struct fbsattr {
@ -236,7 +236,7 @@ Get or Set Cursor Attributes/Shape
.Pp .Pp
Get or set the cursor attributes or shape, using the entries in the Get or set the cursor attributes or shape, using the entries in the
.Em fbcursor .Em fbcursor
structure, as defined in <pmax/fbio.h>: structure, as defined in \*[Lt]pmax/fbio.h\*[Gt]:
.Pp .Pp
.Bd -literal .Bd -literal
struct fbcursor { struct fbcursor {

View File

@ -27,7 +27,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" 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 .Dd February 2, 2002
.Dt INTRO 4 sparc .Dt INTRO 4 sparc
@ -229,7 +229,7 @@ black and white obio frame buffer
.It cgfourteen .It cgfourteen
24 bit Sbus color frame buffer 24 bit Sbus color frame buffer
.It cgsix .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 .It cgthree
8 bit VMEbus, Sbus, and obio (sun4m) color graphics frame buffer 8 bit VMEbus, Sbus, and obio (sun4m) color graphics frame buffer
.It cgtwo .It cgtwo
@ -284,7 +284,7 @@ either documentation or sample hardware:
.It bpp .It bpp
Bi-directional Parallel port Bi-directional Parallel port
.It dbri .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 .It audio
sun4m audio that is dependent on the dbri sun4m audio that is dependent on the dbri
.El .El

View File

@ -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 .\" Copyright (c) 1998 Iain Hibbert
.\" All rights reserved. .\" 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 | | 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 .Ed
.Pp .Pp
Up to four cards are supported in the system. Up to four cards are supported in the system.

View File

@ -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 .\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -44,7 +44,7 @@
.Nm openprom .Nm openprom
.Nd Sun OPENPROM and EEPROM interface .Nd Sun OPENPROM and EEPROM interface
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <machine/openpromio.h> .Fd #include \*[Lt]machine/openpromio.h\*[Gt]
.Sh DESCRIPTION .Sh DESCRIPTION
The file The file
.Nm /dev/openprom .Nm /dev/openprom

View File

@ -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. .\" Copyright (c) 1997 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -41,7 +41,7 @@
.Nm leds .Nm leds
.Nd sun2 diagnostic Light Emitting Diodes driver .Nd sun2 diagnostic Light Emitting Diodes driver
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <machine/leds.h> .Fd #include \*[Lt]machine/leds.h\*[Gt]
.Sh DESCRIPTION .Sh DESCRIPTION
All sun2 machines are equipped All sun2 machines are equipped
a diagnostic display of eight Light Emitting Diodes (LEDs), located 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. of the display to the other, using six clock ticks between each update.
.Bd -ragged -offset indent .Bd -ragged -offset indent
# echo 5 8 254 253 250 247 239 223 191 127 | # 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 .Ed
.Sh ERRORS .Sh ERRORS
An I/O transfer to An I/O transfer to

View File

@ -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. .\" Copyright (c) 1997 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -41,7 +41,7 @@
.Nm leds .Nm leds
.Nd sun3 diagnostic Light Emitting Diodes driver .Nd sun3 diagnostic Light Emitting Diodes driver
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <machine/leds.h> .Fd #include \*[Lt]machine/leds.h\*[Gt]
.Sh DESCRIPTION .Sh DESCRIPTION
With the exception of the Sun 3/80, all sun3 machines are equipped With the exception of the Sun 3/80, all sun3 machines are equipped
a diagnostic display of eight Light Emitting Diodes (LEDs), located 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. of the display to the other, using six clock ticks between each update.
.Bd -ragged -offset indent .Bd -ragged -offset indent
# echo 5 8 254 253 250 247 239 223 191 127 | # 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 .Ed
.Sh ERRORS .Sh ERRORS
An I/O transfer to An I/O transfer to

View File

@ -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 .\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -67,7 +67,7 @@ selects which channel of the board to read.
For example, For example,
.Bd -literal -offset indent .Bd -literal -offset indent
chan = 5; chan = 5;
ioctl(fd, AD_CHAN, &chan); ioctl(fd, AD_CHAN, \*[Am]chan);
.Ed .Ed
.Pp .Pp
selects channel 5. selects channel 5.
@ -78,7 +78,7 @@ actually reads the data and returns it to the user
process. process.
An example is An example is
.Bd -literal -offset indent .Bd -literal -offset indent
ioctl(fd, AD_READ, &data); ioctl(fd, AD_READ, \*[Am]data);
.Ed .Ed
.Sh FILES .Sh FILES
.Bl -tag -width /dev/adx -compact .Bl -tag -width /dev/adx -compact

View File

@ -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 .\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -46,7 +46,7 @@ not disabled,
.Ic \&^P .Ic \&^P
(control-P) puts the console in local console mode (where (control-P) puts the console in local console mode (where
the prompt is the prompt is
.Sq Li >>> ) . .Sq Li \*[Gt]\*[Gt]\*[Gt] ) .
The operation of the console in this mode varies The operation of the console in this mode varies
slightly per-processor. slightly per-processor.
.Ss Tn VAX No 11/780 or 785 .Ss Tn VAX No 11/780 or 785
@ -80,7 +80,7 @@ Get out of
.Tn ODT .Tn ODT
mode. mode.
.Pp .Pp
.It Ic <break> .It Ic \*[Lt]break\*[Gt]
If you hit the break key on the console, then the console If you hit the break key on the console, then the console
.Tn LSI Ns -11 .Tn LSI Ns -11
will go into will go into
@ -106,7 +106,7 @@ When in console mode on an 11/750 which has a remote diagnosis module,
a a
.Ic \&^D .Ic \&^D
will put you in remote diagnosis mode, where the prompt will be will put you in remote diagnosis mode, where the prompt will be
.Ql RDM> . .Ql RDM\*[Gt] .
.El .El
.Ss Tn VAX No 8600 or 8650 .Ss Tn VAX No 8600 or 8650
The The

View File

@ -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. .\" Copyright (c) 1997 Ben Harris. All rights reserved.
.\" .\"
@ -88,7 +88,7 @@ The
driver was written for driver was written for
.Nx 1.3 . .Nx 1.3 .
.Sh AUTHORS .Sh AUTHORS
Ben Harris <bjh21@netbsd.org> Ben Harris \*[Lt]bjh21@netbsd.org\*[Gt]
.Sh BUGS .Sh BUGS
The The
.Tn DL11 .Tn DL11

View File

@ -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 .\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" 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)
# dial # (`;' is a synonym) # dial # (`;' is a synonym)
\- delay 20 milliseconds \- 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) = delay for a second dial tone (`w' is a synonym)
f force a hangup of any existing connection f force a hangup of any existing connection
.El .El

View File

@ -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 .\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" 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 Software does not shut down the network unless
power has been off for a while. power has been off for a while.
.Pp .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. A message proper was received that is too big.
Probable a driver bug. Probable a driver bug.
Shouldn't happen. Shouldn't happen.
.Pp .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. Probable driver error.
Shouldn't happen. Shouldn't happen.
.Pp .Pp

View File

@ -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 .\" Copyright (c) 1986, 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" 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 . .Pa /usr/src/new/np100 .
The sequence of commands would be: The sequence of commands would be:
.Bd -literal -offset indent .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 # sleep 10
# ifconfig ix0 ... # ifconfig ix0 ...
.Ed .Ed

View File

@ -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 .\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -170,7 +170,7 @@ A number of
calls apply to the rx devices, and calls apply to the rx devices, and
have the form have the form
.Bd -literal -offset indent .Bd -literal -offset indent
#include <vaxuba/rxreg.h> #include \*[Lt]vaxuba/rxreg.h\*[Gt]
ioctl(fildes, code, arg) ioctl(fildes, code, arg)
int *arg; int *arg;
.Ed .Ed

View File

@ -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. .\" Copyright (c) 1995 MINOURA Makoto.
.\" All rights reserved. .\" All rights reserved.
@ -56,10 +56,10 @@ Setting signal number which is sent at changing the power status
.El .El
.Sh GETTING POWER SWITCH STATUS .Sh GETTING POWER SWITCH STATUS
.Bd -literal .Bd -literal
.Fd #include <sys/ioctl.h> .Fd #include \*[Lt]sys/ioctl.h\*[Gt]
.Fd #include <machine/powioctl.h> .Fd #include \*[Lt]machine/powioctl.h\*[Gt]
.Fd ioctl (fd, POWIOCGPOWERINFO, &powerinfo); .Fd ioctl (fd, POWIOCGPOWERINFO, \*[Am]powerinfo);
.Fd struct x68k_powerinfo powerinfo; .Fd struct x68k_powerinfo powerinfo;
.Ed .Ed
.Pp .Pp
@ -78,7 +78,7 @@ Each member means:
.Bl -hang .Bl -hang
.It pow_switch_boottime : .It pow_switch_boottime :
The power switch status at the system start time. 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 .Pp
.Bl -tag -compact -width POW_EXTERNALSW .Bl -tag -compact -width POW_EXTERNALSW
.It POW_ALARMSW .It POW_ALARMSW
@ -102,10 +102,10 @@ Total usage in count (pow_bootcount) and second (pow_usedtotal).
.El .El
.Sh ACCESSING RTC ALARM TIMER .Sh ACCESSING RTC ALARM TIMER
.Bd -literal .Bd -literal
.Fd #include <sys/ioctl.h> .Fd #include \*[Lt]sys/ioctl.h\*[Gt]
.Fd #include <machine/powioctl.h> .Fd #include \*[Lt]machine/powioctl.h\*[Gt]
.Fd ioctl (fd, POWIOCGALARMINFO, &alarminfo); .Fd ioctl (fd, POWIOCGALARMINFO, \*[Am]alarminfo);
.Fd struct x68k_alarminfo alarminfo; .Fd struct x68k_alarminfo alarminfo;
.Ed .Ed
.Pp .Pp
@ -137,7 +137,7 @@ and the like as these require minute time units. 0 indicates an infinity.
.El .El
.Pp .Pp
.Bd -literal .Bd -literal
.Fd ioctl (fd, POWIOCSALARMINFO, &alarminfo); .Fd ioctl (fd, POWIOCSALARMINFO, \*[Am]alarminfo);
.Fd struct x68k_alarminfo alarminfo; .Fd struct x68k_alarminfo alarminfo;
.Ed .Ed
.Pp .Pp
@ -146,10 +146,10 @@ Sets the alarm timer according to the argument
(see above). (see above).
.Sh SIGNAL .Sh SIGNAL
.Bd -literal .Bd -literal
.Fd #include <sys/ioctl.h> .Fd #include \*[Lt]sys/ioctl.h\*[Gt]
.Fd #include <machine/powioctl.h> .Fd #include \*[Lt]machine/powioctl.h\*[Gt]
.Fd ioctl (fd, POWIOCSSIGNAL, &signum); .Fd ioctl (fd, POWIOCSSIGNAL, \*[Am]signum);
.Fd int signum; .Fd int signum;
.Ed .Ed
.Pp .Pp
@ -171,7 +171,7 @@ Note that this function is not provided with
.Sh AUTHORS .Sh AUTHORS
.An Minoura Makoto Aq minoura@flab.fujitsu.co.jp . .An Minoura Makoto Aq minoura@flab.fujitsu.co.jp .
.Sh SPECIAL THANKS .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 .Sh BUGS
The file The file
.Pa /dev/pow .Pa /dev/pow

View File

@ -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. .\" Copyright (c) 1999 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -54,8 +54,8 @@
.\" .Cd "midi* at wss?" .\" .Cd "midi* at wss?"
.Cd "pseudo-device sequencer" .Cd "pseudo-device sequencer"
.Pp .Pp
.Fd #include <sys/types.h> .Fd #include \*[Lt]sys/types.h\*[Gt]
.Fd #include <sys/midiio.h> .Fd #include \*[Lt]sys/midiio.h\*[Gt]
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm .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 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 a simple patchboard for MIDI devices. For example, a MIDI keyboard could
be connected to a synthesizer by the command be connected to a synthesizer by the command
.Cd "cat -u /dev/rmidi1 >/dev/rmidi2" .Cd "cat -u /dev/rmidi1 \*[Gt]/dev/rmidi2"
.Pp .Pp
The The
.Pa /dev/music .Pa /dev/music

View File

@ -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. .\" Copyright (c) 2000 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -42,7 +42,7 @@
.Nd .Nd
.Tn Mostek time-of-day clock driver .Tn Mostek time-of-day clock driver
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <dev/ic/mk48txxreg.h> .Fd #include \*[Lt]dev/ic/mk48txxreg.h\*[Gt]
.Cd "define mk48txx" .Cd "define mk48txx"
.Cd "file dev/ic/mk48txx.c mk48txx" .Cd "file dev/ic/mk48txx.c mk48txx"
.Sh DESCRIPTION .Sh DESCRIPTION

View File

@ -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 .\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -40,9 +40,9 @@
.Nm mtio .Nm mtio
.Nd generic magnetic tape I/O interface .Nd generic magnetic tape I/O interface
.Sh SYNOPSIS .Sh SYNOPSIS
.Cd "#include <sys/ioctl.h>" .Cd "#include \*[Lt]sys/ioctl.h\*[Gt]"
.Cd "#include <sys/types.h>" .Cd "#include \*[Lt]sys/types.h\*[Gt]"
.Cd "#include <sys/mtio.h>" .Cd "#include \*[Lt]sys/mtio.h\*[Gt]"
.Sh DESCRIPTION .Sh DESCRIPTION
Magnetic tape has been the computer system backup and data transfer Magnetic tape has been the computer system backup and data transfer
medium of choice for decades, because it has historically been medium of choice for decades, because it has historically been

View File

@ -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 .\" Copyright (c) 1983, 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -40,10 +40,10 @@
.Nm netintro .Nm netintro
.Nd introduction to networking facilities .Nd introduction to networking facilities
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <sys/types.h> .Fd #include \*[Lt]sys/types.h\*[Gt]
.Fd #include <sys/socket.h> .Fd #include \*[Lt]sys/socket.h\*[Gt]
.Fd #include <net/route.h> .Fd #include \*[Lt]net/route.h\*[Gt]
.Fd #include <net/if.h> .Fd #include \*[Lt]net/if.h\*[Gt]
.Sh DESCRIPTION .Sh DESCRIPTION
This section is a general introduction to the networking facilities This section is a general introduction to the networking facilities
available in the system. available in the system.

View File

@ -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 .\" Copyright (c) 1985, 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -41,7 +41,7 @@
.Nd software network interface encapsulating NS packets in IP packets .Nd software network interface encapsulating NS packets in IP packets
.Sh SYNOPSIS .Sh SYNOPSIS
.Cd options NSIP .Cd options NSIP
.Fd #include <netns/ns_if.h> .Fd #include \*[Lt]netns/ns_if.h\*[Gt]
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm nsip .Nm nsip

View File

@ -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 .\" Copyright (c) 1996
.\" Perry E. Metzger. All rights reserved. .\" 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 your system does not benefit substantially from an increase in the size of
the namei cache. the namei cache.
.It Cd options NAMECACHE_ENTER_REVERSE .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 as well as a normal one. Normally, this is already done for directory
vnodes, to speed up the getcwd operation. This option will cause vnodes, to speed up the getcwd operation. This option will cause
longer hash chains in the reverse cache, and thus slow down 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 possible in some cases. For now, only useful if strict /proc/#/maps
emulation for Linux binaries is required. emulation for Linux binaries is required.
.It Cd options EXT2FS_SYSTEM_FLAGS .It Cd options EXT2FS_SYSTEM_FLAGS
@ -1758,7 +1758,7 @@ Enable simple event debugging of the logging of the
device. device.
.It Cd options BLINK .It Cd options BLINK
Enable blinking of LED. Blink rate is full cycle every N seconds for 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 . .Xr getloadavg 3 .
.\" .It Cd options COLORFONT_CACHE .\" .It Cd options COLORFONT_CACHE
.\" this is totally fucked up.. what does this do? .\" this is totally fucked up.. what does this do?
@ -1820,7 +1820,7 @@ Enable simple event debugging of the logging of the
device. device.
.It Cd options BLINK .It Cd options BLINK
Enable blinking of LED. Blink rate is full cycle every N seconds for 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 . .Xr getloadavg 3 .
.El .El
.Ss x68k-specific Options .Ss x68k-specific Options

View File

@ -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 $ .\" $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 $ .\" $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 sf2r?"
.Cd "radio* at udsbr?" .Cd "radio* at udsbr?"
.Pp .Pp
.Fd #include <sys/types.h> .Fd #include \*[Lt]sys/types.h\*[Gt]
.Fd #include <sys/ioctl.h> .Fd #include \*[Lt]sys/ioctl.h\*[Gt]
.Fd #include <sys/radioio.h> .Fd #include \*[Lt]sys/radioio.h\*[Gt]
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm .Nm
@ -74,17 +74,17 @@ struct radio_info {
int lock; /* locking field strength */ int lock; /* locking field strength */
u_int32_t freq; /* in kHz */ u_int32_t freq; /* in kHz */
u_int32_t caps; /* card capabilities */ u_int32_t caps; /* card capabilities */
#define RADIO_CAPS_DETECT_STEREO (1<<0) #define RADIO_CAPS_DETECT_STEREO (1\*[Lt]\*[Lt]0)
#define RADIO_CAPS_DETECT_SIGNAL (1<<1) #define RADIO_CAPS_DETECT_SIGNAL (1\*[Lt]\*[Lt]1)
#define RADIO_CAPS_SET_MONO (1<<2) #define RADIO_CAPS_SET_MONO (1\*[Lt]\*[Lt]2)
#define RADIO_CAPS_HW_SEARCH (1<<3) #define RADIO_CAPS_HW_SEARCH (1\*[Lt]\*[Lt]3)
#define RADIO_CAPS_HW_AFC (1<<4) #define RADIO_CAPS_HW_AFC (1\*[Lt]\*[Lt]4)
#define RADIO_CAPS_REFERENCE_FREQ (1<<5) #define RADIO_CAPS_REFERENCE_FREQ (1\*[Lt]\*[Lt]5)
#define RADIO_CAPS_LOCK_SENSITIVITY (1<<6) #define RADIO_CAPS_LOCK_SENSITIVITY (1\*[Lt]\*[Lt]6)
#define RADIO_CARD_TYPE (0xFF<<16) #define RADIO_CARD_TYPE (0xFF\*[Lt]\*[Lt]16)
u_int32_t info; u_int32_t info;
#define RADIO_INFO_STEREO (1<<0) #define RADIO_INFO_STEREO (1\*[Lt]\*[Lt]0)
#define RADIO_INFO_SIGNAL (1<<1) #define RADIO_INFO_SIGNAL (1\*[Lt]\*[Lt]1)
}; };
.Ed .Ed
.Pp .Pp

View File

@ -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 .\" Copyright (c) 1997 Michael Graff
.\" All rights reserved. .\" All rights reserved.
@ -231,6 +231,6 @@ Always returns data, degenerates to a pseudo-random generator
The random device was first made available in The random device was first made available in
.Nx 1.3 . .Nx 1.3 .
.Sh AUTHORS .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 using ideas and algorithms gathered from many sources, including
the driver written by Ted Ts'o. the driver written by Ted Ts'o.

View File

@ -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 .\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -40,9 +40,9 @@
.Nm route .Nm route
.Nd kernel packet forwarding database .Nd kernel packet forwarding database
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <sys/socket.h> .Fd #include \*[Lt]sys/socket.h\*[Gt]
.Fd #include <net/if.h> .Fd #include \*[Lt]net/if.h\*[Gt]
.Fd #include <net/route.h> .Fd #include \*[Lt]net/route.h\*[Gt]
.Ft int .Ft int
.Fn socket PF_ROUTE SOCK_RAW "int family" .Fn socket PF_ROUTE SOCK_RAW "int family"
.Sh DESCRIPTION .Sh DESCRIPTION
@ -208,7 +208,7 @@ struct rt_msghdr {
u_char rtm_version; /* future binary compatibility */ u_char rtm_version; /* future binary compatibility */
u_char rtm_type; /* message type */ u_char rtm_type; /* message type */
u_short rtm_index; /* index for associated ifp */ 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 */ int rtm_addrs; /* bitmask identifying sockaddrs in msg */
pid_t rtm_pid; /* identify sender */ pid_t rtm_pid; /* identify sender */
int rtm_seq; /* for sender to identify action */ int rtm_seq; /* for sender to identify action */

View File

@ -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 .\" written from a reading of config files and driver source code
.\" Erik E. Fair <fair@netbsd.org> .\" Erik E. Fair <fair@netbsd.org>
@ -40,7 +40,7 @@ The values are bits in a bitfield, and are interpreted as follows:
.Pp .Pp
.Bl -tag -offset indent -compact -width 0x000ff .Bl -tag -offset indent -compact -width 0x000ff
.It 0x0ff .It 0x0ff
Set bit (1<<target) to disable Set bit (1\*[Lt]\*[Lt]target) to disable
.Tn SCSI .Tn SCSI
parity checking parity checking
.It 0x100 .It 0x100

View File

@ -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 .Dd February 3, 1997
.Dt SE 4 .Dt SE 4
@ -44,9 +44,9 @@ Normal operation does not require any special userland program.
.Xr scsi 4 , .Xr scsi 4 ,
.Xr ifconfig 8 .Xr ifconfig 8
.Sh AUTHORS .Sh AUTHORS
Ian Dall <ian.dall@dsto.defence.gov.au> Ian Dall \*[Lt]ian.dall@dsto.defence.gov.au\*[Gt]
.Pp .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. who reverse engineered the EA41x.
In developing this code, Phil's userland daemon "etherd", In developing this code, Phil's userland daemon "etherd",
was referred to extensively in lieu of accurate documentation for the device. was referred to extensively in lieu of accurate documentation for the device.

View File

@ -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 .\" written from a reading of config files and driver source code
.\" Erik E. Fair <fair@netbsd.org> .\" Erik E. Fair <fair@netbsd.org>
@ -55,11 +55,11 @@ The values are bits in a bitfield, and are interpreted as follows:
.Pp .Pp
.Bl -tag -offset indent -compact -width 0x000ff .Bl -tag -offset indent -compact -width 0x000ff
.It 0x000ff .It 0x000ff
Set bit (1<<target) to disable Set bit (1\*[Lt]\*[Lt]target) to disable
.Tn SCSI .Tn SCSI
disconnect/reselect disconnect/reselect
.It 0x0ff00 .It 0x0ff00
Set bit (1<<(target+8)) to disable Set bit (1\*[Lt]\*[Lt](target+8)) to disable
.Tn SCSI .Tn SCSI
parity checking parity checking
.It 0x10000 .It 0x10000

View File

@ -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 .\" Copyright (c) 1993 Christopher G. Demetriou
.\" All rights reserved. .\" All rights reserved.
@ -40,7 +40,7 @@
.Nd console speaker audio device driver .Nd console speaker audio device driver
.Sh SYNOPSIS .Sh SYNOPSIS
.Cd "spkr0 at pcppi?" .Cd "spkr0 at pcppi?"
.Fd #include <machine/spkr.h> .Fd #include \*[Lt]machine/spkr.h\*[Gt]
.Pa /dev/speaker .Pa /dev/speaker
.Sh DESCRIPTION .Sh DESCRIPTION
The speaker device driver allows applications to control the console 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 .Pp
Applications may call ioctl() on a speaker file descriptor to control the Applications may call ioctl() on a speaker file descriptor to control the
speaker driver directly; definitions for the ioctl() interface are in 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). specifying a frequency (in hz) and a duration (in 1/100ths of a second).
A frequency of zero is interpreted as a rest. A frequency of zero is interpreted as a rest.
.Pp .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 followed by a time value number and by sustain dots (see below). Time values
are interpreted as for the L command below;. are interpreted as for the L command below;.
.Pp .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). 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 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 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 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 >, < and O[0123456]. locking is disabled for one letter note following by \*[Gt], \*[Lt] and O[0123456].
.Pp .Pp
> -- bump the current octave up one. \*[Gt] -- bump the current octave up one.
.Pp .Pp
< -- drop the current octave down one. \*[Lt] -- drop the current octave down one.
.Pp .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. May be followed by sustain dots.
.Pp .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 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.. whole notes, L2 sets half notes, L4 sets quarter notes, etc..
.Pp .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 '~'. sustain dots. May also be written '~'.
.Pp .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: names for common tempi are:
.Bl -column Description Tempo BPM -offset indent .Bl -column Description Tempo BPM -offset indent
.Em Tempo Beats per Minute .Em Tempo Beats per Minute

View File

@ -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 .\" Copyright (c) 1985, 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -40,9 +40,9 @@
.Nm spp .Nm spp
.Nd Xerox Sequenced Packet Protocol .Nd Xerox Sequenced Packet Protocol
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <sys/socket.h> .Fd #include \*[Lt]sys/socket.h\*[Gt]
.Fd #include <netns/ns.h> .Fd #include \*[Lt]netns/ns.h\*[Gt]
.Fd #include <netns/sp.h> .Fd #include \*[Lt]netns/sp.h\*[Gt]
.Ft int .Ft int
.Fn socket AF_NS SOCK_STREAM 0 .Fn socket AF_NS SOCK_STREAM 0
.Ft int .Ft int

View File

@ -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 .\" Copyright 1996 The Board of Trustees of The Leland Stanford
.\" Junior University. All Rights Reserved. .\" Junior University. All Rights Reserved.
@ -183,7 +183,7 @@ Use a terminal emulator and the Hayes command
.Ic ATS304=115200 .Ic ATS304=115200
to set the serial baudrate to the specified number (or 0 for autobaud). to set the serial baudrate to the specified number (or 0 for autobaud).
The command The command
.Ic AT&W .Ic AT\*[Am]W
will then save the current packet radio state in non-volatile memory. will then save the current packet radio state in non-volatile memory.
.Pp .Pp
.Tn Metricom .Tn Metricom

View File

@ -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. .\" Copyright (c) 1986, 1991 Regents of the University of California.
.\" All rights reserved. .\" All rights reserved.
@ -52,9 +52,9 @@ handler.
.Pp .Pp
The line discipline is enabled by a sequence: The line discipline is enabled by a sequence:
.Bd -literal -offset indent .Bd -literal -offset indent
#include <sys/tablet.h> #include \*[Lt]sys/tablet.h\*[Gt]
int ldisc = TABLDISC, fildes; ... int ldisc = TABLDISC, fildes; ...
ioctl(fildes, TIOCSETD, &ldisc); ioctl(fildes, TIOCSETD, \*[Am]ldisc);
.Ed .Ed
.Pp .Pp
A typical application program then polls the digitizing device by A typical application program then polls the digitizing device by

View File

@ -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 .\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -40,8 +40,8 @@
.Nm tcp .Nm tcp
.Nd Internet Transmission Control Protocol .Nd Internet Transmission Control Protocol
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <sys/socket.h> .Fd #include \*[Lt]sys/socket.h\*[Gt]
.Fd #include <netinet/in.h> .Fd #include \*[Lt]netinet/in.h\*[Gt]
.Ft int .Ft int
.Fn socket AF_INET SOCK_STREAM 0 .Fn socket AF_INET SOCK_STREAM 0
.Ft int .Ft int

View File

@ -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 .\" Copyright (c) 1991, 1992, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -40,7 +40,7 @@
.Nm termios .Nm termios
.Nd general terminal line discipline .Nd general terminal line discipline
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <termios.h> .Fd #include \*[Lt]termios.h\*[Gt]
.Sh DESCRIPTION .Sh DESCRIPTION
This describes a general terminal line discipline that is This describes a general terminal line discipline that is
supported on tty asynchronous communication ports. 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). group (it puts itself into the foreground).
.Pp .Pp
If the job is to be started in the background (as denoted by the 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 terminal and doesn't wait for the job to complete (that is, it
immediately attempts to read the next command). immediately attempts to read the next command).
.Pp .Pp
@ -412,7 +412,7 @@ and
.Dv VTIME .Dv VTIME
and and
their interactions are described below. their interactions are described below.
.Ss "Case A: VMIN > 0, VTIME > 0" .Ss "Case A: VMIN \*[Gt] 0, VTIME \*[Gt] 0"
In this case In this case
.Dv VTIME .Dv VTIME
serves as an inter-byte timer and is activated after 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. not have been enabled unless a byte was received.
In this case In this case
.Pf \&( Dv VMIN .Pf \&( Dv VMIN
> 0, \*[Gt] 0,
.Dv VTIME .Dv VTIME
> 0) the read blocks until the \*[Gt] 0) the read blocks until the
.Dv VMIN .Dv VMIN
and and
.Dv VTIME .Dv VTIME
@ -453,7 +453,7 @@ If data is in the buffer at the time of the
.Xr read 2 , .Xr read 2 ,
the result is as if data had been received immediately after the the result is as if data had been received immediately after the
.Xr read 2 . .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 In this case, since the value of
.Dv VTIME .Dv VTIME
is zero, the timer plays no role is zero, the timer plays no role
@ -471,7 +471,7 @@ read record-based terminal
.Dv I/O .Dv I/O
may block indefinitely in the read may block indefinitely in the read
operation. operation.
.Ss "Case C: VMIN = 0, VTIME > 0" .Ss "Case C: VMIN = 0, VTIME \*[Gt] 0"
In this case, since In this case, since
.Dv VMIN .Dv VMIN
= 0, = 0,

View File

@ -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 .\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -42,10 +42,10 @@
.Tn ISO .Tn ISO
Transport Protocol Transport Protocol
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <sys/socket.h> .Fd #include \*[Lt]sys/socket.h\*[Gt]
.Fd #include <netiso/iso_errno.h> .Fd #include \*[Lt]netiso/iso_errno.h\*[Gt]
.Fd #include <netiso/tp_param.h> .Fd #include \*[Lt]netiso/tp_param.h\*[Gt]
.Fd #include <netiso/tp_user.h> .Fd #include \*[Lt]netiso/tp_user.h\*[Gt]
.Ft int .Ft int
.Fn socket "[AF_INET, AF_ISO]" SOCK_SEQPACKET 0 .Fn socket "[AF_INET, AF_ISO]" SOCK_SEQPACKET 0
.Sh DESCRIPTION .Sh DESCRIPTION

View File

@ -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 .\" Copyright (c) 1991, 1992, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -40,7 +40,7 @@
.Nm tty .Nm tty
.Nd general terminal interface .Nd general terminal interface
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <sys/ioctl.h> .Fd #include \*[Lt]sys/ioctl.h\*[Gt]
.Sh DESCRIPTION .Sh DESCRIPTION
This section describes the interface to the terminal drivers This section describes the interface to the terminal drivers
in the system. in the system.

View File

@ -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 .\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -40,8 +40,8 @@
.Nm udp .Nm udp
.Nd Internet User Datagram Protocol .Nd Internet User Datagram Protocol
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <sys/socket.h> .Fd #include \*[Lt]sys/socket.h\*[Gt]
.Fd #include <netinet/in.h> .Fd #include \*[Lt]netinet/in.h\*[Gt]
.Ft int .Ft int
.Fn socket AF_INET SOCK_DGRAM 0 .Fn socket AF_INET SOCK_DGRAM 0
.Ft int .Ft int

View File

@ -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. .\" Copyright (c) 1999 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -263,11 +263,11 @@ All endpoints (except the control endpoint) for the current configuration
can be found by iterating the can be found by iterating the
.Dv interface_index .Dv interface_index
from 0 to from 0 to
.Dv config_desc->bNumInterface-1 .Dv config_desc-\*[Gt]bNumInterface-1
and for each of these iterating the and for each of these iterating the
.Dv endpoint_index .Dv endpoint_index
from 0 to from 0 to
.Dv interface_desc->bNumEndpoints . .Dv interface_desc-\*[Gt]bNumEndpoints .
The The
.Dv config_index .Dv config_index
should set to should set to

View File

@ -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 .\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -40,8 +40,8 @@
.Nm unix .Nm unix
.Nd UNIX-domain protocol family .Nd UNIX-domain protocol family
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <sys/types.h> .Fd #include \*[Lt]sys/types.h\*[Gt]
.Fd #include <sys/un.h> .Fd #include \*[Lt]sys/un.h\*[Gt]
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Tn UNIX Ns -domain .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 control message. The msg_control field in the msghdr structure points
to a buffer that contains a cmsghdr structure followed by a variable to a buffer that contains a cmsghdr structure followed by a variable
length sockcred structure, defined in length sockcred structure, defined in
.Pa <sys/socket.h> .Pa \*[Lt]sys/socket.h\*[Gt]
as follows: as follows:
.Bd -literal .Bd -literal
struct sockcred { struct sockcred {

View File

@ -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. .\" Copyright (c) 1999, 2000, 2001 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -53,8 +53,8 @@
.Cd "uhub* at uhub? port ? configuration ? interface ? vendor ? product ? release ?" .Cd "uhub* at uhub? port ? configuration ? interface ? vendor ? product ? release ?"
.Cd "XX* at uhub? port ? configuration ? interface ? vendor ? product ? release ?" .Cd "XX* at uhub? port ? configuration ? interface ? vendor ? product ? release ?"
.Pp .Pp
.Cd "#include <dev/usb/usb.h>" .Cd "#include \*[Lt]dev/usb/usb.h\*[Gt]"
.Cd "#include <dev/usb/usbhid.h>" .Cd "#include \*[Lt]dev/usb/usbhid.h\*[Gt]"
.Sh INTRODUCTION .Sh INTRODUCTION
.Nx .Nx
provides machine-independent bus support and drivers for provides machine-independent bus support and drivers for
@ -261,7 +261,7 @@ Use the following to get access to the
.Tn USB .Tn USB
specific structures and defines. specific structures and defines.
.Bd -literal .Bd -literal
#include <sys/dev/usb.h> #include \*[Lt]sys/dev/usb.h\*[Gt]
.Ed .Ed
.Pp .Pp
The The

View File

@ -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. .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -65,10 +65,10 @@ number defined in the lines variable, then
displays displays
.Dq "-- more --" .Dq "-- more --"
and waits for a response, which may be one of: and waits for a response, which may be one of:
.Bl -tag -offset indent -width "<return>" .Bl -tag -offset indent -width "\*[Lt]return\*[Gt]"
.It <return> .It \*[Lt]return\*[Gt]
one more line. one more line.
.It <space> .It \*[Lt]space\*[Gt]
one more page. one more page.
.It Ic q .It Ic q
abort the current command, and return to the command input mode. 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