diff options
author | aiju <devnull@localhost> | 2011-04-16 14:15:01 +0200 |
---|---|---|
committer | aiju <devnull@localhost> | 2011-04-16 14:15:01 +0200 |
commit | 4d4fc2ca3453a4deb79b26eb62449eab94b86827 (patch) | |
tree | 119e18cff32624e110a2229a5d43d2815e118a6a /sys/man | |
parent | 65b058830b619bf682c8900a207d2c6b87d2c37e (diff) |
moved /dev/mordor to devcons
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/3/arch | 5 | ||||
-rwxr-xr-x | sys/man/3/cons | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/sys/man/3/arch b/sys/man/3/arch index 77ef0276f..7cd5e82fb 100644 --- a/sys/man/3/arch +++ b/sys/man/3/arch @@ -12,7 +12,6 @@ arch \- architecture-specific information and control .B /dev/iol .B /dev/iow .B /dev/irqalloc -.B /dev/mordor .SH DESCRIPTION This device presents textual information about PC hardware and allows user-level control of the I/O ports on x86-class and DEC Alpha machines. @@ -122,10 +121,6 @@ cause 8-bit wide, 16-bit wide, and 32-bit wide requests to I/O ports. The port accessed is determined by the byte offset of the file descriptor. -.PP -Reads and writes to -.IR mordor -will inevitably cause the front to fall off. .SH EXAMPLE The following code reads from an x86 byte I/O port. .IP diff --git a/sys/man/3/cons b/sys/man/3/cons index d87799716..c816e1b17 100755 --- a/sys/man/3/cons +++ b/sys/man/3/cons @@ -334,6 +334,10 @@ the textual file descriptor number of a file or device on which to swap. See .IR swap (8). .PP +Reads and writes to +.IR mordor +will inevitably cause the front to fall off. +.PP The other files served by the .I cons device are all single numbers: |