Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/usr.bin/man Pull up revisions 1.6-1.7 (requested by kim):



details:   https://anonhg.NetBSD.org/src/rev/45fc59d892e3
branches:  netbsd-1-4
changeset: 470519:45fc59d892e3
user:      he <he%NetBSD.org@localhost>
date:      Sun Apr 30 11:30:11 2000 +0000

description:
Pull up revisions 1.6-1.7 (requested by kim):
  Pull up various changes from the trunk:
   o man page typos fixed.  Document _crunch.

diffstat:

 usr.bin/man/man.conf.5 |  10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diffs (31 lines):

diff -r ec161b4c16a3 -r 45fc59d892e3 usr.bin/man/man.conf.5
--- a/usr.bin/man/man.conf.5    Sun Apr 30 11:29:46 2000 +0000
+++ b/usr.bin/man/man.conf.5    Sun Apr 30 11:30:11 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: man.conf.5,v 1.5 1998/01/09 08:06:05 perry Exp $
+.\"    $NetBSD: man.conf.5,v 1.5.2.1 2000/04/30 11:30:11 he Exp $
 .\"
 .\" Copyright (c) 1989, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -94,7 +94,7 @@
 Man file names, regardless of their format, are expected to end in
 a ``.*'' pattern, i.e. a ``.'' followed by some suffix.
 The first field of a _build line lists a suffix which indicates
-files which need to be reformated or manipulated in some way before
+files which need to be reformatted or manipulated in some way before
 being displayed to the user.
 The suffix may contain the normal shell globbing characters (NOT
 including curly braces (``{}'')).
@@ -103,6 +103,12 @@
 displayed to the user.
 Any occurrences of the string ``%s'' in the shell command line will
 be replaced by the name of the file which is being reformatted.
+.It _crunch
+The ``_crunch'' section is used by catman to know how to crunch cat pages
+which originally were compressed man pages: The first field lists a suffix
+which indicates what kind of compression were used to compress the man page.
+The rest of the line must be a shell command line, used to compress the
+formatted pages.
 .It _subdir
 The list (in search order) of subdirectories which will be searched in
 any directory named with a trailing slash (``/'') character.



Home | Main Index | Thread Index | Old Index