diff options
author | mpp <mpp@FreeBSD.org> | 1996-02-01 18:04:22 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1996-02-01 18:04:22 +0000 |
commit | c96c09bb158b0af96d9c4ca1ba7aa8537d8493c6 (patch) | |
tree | cea04543dc30f261cc713c887e942a5aa56424ea /gnu | |
parent | b22c9963d3929bfa56c73a21288e059283f38494 (diff) | |
download | FreeBSD-src-c96c09bb158b0af96d9c4ca1ba7aa8537d8493c6.zip FreeBSD-src-c96c09bb158b0af96d9c4ca1ba7aa8537d8493c6.tar.gz |
Fix the ".Os" macro to not display "BSD Experimental" if no arguments
are specified. Just "BSD" is displayed instead.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/groff/tmac/doc-common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/groff/tmac/doc-common b/gnu/usr.bin/groff/tmac/doc-common index ff1743f..3c1aca4 100644 --- a/gnu/usr.bin/groff/tmac/doc-common +++ b/gnu/usr.bin/groff/tmac/doc-common @@ -193,7 +193,7 @@ .de Os .ds oS Null .if "\\$1"" \{\ -. ds oS BSD Experimental +. ds oS BSD .\} .if "\\$2"" \{\ . ds aa Non-Null |