diff options
author | gjb <gjb@FreeBSD.org> | 2013-10-10 18:05:13 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2013-10-10 18:05:13 +0000 |
commit | 5cca672bb0892f1c5da630c34a1f98e2de4d7064 (patch) | |
tree | 6b296a36d3238a499d1ff3857efe99843d01198a /gnu | |
parent | 4db35ea7a1527347b86288b7fcc9b3a87d35f7fd (diff) | |
download | FreeBSD-src-5cca672bb0892f1c5da630c34a1f98e2de4d7064.zip FreeBSD-src-5cca672bb0892f1c5da630c34a1f98e2de4d7064.tar.gz |
Turn it all the way up to 11:
- Update FreeBSD version in:
- UPDATING
- sys/conf/newvers.sh
- Add 11.0 FreeBSD version for manual pages
- Bump __FreeBSD_version to 1100000
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
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 b11f4b6..180669f 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 . |