>From 815908256598842f8d62259a0bd1398495fd859b Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Fri, 22 Feb 2019 20:30:43 +0900 Subject: [PATCH 1/8] defer/rcuapi: Force break between two API in Table 9.3 The column width specified in commit ff9ddf1a7a8f ("defer/rcuapi: Tweak Table 9.3 with nimbusmononarrow font") allows both APIs in this cell to appear without a break between them. Force the break by specifying a narrower column width for the cell. Fixes: ff9ddf1a7a8f ("defer/rcuapi: Tweak Table 9.3 with nimbusmononarrow font") Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- defer/rcuapi.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/defer/rcuapi.tex b/defer/rcuapi.tex index 644a937..93b9767 100644 --- a/defer/rcuapi.tex +++ b/defer/rcuapi.tex @@ -824,8 +824,8 @@ Section~\ref{sec:defer:Maintain Multiple Versions of Recently Updated Objects}. \tco{hlist_bl_set_first_rcu()} \\ \multicolumn{4}{l}{{\bf Delete}} \\ \tco{list_del_rcu()} & - \tco{hlist_del_rcu()} - \tco{hlist_del_init_rcu()} & + \multicolumn{1}{p{1.2in}}{\tco{hlist_del_rcu()} + \tco{hlist_del_init_rcu()}} & \tco{hlist_nulls_del_rcu()} \tco{hlist_nulls_del_init_rcu()} & \tco{hlist_bl_del_rcu()} -- 2.7.4