mirror of
https://github.com/openvswitch/ovs
synced 2025-08-22 09:58:01 +00:00
ovs.tmac: Fix troff warning in versions above groff-1.23.
When the compilation dependency is groff-1.23, the following message is displayed in the compilation log, and the compilation fails: troff:vswitchd/ovs-vswitchd.8:1298: warning: cannot select font 'CW' make[1]: *** [Makefile:6761: manpage-check] Error 1 CW font was removed and and now groff warns about non-existent font: https://git.savannah.gnu.org/cgit/groff.git/commit/?id=d75ea8b2e283e37bd560e821fa4597065f36725f) Fix that by replacing CW with CR. CW supposed to be an alias of CR anyway. Submitted-at: https://github.com/openvswitch/ovs/pull/416 Co-authored-by: Xiaojie Chen <jackchanx@163.com> Signed-off-by: Xiaojie Chen <jackchanx@163.com> Signed-off-by: gordonwwang <gordonwwang@tencent.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
This commit is contained in:
parent
d80df0b860
commit
0945e1a5fa
@ -175,7 +175,7 @@
|
||||
. nr mE \\n(.f
|
||||
. nf
|
||||
. nh
|
||||
. ft CW
|
||||
. ft CR
|
||||
..
|
||||
.
|
||||
.
|
||||
|
Loading…
x
Reference in New Issue
Block a user