diff options
| author | Glen Barber <gjb@FreeBSD.org> | 2020-04-24 00:08:39 +0000 |
|---|---|---|
| committer | Glen Barber <gjb@FreeBSD.org> | 2020-04-24 00:08:39 +0000 |
| commit | 5810f5458c7dcbc58e64b389d99a334b2a7712e6 (patch) | |
| tree | 6ab69f4aabca1d277e98fe66cd7c54026c9e1b41 /gnu | |
| parent | f759a5bac6670d3dfcd309e5b3d25958bf0c2eed (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/groff/tmac/mdoc.local.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/groff/tmac/mdoc.local.in b/gnu/usr.bin/groff/tmac/mdoc.local.in index fe263d564ed3..3e0005e50a89 100644 --- a/gnu/usr.bin/groff/tmac/mdoc.local.in +++ b/gnu/usr.bin/groff/tmac/mdoc.local.in @@ -50,7 +50,7 @@ .ds doc-str-Lb-libstdthreads C11 Threads Library (libstdthreads, \-lstdthreads) . .\" Default .Os value -.ds doc-default-operating-system FreeBSD\~11.3 +.ds doc-default-operating-system FreeBSD\~11.4 . .\" FreeBSD releases not found in doc-common .ds doc-operating-system-FreeBSD-2.2.9 2.2.9 @@ -69,6 +69,7 @@ .ds doc-operating-system-FreeBSD-11.1 11.1 .ds doc-operating-system-FreeBSD-11.2 11.2 .ds doc-operating-system-FreeBSD-11.3 11.3 +.ds doc-operating-system-FreeBSD-11.4 11.4 . .\" Definitions for other *BSDs not (yet) in doc-common .ds doc-operating-system-NetBSD-7.0 7.0 |
