Source-Changes-HG archive

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

[src/netbsd-1-5]: src/share/man/man0 Add a comment on what to do if 'ptx' doe...



details:   https://anonhg.NetBSD.org/src/rev/d4b9c3323cb2
branches:  netbsd-1-5
changeset: 489432:d4b9c3323cb2
user:      hubertf <hubertf%NetBSD.org@localhost>
date:      Mon Sep 11 20:14:31 2000 +0000

description:
Add a comment on what to do if 'ptx' doesn't do the job.

diffstat:

 share/man/man0/tocrc |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 3ec0cf111f7f -r d4b9c3323cb2 share/man/man0/tocrc
--- a/share/man/man0/tocrc      Mon Sep 11 19:25:35 2000 +0000
+++ b/share/man/man0/tocrc      Mon Sep 11 20:14:31 2000 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: tocrc,v 1.2 1998/01/09 08:04:10 perry Exp $
+#      $NetBSD: tocrc,v 1.2.10.1 2000/09/11 20:14:31 hubertf Exp $
 #
 # Copyright (c) 1993
 #      The Regents of the University of California.  All rights reserved.
@@ -59,6 +59,7 @@
 
 cat tocx* cshcmd > /tmp/cattoc
 
+# If this fails, try gptx from GNU textutils (pkgsrc/text/textutils)
 ptx -r -t -b break -f -w 108 -i ignore /tmp/cattoc ptxx
 
 for x in 1 2 3 4 5 6 7 8; do



Home | Main Index | Thread Index | Old Index