Manpage cross-reference cleanups: convert '.BR cmd (section)' to '.IR cmd (section)'
[mmh] / man / slocal.man
index 2ce87b9..f1a2e39 100644 (file)
@@ -355,7 +355,7 @@ failed.
 .PP
 In order to avoid any time limitations, you might implement a process
 that began by
-.BR fork ()-ing.
+.IR fork ()-ing.
 The parent would return the appropriate
 value immediately, and the child could continue on, doing whatever it
 wanted for as long as it wanted.  This approach is somewhat risky if