4.4BSD snapshot (revision 8.1); add 1993 to copyright
[unix-history] / usr / src / usr.sbin / eeprom / eeprom.8
CommitLineData
30487704
CT
1.\" Copyright 1992 The Regents of the University of California.
2.\" All rights reserved.
3.\"
4.\" This software was developed by the Computer Systems Engineering group
5.\" at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
6.\" contributed to Berkeley.
7.\"
8.\" %sccs.include.redist.roff%
9.\"
c1c61666 10.\" @(#)eeprom.8 8.1 (Berkeley) %G%
30487704
CT
11.\"
12.Dd
13.Dt EEPROM 8
14.Os BSD 4.4
15.Sh NAME
16.Nm eeprom
17.Nd openprom control utility
18.Sh SYNOPSIS
19.Nm eeprom
20.Op Ar name Ar ...
21.Op Ar name=value Ar ...
22.Sh DESCRIPTION
23The
24.Nm
25utility
26is used to display
27and modify options fields in the SPARCstation openprom.
28.Pp
29When invoked with no arguments,
30.Nm
31display the values of all options. Otherwise, fields are displayed or
32set (in the order specified on the command line).
33.Sh FILES
34.Bl -tag -width /dev/openprom -compact
35.It Pa /dev/openprom
36the openprom device
37.El
38.Sh SEE ALSO
39.Xr openprom 4
40.Sh HISTORY
41The
42.Nm
43command
44.Ud