From: Paul E. McKenney Date: Thu, 14 Mar 2013 15:22:23 +0000 (-0400) Subject: Add tab to output in order to allow easy nesting of tables. X-Git-Tag: v0.8.0~98 X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=d10739031cbd3078c97d3f3b30984fa84a9b6951 Add tab to output in order to allow easy nesting of tables. Signed-off-by: Paul E. McKenney Signed-off-by: Mathieu Desnoyers --- diff --git a/scripts/urcu-api-list.sh b/scripts/urcu-api-list.sh index 5517155..3d15048 100755 --- a/scripts/urcu-api-list.sh +++ b/scripts/urcu-api-list.sh @@ -227,7 +227,7 @@ do rm $T/$tag/call_rcu fi ( ls $T/$tag; ls $T/$lasttag ) | sort | uniq -u | - awk -v tag=$tag '{ print "" $1 "" tag "" }' + awk -v tag=$tag '{ print "\t" $1 "" tag "" }' lasttag=$tag done