=================================================================== RCS file: /cvs/mandoc/Attic/st.in,v retrieving revision 1.23 retrieving revision 1.24 diff -u -p -r1.23 -r1.24 --- mandoc/Attic/st.in 2013/12/31 23:29:41 1.23 +++ mandoc/Attic/st.in 2014/04/20 16:46:05 1.24 @@ -1,4 +1,4 @@ -/* $Id: st.in,v 1.23 2013/12/31 23:29:41 schwarze Exp $ */ +/* $Id: st.in,v 1.24 2014/04/20 16:46:05 schwarze Exp $ */ /* * Copyright (c) 2009, 2010 Kristaps Dzonsons * @@ -22,7 +22,7 @@ * the formatted output string. * * Be sure to escape strings. - * The non-breaking blanks prevent ending an output line right before + * The non-breaking blanks prevent ending an output line right before * a number. Groff prevent line breaks at the same places. * * REMEMBER TO ADD NEW STANDARDS TO MDOC.7!