diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-09-02 19:37:01 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-09-02 19:37:01 +0000 |
commit | b0926897e32dfec66c8dcbfcf687a3239e3ae57c (patch) | |
tree | ceec7608fe9603a7d6b690c9eb528742d2dc26c2 /share/man/man8/man8.macppc | |
parent | 1c6f9659fe60ce36a687d42c61e0f68510226584 (diff) |
More powerpc->macppc changes.
Diffstat (limited to 'share/man/man8/man8.macppc')
-rw-r--r-- | share/man/man8/man8.macppc/MAKEDEV.8 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man8/man8.macppc/MAKEDEV.8 b/share/man/man8/man8.macppc/MAKEDEV.8 index 74e71bb8845..d9a661d7d5b 100644 --- a/share/man/man8/man8.macppc/MAKEDEV.8 +++ b/share/man/man8/man8.macppc/MAKEDEV.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: MAKEDEV.8,v 1.1 2001/09/01 16:54:58 drahn Exp $ +.\" $OpenBSD: MAKEDEV.8,v 1.2 2001/09/02 19:37:00 miod Exp $ .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -33,7 +33,7 @@ .\" from: @(#)MAKEDEV.8 5.2 (Berkeley) 3/22/91 .\" .Dd January 27, 2001 -.Dt MAKEDEV 8 powerpc +.Dt MAKEDEV 8 macppc .Os .Sh NAME .Nm MAKEDEV @@ -66,19 +66,19 @@ If given, .Ar all creates device files for all devices on -PowerPC. If units are expected for a device +macppc. If units are expected for a device .Nm MAKEDEV supplies the standard numbers. The .Ar std -argument creates the standard devices for PowerPC. +argument creates the standard devices for macppc. Finally .Ar local is for devices specific to the local site, and executes the shell file .Pa MAKEDEV.local . .Pp -PowerPC supports the following devices. +macppc supports the following devices. Where a device name is followed by a hash sign ("#"), the hash sign must be replaced by a unit number. @@ -86,7 +86,7 @@ by a unit number. .Sy Pseudo\-names .Bl -tag -width indent -compact .It Ar all -All known devices for PowerPC. +All known devices for macppc. .It Ar std The standard devices (console, drum, fd/*, klog, kmem, mem, null, stderr, stdin, stdout, tty, zero) |