Commit 4f491ba5 authored by Petr Písař's avatar Petr Písař Committed by Michael Tremer

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: default avatarPetr Písař <ppisar@redhat.com>
Signed-off-by: default avatarMichael Tremer <michael.tremer@ipfire.org>
parent 9b3db7b1
......@@ -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
......
......@@ -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
......
= location(8)
= location(1)
== NAME
location - Query the location database
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment