@@ -215,7 +215,7 @@ public void testMan() {
215215 //FIXME - should generate -S,--sections list
216216 addOption ("S" , "sections" , true , "use colon separated section list." ).
217217 //FIXME - should generate -m,--systems system
218- addOption ("m" , "systems" , true , "search for man pages from other unix system(s)." ).
218+ addOption ("m" , "systems" , true , "search for man pages from other Unix system(s)." ).
219219 //FIXME - should generate -L,--locale locale
220220 addOption ("L" , "locale" , true , "define the locale for this particular man search." ).
221221 //FIXME - should generate -p,--preprocessor string
@@ -254,7 +254,7 @@ public void testMan() {
254254 " -M,--manpath <arg> set search path for manual pages" + eol +
255255 " to 'path'." + eol +
256256 " -m,--systems <arg> search for man pages from other" + eol +
257- " unix system(s)." + eol +
257+ " Unix system(s)." + eol +
258258 " -P,--pager <arg> use program 'pager' to display" + eol +
259259 " output." + eol +
260260 " -p,--preprocessor <arg> string indicates which" + eol +
0 commit comments