mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 16:49:40 +00:00
Fix the ".Os" macro to not display "BSD Experimental" if no arguments
are specified. Just "BSD" is displayed instead.
This commit is contained in:
parent
3681ddfb6e
commit
24b0124f19
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13828
@ -193,7 +193,7 @@
|
||||
.de Os
|
||||
.ds oS Null
|
||||
.if "\\$1"" \{\
|
||||
. ds oS BSD Experimental
|
||||
. ds oS BSD
|
||||
.\}
|
||||
.if "\\$2"" \{\
|
||||
. ds aa Non-Null
|
||||
|
Loading…
Reference in New Issue
Block a user