diff options
author | 2018-08-10 20:40:43 +0000 | |
---|---|---|
committer | 2018-08-10 20:40:43 +0000 | |
commit | 9b153f259f536adb3bb945c85622ab4440a23396 (patch) | |
tree | ca90ed9a61134f4c696cab46d4ba58e764320d2a /share/man/man7 | |
parent | sync (diff) | |
download | wireguard-openbsd-9b153f259f536adb3bb945c85622ab4440a23396.tar.xz wireguard-openbsd-9b153f259f536adb3bb945c85622ab4440a23396.zip |
The groff man-ext macros define fonts CB, CI, and CR,
and some groff manual pages actually use them in .ft requests.
It's easy enough to handle these .ft requests in mandoc, too.
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/roff.7 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man7/roff.7 b/share/man/man7/roff.7 index 5721081b519..4c45df81d8a 100644 --- a/share/man/man7/roff.7 +++ b/share/man/man7/roff.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: roff.7,v 1.77 2018/08/10 04:41:21 schwarze Exp $ +.\" $OpenBSD: roff.7,v 1.78 2018/08/10 20:40:43 schwarze Exp $ .\" .\" Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv> .\" Copyright (c) 2010-2018 Ingo Schwarze <schwarze@openbsd.org> @@ -920,15 +920,15 @@ The following .Ar font arguments are supported: .Bl -tag -width 4n -offset indent -.It Cm B , BI , 3 , 4 +.It Cm B , BI , CB , 3 , 4 switches to .Sy bold font -.It Cm I , 2 +.It Cm I , CI , 2 switches to .Em underlined font -.It Cm R , CW , 1 +.It Cm R , CR , CW , 1 switches to normal font .It Cm P No "or no argument" switches back to the previous font |