summaryrefslogtreecommitdiff
path: root/share/man/man4/man4.vax/cons.4
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-10-13 04:09:24 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-10-13 04:09:24 +0000
commite5c8d0569ae87068c9f3a4440f1d6d03e473f816 (patch)
tree22eb833b5d4c07c3bbf689116ffe0a7db3dc2d9a /share/man/man4/man4.vax/cons.4
parentbd8d6480c368d30c33438889d895a7640dfbe123 (diff)
Remove unwanted trailing whitespace.
Diffstat (limited to 'share/man/man4/man4.vax/cons.4')
-rw-r--r--share/man/man4/man4.vax/cons.452
1 files changed, 26 insertions, 26 deletions
diff --git a/share/man/man4/man4.vax/cons.4 b/share/man/man4/man4.vax/cons.4
index 4faad273a17..e456dd919bd 100644
--- a/share/man/man4/man4.vax/cons.4
+++ b/share/man/man4/man4.vax/cons.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cons.4,v 1.4 2000/07/22 04:56:12 bjc Exp $
+.\" $OpenBSD: cons.4,v 1.5 2000/10/13 04:09:20 aaron Exp $
.\"
.\" Copyright (c) 1980, 1991 Regents of the University of California.
.\" All rights reserved.
@@ -43,7 +43,7 @@
The console is available to the processor through the console registers.
It acts like a normal terminal, except that when the local functions are
not disabled, a special command character puts the console in local console
-mode. The character itself is dependent upon the model of VAX and the
+mode. The character itself is dependent upon the model of VAX and the
type of console in use. The prompt in console mode is
.Sq Li >>> ,
also called the
@@ -51,7 +51,7 @@ also called the
prompt.
The operation of the console in this mode varies
-among different VAX models.
+among different VAX models.
.Ss VAX-11/780 or 785
On either the
.Tn VAX
@@ -135,8 +135,8 @@ Halt the processor if in normal mode.
.El
.Ss VAX 4000, MicroVAX, VAXstation, others
If the console is a serial console, sending a break will likely cause the
-machine to halt and enter console mode. The set of commands available at
-the console varies from machine to machine, although there are several
+machine to halt and enter console mode. The set of commands available at
+the console varies from machine to machine, although there are several
commands which are common to most or all models.
.Bl -tag -width continue -compact -offset 4n
.It Ic c
@@ -156,9 +156,9 @@ Display a list of available console commands.
.Op Cm /ins
.Op Cm /pgiv
.Op Cm /n: Ns Ar n
-.Op Ar addr
+.Op Ar addr
.Xc
-Display the contents at address
+Display the contents at address
.Ar addr
according to the options specified.
.Pp
@@ -167,34 +167,34 @@ The options are:
.Bl -tag -width 5n -compact
.It Cm /bwl
.It Cm /ins
-Size of data to examine. Your choices are examining values as bytes (8 bits),
-words (16 bits), or longwords (32 bits). On systems that support it, you
+Size of data to examine. Your choices are examining values as bytes (8 bits),
+words (16 bits), or longwords (32 bits). On systems that support it, you
can use
-the
+the
.Cm /ins
option to display the mnemonic representation of the instruction located at
.Ar addr .
.Pp
.It Cm /pvgi
-These options describe the meaning of
+These options describe the meaning of
.Ar addr .
With the
.Cm /p
option,
.Ar addr
-will be treated as an address in physical memory. With the
+will be treated as an address in physical memory. With the
.Cm /v
option,
-.Ar addr
-will be treated as a virtual address. The
-.Cm /g
+.Ar addr
+will be treated as a virtual address. The
+.Cm /g
option will let you examine the general registers.
From 0 to F (base 16), general registers are R0-R12(AP), FP, SP, and PC.
The
.Cm /i
option will let you view the internal processor registers. These vary
-from processor to processor, but a relatively complete description may be
-found in
+from processor to processor, but a relatively complete description may be
+found in
.Pa /usr/include/vax/mtpr.h .
.Pp
.It Cm /n: Ns Ar count
@@ -203,7 +203,7 @@ The
option specifies that the command will repeat
.Ar count
times after executing once, automatically incrementing
-.Ar addr
+.Ar addr
while doing so.
.El
.Pp
@@ -213,12 +213,12 @@ while doing so.
.Op Cm /bwl
.Op Cm /pgiv
.Op Cm /n: Ns Ar n
-.Op Ar addr
+.Op Ar addr
.Op Ar value
.Xc
-Insert the value
+Insert the value
.Ar value
-into the address
+into the address
.Ar addr
according to the options specified.
.Pp
@@ -226,13 +226,13 @@ The options are:
.Pp
.Bl -tag -width 5n -compact
.It Cm /bwl
-Size of data to insert. Your choices are inserting values as bytes (8 bits),
-words (16 bits), or longwords (32 bits).
+Size of data to insert. Your choices are inserting values as bytes (8 bits),
+words (16 bits), or longwords (32 bits).
.Pp
.It Cm /pvgi
-These options describe the meaning of
+These options describe the meaning of
.Ar addr .
-Their meanings are identical to their respective meanings in the
+Their meanings are identical to their respective meanings in the
.Cm examine
command.
.Pp
@@ -242,7 +242,7 @@ The
option specifies that the command will repeat
.Ar count
times after executing once, automatically incrementing
-.Ar addr
+.Ar addr
while doing so.
.El
.Pp