diff options
| author | Glen Barber <gjb@FreeBSD.org> | 2016-07-08 00:54:21 +0000 |
|---|---|---|
| committer | Glen Barber <gjb@FreeBSD.org> | 2016-07-08 00:54:21 +0000 |
| commit | 9493d165a2dc2fb70a3f31fade404b89bd9377bc (patch) | |
| tree | 040c3c4c6434a4d9fb4e7ede675b1ffaaa9a3a7b /gnu | |
| parent | bad7300b1e39a6a9926c1e837fede5e5c0562226 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/groff/tmac/mdoc.local.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/groff/tmac/mdoc.local.in b/gnu/usr.bin/groff/tmac/mdoc.local.in index ac1bebc1ca5b..e5520780c225 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.0 +.ds doc-default-operating-system FreeBSD\~12.0 . .\" FreeBSD releases not found in doc-common .ds doc-operating-system-FreeBSD-2.2.9 2.2.9 @@ -62,6 +62,8 @@ .ds doc-operating-system-FreeBSD-9.3 9.3 .ds doc-operating-system-FreeBSD-10.0 10.0 .ds doc-operating-system-FreeBSD-10.1 10.1 +.ds doc-operating-system-FreeBSD-10.1 10.2 +.ds doc-operating-system-FreeBSD-10.1 10.3 .ds doc-operating-system-FreeBSD-11.0 11.0 .ds doc-operating-system-FreeBSD-11.0 12.0 . |
