xref: /original-bsd/usr.sbin/eeprom/eeprom.8 (revision 3705696b)
1.\" Copyright (c) 1992, 1993
2.\"	The Regents of the University of California.  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.\"
10.\"	@(#)eeprom.8	8.1 (Berkeley) 06/09/93
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 eeprom
43utility first appeared in 4.4BSD.
44