>From 5644ba4f62ce26df9c531e72f2a6a630ae80ce5c Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Sat, 31 Dec 2016 13:13:18 +0900 Subject: [PATCH 02/13] rcufundamental: Rewrite table 'RCU Publish and Subscribe Primitives' By using \tco{}, this commit removes bogus "~"s. It also tweaks layout options of parboxes for better looks. Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- defer/rcufundamental.tex | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/defer/rcufundamental.tex b/defer/rcufundamental.tex index 0c97b8c..11d8d55 100644 --- a/defer/rcufundamental.tex +++ b/defer/rcufundamental.tex @@ -386,24 +386,24 @@ circular list: Category & Publish & Retract & Subscribe \\ \hline \hline -Pointers & \co{rcu_assign_pointer()} - & \co{rcu_assign_pointer(..., NULL)}~~ - & \co{rcu_dereference()} \\ +Pointers & \tco{rcu_assign_pointer()} + & \tco{rcu_assign_pointer(..., NULL)} + & \tco{rcu_dereference()} \\ \hline -Lists & \parbox{1.5in}{ +Lists & \parbox[c][0.37in][c]{1.3in}{ \co{list_add_rcu()} \\ \co{list_add_tail_rcu()} \\ \co{list_replace_rcu()} } - & \co{list_del_rcu()} - & \co{list_for_each_entry_rcu()}~~~ \\ + & \tco{list_del_rcu()} + & \tco{list_for_each_entry_rcu()} \\ \hline -Hlists & \parbox{1.5in}{ +Hlists & \parbox[c][0.5in][c]{1.3in}{ \co{hlist_add_after_rcu()} \\ \co{hlist_add_before_rcu()} \\ \co{hlist_add_head_rcu()} \\ \co{hlist_replace_rcu()} } - & \co{hlist_del_rcu()} - & \co{hlist_for_each_entry_rcu()}~~~~~ + & \tco{hlist_del_rcu()} + & \tco{hlist_for_each_entry_rcu()} \end{tabular} \caption{RCU Publish and Subscribe Primitives} \label{tab:defer:RCU Publish and Subscribe Primitives} -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe perfbook" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html