Move the nvramtool manpage to section 8 (as it's only really usable as root),
as we've done with the superiotool and flashrom manpages, too (trivial). Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3714 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@ -36,7 +36,7 @@ dep:
|
|||||||
install: $(PROGRAM)
|
install: $(PROGRAM)
|
||||||
$(INSTALL) $(PROGRAM) $(PREFIX)/sbin
|
$(INSTALL) $(PROGRAM) $(PREFIX)/sbin
|
||||||
mkdir -p $(PREFIX)/share/man/man1
|
mkdir -p $(PREFIX)/share/man/man1
|
||||||
$(INSTALL) $(PROGRAM).1 $(PREFIX)/share/man/man1
|
$(INSTALL) $(PROGRAM).8 $(PREFIX)/share/man/man8
|
||||||
|
|
||||||
.PHONY: all clean distclean dep
|
.PHONY: all clean distclean dep
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
.\"***************************************************************************\
|
.\"***************************************************************************\
|
||||||
.\" nvramtool.1
|
.\" nvramtool.8
|
||||||
.\"***************************************************************************
|
.\"***************************************************************************
|
||||||
.\" Copyright (C) 2002, 2003 The Regents of the University of California.
|
.\" Copyright (C) 2002, 2003 The Regents of the University of California.
|
||||||
.\" Produced at the Lawrence Livermore National Laboratory.
|
.\" Produced at the Lawrence Livermore National Laboratory.
|
||||||
@ -27,7 +27,7 @@
|
|||||||
.\" with this program; if not, write to the Free Software Foundation, Inc.,
|
.\" with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
.\" 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
.\" 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
.\"***************************************************************************/
|
.\"***************************************************************************/
|
||||||
.TH NVRAMTOOL 1 "September 2008" Linux
|
.TH NVRAMTOOL 8 "September 2008"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
nvramtool \- read/write coreboot-related information
|
nvramtool \- read/write coreboot-related information
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
Reference in New Issue
Block a user