From 69b0edc26112315ae7fa86ed60b8d28e6ac58633 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Mon, 14 Jul 2008 17:39:12 +0000 Subject: [PATCH] Small correction with a sed expression --- xorriso/convert_man_to_html.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xorriso/convert_man_to_html.sh b/xorriso/convert_man_to_html.sh index 5ae19e72..9843e03d 100755 --- a/xorriso/convert_man_to_html.sh +++ b/xorriso/convert_man_to_html.sh @@ -47,7 +47,7 @@ then -e 's/have a look at section EXAMPLES/have a look at section EXAMPLES<\/A>/' \ -e 's/Session model:<\/b>/\ 
Session model:<\/b>/' \ -e 's/Media types and states:<\/b>/\ 
Media types and states:<\/b>/' \ - -e 's/Creating, Growing, Modifying, Blind Growing:<\/b>/\ 
Creating, Growing, Modifying, Blind Growing:<\/b>/' \ + -e 's/Creating, Growing, Modifying, Blind/\ 
Creating, Growing, Modifying, Blind/' \ -e 's/Libburn drives:<\/b>/\ 
Libburn drives:<\/b>/' \ -e 's/^-dev /\ \ -dev /' \ -e 's/^-devices /\ \ -devices /' \