From 886e449d6286aa75c07a0f21dfb3d09d4fc1ea5d Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Fri, 4 Dec 2009 17:04:39 +0000 Subject: [PATCH] Move the man page to section 8 --- Makefile | 8 ++++---- rfkill.1 => rfkill.8 | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) rename rfkill.1 => rfkill.8 (97%) diff --git a/Makefile b/Makefile index 71a6082719..2c5fd9e814 100644 --- a/Makefile +++ b/Makefile @@ -46,13 +46,13 @@ check: @$(NQ) ' GZIP' $< $(Q)gzip < $< > $@ -install: rfkill rfkill.1.gz +install: rfkill rfkill.8.gz @$(NQ) ' INST rfkill' $(Q)$(MKDIR) $(DESTDIR)$(SBINDIR) $(Q)$(INSTALL) -m 755 -t $(DESTDIR)$(SBINDIR) rfkill - @$(NQ) ' INST rfkill.1' - $(Q)$(MKDIR) $(DESTDIR)$(MANDIR)/man1/ - $(Q)$(INSTALL) -m 644 -t $(DESTDIR)$(MANDIR)/man1/ rfkill.1.gz + @$(NQ) ' INST rfkill.8' + $(Q)$(MKDIR) $(DESTDIR)$(MANDIR)/man8/ + $(Q)$(INSTALL) -m 644 -t $(DESTDIR)$(MANDIR)/man8/ rfkill.8.gz clean: $(Q)rm -f rfkill *.o *~ *.gz version.c *-stamp diff --git a/rfkill.1 b/rfkill.8 similarity index 97% rename from rfkill.1 rename to rfkill.8 index fc55be036a..da06b270ca 100644 --- a/rfkill.1 +++ b/rfkill.8 @@ -1,5 +1,5 @@ .\" Hey, EMACS: -*- nroff -*- -.TH RFKILL 1 "July 10, 2009" +.TH RFKILL 8 "July 10, 2009" .SH NAME rfkill \- tool for enabling and disabling wireless devices .SH SYNOPSIS -- 2.47.3