diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-12-04 19:18:32 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-12-04 19:18:32 +0000 |
commit | a369c48fb059b11fe7de6764601588d9f706419a (patch) | |
tree | 0e460be10aae6542c6ad5f88870bdec3227ba310 | |
parent | c8309d2d9942971945d0792d761ca3117a71089b (diff) |
Provide eeprom(8) on sparc64.
-rw-r--r-- | usr.sbin/eeprom/Makefile | 4 | ||||
-rw-r--r-- | usr.sbin/eeprom/eeprom.8 | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/usr.sbin/eeprom/Makefile b/usr.sbin/eeprom/Makefile index fdfd0ffc0b0..325c45501eb 100644 --- a/usr.sbin/eeprom/Makefile +++ b/usr.sbin/eeprom/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2001/09/30 19:48:23 millert Exp $ +# $OpenBSD: Makefile,v 1.7 2001/12/04 19:18:31 miod Exp $ .if ${MACHINE} == "sparc" || ${MACHINE} == "sun3" || ${MACHINE} == "sparc64" PROG= eeprom @@ -20,6 +20,6 @@ NOPROG=yes .endif MAN= eeprom.8 -MANSUBDIR=sparc sun3 +MANSUBDIR=sparc sparc64 sun3 .include <bsd.prog.mk> diff --git a/usr.sbin/eeprom/eeprom.8 b/usr.sbin/eeprom/eeprom.8 index 683613786e0..6e78be6f8c0 100644 --- a/usr.sbin/eeprom/eeprom.8 +++ b/usr.sbin/eeprom/eeprom.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: eeprom.8,v 1.10 2000/11/09 17:53:12 aaron Exp $ +.\" $OpenBSD: eeprom.8,v 1.11 2001/12/04 19:18:31 miod Exp $ .\" $NetBSD: eeprom.8,v 1.2 1996/02/28 01:13:24 thorpej Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -52,7 +52,7 @@ .Li = Ns Ar value .Oc ... .Oc -.Sh SPARC SYNOPSIS +.Sh SPARC AND SPARC64 SYNOPSIS .Nm eeprom .Op Fl .Op Fl c @@ -103,8 +103,8 @@ will ignore them and continue after displaying a warning. This flag is quietly ignored on systems with an OpenProm. .El .Pp -The following options are valid only on the SPARC and will produce an -error when used on a Sun 3: +The following options are valid only on the sparc and sparc64 and will +produce an error when used on a sun3: .Bl -tag -width indent .It Fl v On systems with an OpenProm, be verbose when setting a value. @@ -359,7 +359,7 @@ It has a limited number of write cycles. .Pp The date parser isn't very intelligent. .Sh FILES -.Bl -tag -width "/dev/openprom " +.Bl -tag -width "/dev/openprom" .It /dev/eeprom the EEPROM device on systems with an EEPROM .It /dev/openprom |