summaryrefslogtreecommitdiff
path: root/src/libs
diff options
context:
space:
mode:
authorwl <wl>2006-02-14 20:33:19 +0000
committerwl <wl>2006-02-14 20:33:19 +0000
commitc95fb639d2148c7c7de60182ec13115ddd9ad44a (patch)
tree1198f87e8e5d534b732fe334708d3a90b03ff92f /src/libs
parent3b2c598ef771a07af46698bcb505dec36f53a2ec (diff)
downloadgroff-c95fb639d2148c7c7de60182ec13115ddd9ad44a.tar.gz
Add comment for `sqrt' glyph (which doubles `sr').
Diffstat (limited to 'src/libs')
-rw-r--r--src/libs/libgroff/glyphuni.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libs/libgroff/glyphuni.cpp b/src/libs/libgroff/glyphuni.cpp
index 4cd4917e..a72abf00 100644
--- a/src/libs/libgroff/glyphuni.cpp
+++ b/src/libs/libgroff/glyphuni.cpp
@@ -1,5 +1,5 @@
// -*- C++ -*-
-/* Copyright (C) 2002, 2003, 2004
+/* Copyright (C) 2002, 2003, 2004, 2006
Free Software Foundation, Inc.
Written by Werner Lemberg <wl@gnu.org>
@@ -394,6 +394,7 @@ struct S {
{ "mi", "2212" },
{ "-+", "2213" },
{ "**", "2217" },
+//{ "sqrt", "221A" },
{ "sr", "221A" },
{ "pt", "221D" },
{ "if", "221E" },