man: fix troff warning
authorShin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
Thu, 15 Dec 2022 01:56:03 +0000 (10:56 +0900)
committerJens Axboe <axboe@kernel.dk>
Thu, 15 Dec 2022 19:40:57 +0000 (12:40 -0700)
commita0274f429672c10bb113e8d9214369143f71af1a
tree2326b10c654e831be32ba1c702ff884037d0db3b
parent70eb71e682b90078db6f361936933b88f71ad5fd
man: fix troff warning

'make doc' reports a warning:

  troff: <standard input>:2554: warning: can't find font 'b'

To avoid it, add missing 'P' for troff built-in command '\f'.

Signed-off-by: Shin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fio.1