summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/man-db.lsm2
-rw-r--r--man/man1/lexgrog.man14
-rw-r--r--man/man1/man.man12
-rw-r--r--manual/db.me2
-rw-r--r--manual/intro.me4
-rw-r--r--manual/man_db.me2
-rwxr-xr-xsrc/tests/man-mandatory-manpath2
7 files changed, 9 insertions, 9 deletions
diff --git a/docs/man-db.lsm b/docs/man-db.lsm
index a1a39247..5aa74874 100644
--- a/docs/man-db.lsm
+++ b/docs/man-db.lsm
@@ -3,7 +3,7 @@ Title: man-db
Version: 2.8.7
Entered-date: 2019-08-26
Description: This package provides the man command. This utility is
- the primary way of examining the on-line help files
+ the primary way of examining the system help files
(manual pages). Other utilities provided include the
whatis and apropos commands for searching the manual
page database, the manpath utility for determining the
diff --git a/man/man1/lexgrog.man1 b/man/man1/lexgrog.man1
index 8e00f67a..30172a7f 100644
--- a/man/man1/lexgrog.man1
+++ b/man/man1/lexgrog.man1
@@ -106,9 +106,9 @@ failed to parse one or more of its input files.
.SH EXAMPLES
.nf
$ lexgrog man.1
- man.1: "man \- an interface to the on-line reference manuals"
+ man.1: "man \- an interface to the system reference manuals"
$ lexgrog \-fw man.1
- man.1 (t): "man \- an interface to the on-line reference manuals"
+ man.1 (t): "man \- an interface to the system reference manuals"
$ lexgrog \-c whatis.cat1
whatis.cat1: "whatis \- display manual page descriptions"
$ lexgrog broken.1
diff --git a/man/man1/man.man1 b/man/man1/man.man1
index 32f781c2..5711e377 100644
--- a/man/man1/man.man1
+++ b/man/man1/man.man1
@@ -14,7 +14,7 @@
.pc
.TH %thman% 1 "%date%" "%version%" "Manual pager utils"
.SH NAME
-%man% \- an interface to the on-line reference manuals
+%man% \- an interface to the system reference manuals
.SH SYNOPSIS
.\" The general command line
.B %man%
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
diff --git a/src/tests/man-mandatory-manpath b/src/tests/man-mandatory-manpath
index a7293110..75633ac6 100755
--- a/src/tests/man-mandatory-manpath
+++ b/src/tests/man-mandatory-manpath
@@ -15,7 +15,7 @@ MAN_TEST_DISABLE_PATH=1
export MAN_TEST_DISABLE_PATH
write_page manx 1 "$tmpdir/usr/share/man/man1/manx.1.gz" \
- UTF-8 gz '' 'manx \- an interface to the on-line reference manuals'
+ UTF-8 gz '' 'manx \- an interface to the system reference manuals'
write_page manpathx 1 "$tmpdir/usr/share/prog/a/man/man1/manpathx.1.gz" \
UTF-8 gz '' 'manpathx \- determine search path for manual pages'
write_page whatisx 1 "$tmpdir/usr/share/prog/b/man/man1/whatisx.1.gz" \