diff options
author | kensmith <kensmith@FreeBSD.org> | 2009-08-22 23:44:37 +0000 |
---|---|---|
committer | kensmith <kensmith@FreeBSD.org> | 2009-08-22 23:44:37 +0000 |
commit | 7b24458561762c5e4446c6210421d41eba9eea25 (patch) | |
tree | e65f63d1334f7814205e453e2892fda9b4e85b2d /gnu | |
parent | b4694ea2c6ce4d683b775b3d5c7da7d331864a16 (diff) | |
download | FreeBSD-src-7b24458561762c5e4446c6210421d41eba9eea25.zip FreeBSD-src-7b24458561762c5e4446c6210421d41eba9eea25.tar.gz |
Make head 9.0-CURRENT in preparation for lifting code freeze.
Approved by: re (implicit)
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 a963b7e..daf54b8 100644 --- a/gnu/usr.bin/groff/tmac/mdoc.local +++ b/gnu/usr.bin/groff/tmac/mdoc.local @@ -66,13 +66,14 @@ .ds doc-volume-as-arm arm . .\" Default .Os value -.ds doc-default-operating-system FreeBSD\~8.0 +.ds doc-default-operating-system FreeBSD\~9.0 . .\" FreeBSD releases not found in doc-common .ds doc-operating-system-FreeBSD-6.3 6.3 .ds doc-operating-system-FreeBSD-6.4 6.4 .ds doc-operating-system-FreeBSD-7.1 7.1 .ds doc-operating-system-FreeBSD-8.0 8.0 +.ds doc-operating-system-FreeBSD-9.0 9.0 . .\" Definitions not (yet) in doc-syms .ds doc-str-St--p1003.1-2008 \*[doc-Tn-font-size]\%IEEE\*[doc-str-St] Std 1003.1-2008 |