Otherwise the ssh.1 manpage is not build correct. .It PasswordAuthentication matches and gets replaced by ".B" Patch: --- mdoc2man.awk.orig Fri Jul 23 12:46:49 2004 +++ mdoc2man.awk Fri Jul 23 12:47:13 2004 @@ -306,7 +306,7 @@ else if(optlist==3) { add(".TP") prenl++ - if(match(words[w+1],"^Pa|Ev$")) { + if(match(words[w+1],"^Pa$|^Ev$")) { add(".B") w++ }
Already fixed in -current: 20040627 [...] - (dtucker) [mdoc2man.awk] Bug #883: correctly recognise .Pa and .Ev macros.