Man writer: use \f[R] instead of \f[] to reset font

Fixes #4973
This commit is contained in:
Alexander Krotov
2018-10-17 18:29:07 +03:00
parent 6fc812485e
commit b3feaba6af
3 changed files with 47 additions and 46 deletions
+4 -3
View File
@@ -7,9 +7,10 @@ normal **bold `code` more bold** normal.
normal `code` normal.
^D
.PP
normal \f[I]italic \f[BI]bold in the middle\f[I] only italic\f[] normal.
normal \f[I]italic \f[BI]bold in the middle\f[I] only italic\f[R]
normal.
.PP
normal \f[B]bold \f[BC]code\f[B] more bold\f[] normal.
normal \f[B]bold \f[BC]code\f[B] more bold\f[R] normal.
.PP
normal \f[C]code\f[] normal.
normal \f[C]code\f[R] normal.
```