diff options
| author | Glen Barber <gjb@FreeBSD.org> | 2017-05-19 00:00:38 +0000 |
|---|---|---|
| committer | Glen Barber <gjb@FreeBSD.org> | 2017-05-19 00:00:38 +0000 |
| commit | 9276d438ed1ce39618eadf464510a1ffc32df2f7 (patch) | |
| tree | ff07dadddbf21a0ce8f18d504288ef81c4e04f13 /gnu | |
| parent | f1b44c9196a62862e349b76641bce7a181deb961 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/groff/tmac/mdoc.local.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/usr.bin/groff/tmac/mdoc.local.in b/gnu/usr.bin/groff/tmac/mdoc.local.in index 046b16b249c7b..af9efa11bae1a 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\~11.1 . .\" FreeBSD releases not found in doc-common .ds doc-operating-system-FreeBSD-2.2.9 2.2.9 @@ -62,7 +62,10 @@ .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.2 10.2 +.ds doc-operating-system-FreeBSD-10.3 10.3 .ds doc-operating-system-FreeBSD-11.0 11.0 +.ds doc-operating-system-FreeBSD-11.1 11.1 . .\" Definitions for other *BSDs not (yet) in doc-common .ds doc-operating-system-NetBSD-7.0 7.0 |
