summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorwl <wl>2008-01-05 20:59:05 +0000
committerwl <wl>2008-01-05 20:59:05 +0000
commitebce2b4dcee160ca6a262e48eef09d620786c010 (patch)
tree10c69def4d5d9aa2132e1e28859d1f3a9a07a576 /src
parent37f82fd3ee9abb091909bf9c89429478534629ca (diff)
downloadgroff-ebce2b4dcee160ca6a262e48eef09d620786c010.tar.gz
* man/groff_char.man, man/groff.man: Revised.
* src/preproc/eqn/lex.cpp (troff_defs): Fix typo.
Diffstat (limited to 'src')
-rw-r--r--src/preproc/eqn/lex.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/preproc/eqn/lex.cpp b/src/preproc/eqn/lex.cpp
index 5d73bdb8..d404034f 100644
--- a/src/preproc/eqn/lex.cpp
+++ b/src/preproc/eqn/lex.cpp
@@ -1,5 +1,6 @@
// -*- C++ -*-
-/* Copyright (C) 1989, 1990, 1991, 1992, 2000, 2001, 2002, 2003, 2005, 2007
+/* Copyright (C) 1989, 1990, 1991, 1992, 2000, 2001, 2002, 2003, 2005, 2007,
+ 2008
Free Software Foundation, Inc.
Written by James Clark (jjc@jclark.com)
@@ -260,7 +261,7 @@ static struct builtin_def troff_defs[] = {
{ "vec", "accent { vec_def }" },
{ "dyad_def", "up 52 size -5 { \\(<> }" },
{ "dyad", "accent { dyad_def }" },
- { "...", "type \"inner\" vcenter { . . , }" },
+ { "...", "type \"inner\" vcenter { . . . }" },
};
/* equivalent definitions for MathML mode */