diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-09-02 21:32:16 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-09-02 21:32:16 +0000 |
commit | c4a744fb09822973000ce851860aae55310e4123 (patch) | |
tree | 7da5f3fcb31f13f04b3628072d95990594c42dc2 /share/man | |
parent | 25ccaf9f8165a1c363dd94db2862b86a0db5f3e8 (diff) |
Fix a few inaccuracies.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/man4.mvme68k/Makefile | 3 | ||||
-rw-r--r-- | share/man/man4/man4.mvme68k/mem.4 | 4 | ||||
-rw-r--r-- | share/man/man8/man8.mvme68k/MAKEDEV.8 | 6 |
3 files changed, 5 insertions, 8 deletions
diff --git a/share/man/man4/man4.mvme68k/Makefile b/share/man/man4/man4.mvme68k/Makefile index c371f1e1361..98dc70ee703 100644 --- a/share/man/man4/man4.mvme68k/Makefile +++ b/share/man/man4/man4.mvme68k/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.6 2002/10/01 21:01:35 miod Exp $ +# $OpenBSD: Makefile,v 1.7 2003/09/02 21:32:13 miod Exp $ # from: @(#)Makefile 8.2 (Berkeley) 2/16/94 +# TODO: cl clock flash ipic lp mc memc nvram pcc pcctwo sram vme vs wdsc zs MAN= autoconf.4 intro.4 le.4 ie.4 mem.4 ssh.4 MLINKS= mem.4 kmem.4 MANSUBDIR=mvme68k diff --git a/share/man/man4/man4.mvme68k/mem.4 b/share/man/man4/man4.mvme68k/mem.4 index 33de22e26e2..0bb84176f76 100644 --- a/share/man/man4/man4.mvme68k/mem.4 +++ b/share/man/man4/man4.mvme68k/mem.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mem.4,v 1.8 2003/06/02 23:30:13 millert Exp $ +.\" $OpenBSD: mem.4,v 1.9 2003/09/02 21:32:13 miod Exp $ .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -58,7 +58,7 @@ in the same manner as Only kernel virtual addresses that are currently mapped to memory are allowed. .Pp On the mvme68k, -physical memory may be discontiguous; +physical memory is always contiguous; kernel virtual memory begins at .Ad 0x00000000 . .Pp diff --git a/share/man/man8/man8.mvme68k/MAKEDEV.8 b/share/man/man8/man8.mvme68k/MAKEDEV.8 index 1057bebad07..1c3d8c4bea4 100644 --- a/share/man/man8/man8.mvme68k/MAKEDEV.8 +++ b/share/man/man8/man8.mvme68k/MAKEDEV.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: MAKEDEV.8,v 1.4 2003/06/02 16:16:27 miod Exp $ +.\" $OpenBSD: MAKEDEV.8,v 1.5 2003/09/02 21:32:15 miod Exp $ .\" .\" Copyright (c) 2001 Miodrag Vallat. .\" All rights reserved. @@ -88,12 +88,8 @@ Configuration specific devices. Berkeley packet filters. .It Ar cd# SCSI CD-ROM drives. -.It Ar kbd -The keyboard. .It Ar lkm Loadable kernel modules. -.It Ar mouse# -Mouse ports. .It Ar pty# Set of 16 master and slave pseudo terminals. .It Ar sd# |