From e0a38be97bc77a05ea1ddcb20cfe382b8298a9e0 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Fri, 2 Feb 2007 13:37:34 +0000 Subject: [PATCH] Some sed expressions for beautification --- cdrskin/convert_man_to_html.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cdrskin/convert_man_to_html.sh b/cdrskin/convert_man_to_html.sh index 333cb09..7702504 100755 --- a/cdrskin/convert_man_to_html.sh +++ b/cdrskin/convert_man_to_html.sh @@ -47,7 +47,8 @@ then -e 's/In general there are two types of tracks: data and audio./\ 
In general there are two types of tracks: data and audio./' \ -e 's/While audio tracks just contain a given/\ 
While audio tracks just contain a given/' \ -e 's/Recordable CD Media:<\/b>/\ 
Recordable CD Media:<\/b>/' \ - -e 's/Recordable DVD Media:<\/b>/\ 
Recordable DVD Media:<\/b>/' \ + -e 's/Overwriteable DVD Media:<\/b>/\ 
Overwriteable DVD Media:<\/b>/' \ + -e 's/Sequentially Recordable DVD Media:<\/b>/\ 
Sequentially Recordable DVD Media:<\/b>/' \ -e 's/Drive preparation and addressing:<\/b>/\ 
Drive preparation and addressing:<\/b>/' \ -e 's/If you only got one CD capable drive/\ 
If you only got one CD capable drive/' \ -e 's/^Alphabetical list of options/\ 
Alphabetical list of options/' \