=================================================================== RCS file: /cvs/mandoc/Attic/ascii.in,v retrieving revision 1.9 retrieving revision 1.12 diff -u -p -r1.9 -r1.12 --- mandoc/Attic/ascii.in 2009/04/12 19:45:26 1.9 +++ mandoc/Attic/ascii.in 2009/07/26 19:53:40 1.12 @@ -1,6 +1,6 @@ -/* $Id: ascii.in,v 1.9 2009/04/12 19:45:26 kristaps Exp $ */ +/* $Id: ascii.in,v 1.12 2009/07/26 19:53:40 kristaps Exp $ */ /* - * Copyright (c) 2009 Kristaps Dzonsons + * Copyright (c) 2009 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -27,7 +27,7 @@ LINE("\\", 1, "\\", 1) LINE("\'", 1, "\'", 1) LINE("`", 1, "`", 1) -LINE("%", 1, "%", 1) +LINE("%", 1, "", 0) LINE("-", 1, "-", 1) LINE(" ", 1, " ", 1) LINE("~", 1, " ", 1) @@ -87,6 +87,7 @@ LINE("a~", 2, "~", 1) LINE("ga", 2, "`", 1) LINE("en", 2, "-", 1) LINE("em", 2, "--", 2) +LINE("hy", 2, "-", 1) LINE("Pi", 2, "pi", 2) LINE("Fo", 2, "<<", 2) LINE("Fc", 2, ">>", 2)