Skip to content

Commit 5861dad

Browse files
akiykspaulmckrcu
authored andcommitted
doc: RCU: Avoid 'Symbol' font-family in SVG figures
On Ubuntu Focal, strings in some of SVG files under Documentation/RCU/Design can not be rendered properly when converted to PDF. Ubuntu releases since Focal and Debian bullseye have trouble with "Symbol" font-family in SVG files. As those strings are mostly API names such as "READ_ONCE()", "WRITE_ONCE(), "rcu_read_lock()", and so on, using a generic monospace font-family should be a good alternative. Substitute the font-family name by a simple sed pattern: 's/Symbol/monospace/g' Signed-off-by: Akira Yokosawa <akiyks@gmail.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
1 parent 7c0be9f commit 5861dad

11 files changed

Lines changed: 67 additions & 67 deletions

File tree

Documentation/RCU/Design/Expedited-Grace-Periods/Funnel0.svg

Lines changed: 2 additions & 2 deletions
Loading

Documentation/RCU/Design/Expedited-Grace-Periods/Funnel1.svg

Lines changed: 2 additions & 2 deletions
Loading

Documentation/RCU/Design/Expedited-Grace-Periods/Funnel2.svg

Lines changed: 2 additions & 2 deletions
Loading

Documentation/RCU/Design/Expedited-Grace-Periods/Funnel3.svg

Lines changed: 2 additions & 2 deletions
Loading

Documentation/RCU/Design/Expedited-Grace-Periods/Funnel4.svg

Lines changed: 2 additions & 2 deletions
Loading

Documentation/RCU/Design/Expedited-Grace-Periods/Funnel5.svg

Lines changed: 2 additions & 2 deletions
Loading

Documentation/RCU/Design/Expedited-Grace-Periods/Funnel6.svg

Lines changed: 2 additions & 2 deletions
Loading

Documentation/RCU/Design/Expedited-Grace-Periods/Funnel7.svg

Lines changed: 2 additions & 2 deletions
Loading

Documentation/RCU/Design/Expedited-Grace-Periods/Funnel8.svg

Lines changed: 2 additions & 2 deletions
Loading

0 commit comments

Comments
 (0)