aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util/nvramtool/Makefile2
-rw-r--r--util/nvramtool/nvramtool.8 (renamed from util/nvramtool/nvramtool.1)4
2 files changed, 3 insertions, 3 deletions
diff --git a/util/nvramtool/Makefile b/util/nvramtool/Makefile
index 6feea95eae..f07ed7e943 100644
--- a/util/nvramtool/Makefile
+++ b/util/nvramtool/Makefile
@@ -36,7 +36,7 @@ dep:
install: $(PROGRAM)
$(INSTALL) $(PROGRAM) $(PREFIX)/sbin
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
diff --git a/util/nvramtool/nvramtool.1 b/util/nvramtool/nvramtool.8
index 45ced60ca8..985d1a6fae 100644
--- a/util/nvramtool/nvramtool.1
+++ b/util/nvramtool/nvramtool.8
@@ -1,5 +1,5 @@
.\"***************************************************************************\
-.\" nvramtool.1
+.\" nvramtool.8
.\"***************************************************************************
.\" Copyright (C) 2002, 2003 The Regents of the University of California.
.\" Produced at the Lawrence Livermore National Laboratory.
@@ -27,7 +27,7 @@
.\" with this program; if not, write to the Free Software Foundation, Inc.,
.\" 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
.\"***************************************************************************/
-.TH NVRAMTOOL 1 "September 2008" Linux
+.TH NVRAMTOOL 8 "September 2008"
.SH NAME
nvramtool \- read/write coreboot-related information
.SH SYNOPSIS