summaryrefslogtreecommitdiff
path: root/contrib/pdfmark
diff options
context:
space:
mode:
authorwl <wl>2006-02-24 08:08:42 +0000
committerwl <wl>2006-02-24 08:08:42 +0000
commita6144cf1b8683ed4d36ca7668de711aae9eb31b8 (patch)
treeb968d26b0b73ba405efbb25e302c6dc907cfee8d /contrib/pdfmark
parent67523fa875b486a101ed480befffc6f78ea269f9 (diff)
downloadgroff-a6144cf1b8683ed4d36ca7668de711aae9eb31b8.tar.gz
* src/libs/libgroff/glyphuni.cpp (glyph_to_unicode_list): Use entry
for \-. Remove commented out entries for \' and \` (there are no such glyph names). * src/libs/libgroff/uniglyph.cpp (unicode_to_glyph_list): Remove commented out entries for \' and \`. * */*: s/legal/valid/ where appropriate.
Diffstat (limited to 'contrib/pdfmark')
-rw-r--r--contrib/pdfmark/pdfmark.ms2
-rw-r--r--contrib/pdfmark/pdfroff.sh6
2 files changed, 4 insertions, 4 deletions
diff --git a/contrib/pdfmark/pdfmark.ms b/contrib/pdfmark/pdfmark.ms
index 0e9f0747..c7a7ef9d 100644
--- a/contrib/pdfmark/pdfmark.ms
+++ b/contrib/pdfmark/pdfmark.ms
@@ -1397,7 +1397,7 @@ even if they would otherwise be interpreted as such.
It is also useful when the argument list to
.CW pdfhref
contains special characters \(em any special character,
-which is not legal in a
+which is not valid in a
.CW groff
macro name, will cause a parsing error, if
.CW pdfhref
diff --git a/contrib/pdfmark/pdfroff.sh b/contrib/pdfmark/pdfroff.sh
index 03bed4e1..b99872f2 100644
--- a/contrib/pdfmark/pdfroff.sh
+++ b/contrib/pdfmark/pdfroff.sh
@@ -3,7 +3,7 @@
#
# Function: Format PDF Output from groff Markup
#
-# Copyright (C) 2005, Free Software Foundation, Inc.
+# Copyright (C) 2005, 2006, Free Software Foundation, Inc.
# Written by Keith Marshall (keith.d.marshall@ntlworld.com)
#
# This file is part of groff.
@@ -297,7 +297,7 @@
#
# Those standard options which expect an argument, but are specified with
# an intervening space, between flag and argument, must be reparsed, so we
-# can trap illegal use of '-T dev', or missing input files.
+# can trap invalid use of '-T dev', or missing input files.
#
-[dfFILmMnoPrTwW])
OPTNAME="$1"
@@ -569,4 +569,4 @@
$SAY >&2 ". done"
#
# ------------------------------------------------------------------------------
-# $RCSfile: pdfroff.sh,v $ $Revision: 1.7 $: end of file
+# $RCSfile: pdfroff.sh,v $ $Revision: 1.8 $: end of file