Package: liburing / 2.14-1

Metadata

Package Version Patches format
liburing 2.14-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 man Fix use of dot on first column in example sectio.patch | (download)

man/io_uring_setup_flags.7 | 20 10 + 10 - 0 !
1 file changed, 10 insertions(+), 10 deletions(-)

 [patch] man: fix use of dot on first column in example sections

We need to use a zero-width space via \& to avoid the dot being
interpreted as a roff command, as warned by groff:

  343: warning: macro 'flags' not defined (possibly missing space after 'fl')
  359: warning: macro 'flags' not defined (possibly missing space after 'fl')
  374: warning: macro 'flags' not defined (possibly missing space after 'fl')
  376: warning: macro 'sq_thread_cpu' not defined
  377: warning: macro 'sq_thread_idle' not defined

Signed-off-by: Guillem Jover <guillem@hadrons.org>