summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2019-10-23 12:13:40 +0100
committerColin Watson <cjwatson@debian.org>2019-10-23 12:13:40 +0100
commitf2bcbd87a94c08fae249f6cc9c9fbc07aa49ef5f (patch)
tree56aaba3880b1d2e3f3d77b22751aa092346e99fc /manual
parent4022480a2cbcd303c5fcb3547dab2896ae1915a9 (diff)
parent3fd2a98af023965e3f9e4d610e76fc8a981cf411 (diff)
Import man-db_2.9.0.orig.tar.xz
Diffstat (limited to 'manual')
-rw-r--r--manual/Makefile.in19
-rw-r--r--manual/comp.me10
-rw-r--r--manual/db.me2
-rw-r--r--manual/intro.me4
-rw-r--r--manual/man_db.me2
5 files changed, 17 insertions, 20 deletions
diff --git a/manual/Makefile.in b/manual/Makefile.in
index d1790151..a4e9d12d 100644
--- a/manual/Makefile.in
+++ b/manual/Makefile.in
@@ -209,10 +209,11 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/man-arg-automatic-create.m4 \
$(top_srcdir)/gl/m4/raise.m4 $(top_srcdir)/gl/m4/rawmemchr.m4 \
$(top_srcdir)/gl/m4/readdir.m4 $(top_srcdir)/gl/m4/readlink.m4 \
$(top_srcdir)/gl/m4/realloc.m4 $(top_srcdir)/gl/m4/regex.m4 \
- $(top_srcdir)/gl/m4/rename.m4 $(top_srcdir)/gl/m4/rewinddir.m4 \
- $(top_srcdir)/gl/m4/rmdir.m4 $(top_srcdir)/gl/m4/same.m4 \
- $(top_srcdir)/gl/m4/save-cwd.m4 $(top_srcdir)/gl/m4/select.m4 \
- $(top_srcdir)/gl/m4/setenv.m4 $(top_srcdir)/gl/m4/sigaction.m4 \
+ $(top_srcdir)/gl/m4/rename.m4 $(top_srcdir)/gl/m4/renameat.m4 \
+ $(top_srcdir)/gl/m4/rewinddir.m4 $(top_srcdir)/gl/m4/rmdir.m4 \
+ $(top_srcdir)/gl/m4/same.m4 $(top_srcdir)/gl/m4/save-cwd.m4 \
+ $(top_srcdir)/gl/m4/select.m4 $(top_srcdir)/gl/m4/setenv.m4 \
+ $(top_srcdir)/gl/m4/sigaction.m4 \
$(top_srcdir)/gl/m4/signal_h.m4 \
$(top_srcdir)/gl/m4/signalblocking.m4 \
$(top_srcdir)/gl/m4/size_max.m4 $(top_srcdir)/gl/m4/sleep.m4 \
@@ -246,7 +247,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/man-arg-automatic-create.m4 \
$(top_srcdir)/gl/m4/threadlib.m4 $(top_srcdir)/gl/m4/time_h.m4 \
$(top_srcdir)/gl/m4/timespec.m4 \
$(top_srcdir)/gl/m4/unistd-safer.m4 \
- $(top_srcdir)/gl/m4/unistd_h.m4 $(top_srcdir)/gl/m4/utime.m4 \
+ $(top_srcdir)/gl/m4/unistd_h.m4 $(top_srcdir)/gl/m4/unlink.m4 \
+ $(top_srcdir)/gl/m4/unlinkat.m4 $(top_srcdir)/gl/m4/utime.m4 \
$(top_srcdir)/gl/m4/utime_h.m4 $(top_srcdir)/gl/m4/utimens.m4 \
$(top_srcdir)/gl/m4/utimes.m4 \
$(top_srcdir)/gl/m4/vasnprintf.m4 \
@@ -1237,6 +1239,8 @@ TRANS_MANDB = @TRANS_MANDB@
TRANS_MANDB_UPPER = @TRANS_MANDB_UPPER@
TRANS_MANPATH = @TRANS_MANPATH@
TRANS_MANPATH_UPPER = @TRANS_MANPATH_UPPER@
+TRANS_MAN_RECODE = @TRANS_MAN_RECODE@
+TRANS_MAN_RECODE_UPPER = @TRANS_MAN_RECODE_UPPER@
TRANS_MAN_UPPER = @TRANS_MAN_UPPER@
TRANS_WHATIS = @TRANS_WHATIS@
TRANS_WHATIS_UPPER = @TRANS_WHATIS_UPPER@
@@ -1358,6 +1362,7 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
tr = @tr@
troff = @troff@
+troff_as_troff_input = @troff_as_troff_input@
uncompress = @uncompress@
unlzip = @unlzip@
unlzma = @unlzma@
@@ -1512,10 +1517,10 @@ distclean-generic:
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
-@BUILD_MANUAL_FALSE@dvi-local:
@BUILD_MANUAL_FALSE@ps-local:
-@BUILD_MANUAL_FALSE@clean-local:
@BUILD_MANUAL_FALSE@html-local:
+@BUILD_MANUAL_FALSE@dvi-local:
+@BUILD_MANUAL_FALSE@clean-local:
@BUILD_MANUAL_FALSE@install-data-hook:
@BUILD_MANUAL_FALSE@uninstall-hook:
clean: clean-am
diff --git a/manual/comp.me b/manual/comp.me
index 0a03d7c0..b9535f07 100644
--- a/manual/comp.me
+++ b/manual/comp.me
@@ -35,15 +35,7 @@ See
for details and an example.
.lp
Support for compressed manual pages is compiled into the \*M utilities by
-default.
-To completely disable this support, edit
-.i config.h
-and comment out the following line
-.lp
-#define COMP_SRC 1
-.lp
-This will enable a minor speed increase, but note that support for stray cats
-with any compression extension other than the default will also be disabled.
+default, depending on the decompressors available at configure time.
.BS 2 "Compressed cat pages"
.lp
\*M compresses cat files by default.
diff --git a/manual/db.me b/manual/db.me
index f1b42d29..ddd47273 100644
--- a/manual/db.me
+++ b/manual/db.me
@@ -219,7 +219,7 @@ accessdb -> "- 8 8 1410381979 324541691 A - - - dumps the content of a man-db da
apropos -> "- 1 1 1410381979 268541692 A - - - search the manual page names and descriptions"
catman -> "- 8 8 1410381979 328541691 A - - - create or update the pre-formatted manual pages"
lexgrog -> "- 1 1 1410381979 268541692 A - - - parse header information in man pages"
-man -> "- 1 1 1410381979 280541692 A - t - an interface to the on-line reference manuals"
+man -> "- 1 1 1410381979 280541692 A - t - an interface to the system reference manuals"
manconv -> "- 1 1 1410381979 272541692 A - - - convert manual page from one encoding to another"
mandb -> "- 8 8 1410381979 324541691 A - t - create or update the manual page index caches"
manpath -> " manpath 5 manpath 1"
diff --git a/manual/intro.me b/manual/intro.me
index a2b45722..a4935bfa 100644
--- a/manual/intro.me
+++ b/manual/intro.me
@@ -11,7 +11,7 @@
.BS 1 Introduction
.BS 2 "\*M"
.lp
-\*M is a package that is designed to provide users with online information
+\*M is a package that is designed to provide users with information
in a fast and friendly manner while at the same time offering flexibility to
the system administrator.
.TS
@@ -21,7 +21,7 @@ l lfB l.
It is made up of several user programs:
.sp 6p
.\" Leave the next line alone!
- @\(bu man@\- an interface to the on-line reference manuals
+ @\(bu man@\- an interface to the system reference manuals
@\(bu whatis@\- search the manual page names
@\(bu apropos@\- search the manual page names and descriptions
@\(bu manpath@\- determine search path for manual pages
diff --git a/manual/man_db.me b/manual/man_db.me
index e111cabf..a0837a2b 100644
--- a/manual/man_db.me
+++ b/manual/man_db.me
@@ -79,7 +79,7 @@ Colin Watson <cjwatson@debian.org>
.)l
.sp 4
.(l F
-This document describes the setup, maintenance and use of a generic online
+This document describes the setup, maintenance and use of a generic
manual page system with special reference to the \*M package and its
advanced features.
.)l