=================================================================== RCS file: /cvs/mandoc/Attic/ascii.in,v retrieving revision 1.9 retrieving revision 1.11 diff -u -p -r1.9 -r1.11 --- mandoc/Attic/ascii.in 2009/04/12 19:45:26 1.9 +++ mandoc/Attic/ascii.in 2009/07/12 08:45:56 1.11 @@ -1,6 +1,6 @@ -/* $Id: ascii.in,v 1.9 2009/04/12 19:45:26 kristaps Exp $ */ +/* $Id: ascii.in,v 1.11 2009/07/12 08:45:56 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 @@ -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)