From: Petr Písař Date: Thu, 6 Oct 2022 11:28:51 +0000 (+0200) Subject: Move location manual from section 8 to section 1 X-Git-Tag: 0.9.16~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f491ba50c13d4b084933a8678224f878ee37474;p=location%2Flibloc.git Move location manual from section 8 to section 1 It's a tool a non-superuser can use. It's installed into /usr/bin. Fixes: #12957 Signed-off-by: Petr Písař Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index 8de0edf..5db3a51 100644 --- a/Makefile.am +++ b/Makefile.am @@ -445,7 +445,7 @@ src_test_address_LDADD = \ MANPAGES = \ $(MANPAGES_3) \ - $(MANPAGES_8) + $(MANPAGES_1) MANPAGES_3 = \ man/libloc.3 \ @@ -459,12 +459,12 @@ MANPAGES_3 = \ man/loc_set_log_fn.3 \ man/loc_set_log_priority.3 -MANPAGES_8 = \ - man/location.8 +MANPAGES_1 = \ + man/location.1 -MANPAGES_TXT = $(MANPAGES_TXT_3) $(MANPAGES_TXT_8) +MANPAGES_TXT = $(MANPAGES_TXT_3) $(MANPAGES_TXT_1) MANPAGES_TXT_3 = $(patsubst %.3,%.txt,$(MANPAGES_3)) -MANPAGES_TXT_8 = $(patsubst %.8,%.txt,$(MANPAGES_8)) +MANPAGES_TXT_1 = $(patsubst %.1,%.txt,$(MANPAGES_1)) MANPAGES_HTML = $(patsubst %.txt,%.html,$(MANPAGES_TXT)) MANPAGES_XML = $(patsubst %.txt,%.xml,$(MANPAGES_TXT)) @@ -512,7 +512,7 @@ man/%.xml: man/%.txt man/asciidoc.conf man/%.3: man/%.xml $(XSLTPROC_COMMAND_MAN) -man/%.8: man/%.xml +man/%.1: man/%.xml $(XSLTPROC_COMMAND_MAN) man/%.html: man/%.txt man/asciidoc.conf diff --git a/man/libloc.txt b/man/libloc.txt index baf98c1..ec14e16 100644 --- a/man/libloc.txt +++ b/man/libloc.txt @@ -39,7 +39,7 @@ either version 2.1 of the License, or (at your option) any later version. == See Also -link:location[8] +link:location[1] == Bug Reports diff --git a/man/location.txt b/man/location.txt index 3dfddf5..70352d2 100644 --- a/man/location.txt +++ b/man/location.txt @@ -1,4 +1,4 @@ -= location(8) += location(1) == NAME location - Query the location database