diff options
| author | Glen Barber <gjb@FreeBSD.org> | 2013-10-10 18:05:13 +0000 |
|---|---|---|
| committer | Glen Barber <gjb@FreeBSD.org> | 2013-10-10 18:05:13 +0000 |
| commit | 006a42a9cb173cefe32d169c46748d6f00c41315 (patch) | |
| tree | 6b296a36d3238a499d1ff3857efe99843d01198a /gnu | |
| parent | 783bfbc5a18395606b0e80c1a2e84a3db9322c32 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/groff/tmac/mdoc.local | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/groff/tmac/mdoc.local b/gnu/usr.bin/groff/tmac/mdoc.local index b11f4b6d8dae..180669fef286 100644 --- a/gnu/usr.bin/groff/tmac/mdoc.local +++ b/gnu/usr.bin/groff/tmac/mdoc.local @@ -45,7 +45,7 @@ .ds doc-str-Lb-libstdthreads C11 Threads Library (libstdthreads, \-lstdthreads) . .\" Default .Os value -.ds doc-default-operating-system FreeBSD\~10.0 +.ds doc-default-operating-system FreeBSD\~11.0 . .\" FreeBSD releases not found in doc-common .ds doc-operating-system-FreeBSD-7.4 7.4 @@ -54,6 +54,7 @@ .ds doc-operating-system-FreeBSD-9.1 9.1 .ds doc-operating-system-FreeBSD-9.2 9.2 .ds doc-operating-system-FreeBSD-10.0 10.0 +.ds doc-operating-system-FreeBSD-11.0 11.0 . .\" Definitions not (yet) in doc-syms . |
