open-src/common/suntouch-manpages.pl
changeset 90 aa93b75745de
parent 70 af1bea13b32b
child 493 f43507b5737d
--- a/open-src/common/suntouch-manpages.pl	Tue Dec 19 17:57:51 2006 -0800
+++ b/open-src/common/suntouch-manpages.pl	Wed Jan 03 17:24:53 2007 -0800
@@ -29,7 +29,7 @@
 # or other dealings in this Software without prior written authorization
 # of the copyright holder.
 #
-# @(#)suntouch-manpages.pl	1.3	06/10/02
+# @(#)suntouch-manpages.pl	1.4	06/12/14
 #
 
 # Updates manual pages to include standard Sun man page sections
@@ -115,6 +115,7 @@
       elsif ($add_path_to_synopsis) {
 	$nextline = <IN>;
 	$nextline =~ s/^(\.B[IR]*\s+\"?)/$1$synpath/;
+	$nextline =~ s/^(\\fB)/$1$synpath/;
 	print OUT $nextline;
       }
     }