diff options
author | Ken Smith <kensmith@FreeBSD.org> | 2011-09-26 02:27:04 +0000 |
---|---|---|
committer | Ken Smith <kensmith@FreeBSD.org> | 2011-09-26 02:27:04 +0000 |
commit | 8a3b6cc1e16cc893d7c4aa2a60985f6e4bc9d30b (patch) | |
tree | d818fde1ff2451ba46e33411ccd7db9f45b9af8e /gnu | |
parent | 578e4bf777aa141dc1b6f991282ba6c504aff427 (diff) | |
download | src-8a3b6cc1e16cc893d7c4aa2a60985f6e4bc9d30b.tar.gz src-8a3b6cc1e16cc893d7c4aa2a60985f6e4bc9d30b.zip |
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 8c356f5656ba..4436c6095404 100644 --- a/gnu/usr.bin/groff/tmac/mdoc.local +++ b/gnu/usr.bin/groff/tmac/mdoc.local @@ -71,12 +71,13 @@ .ds doc-volume-as-arm arm . .\" Default .Os value -.ds doc-default-operating-system FreeBSD\~9.0 +.ds doc-default-operating-system FreeBSD\~10.0 . .\" FreeBSD releases not found in doc-common .ds doc-operating-system-FreeBSD-7.4 7.4 .ds doc-operating-system-FreeBSD-8.3 8.3 .ds doc-operating-system-FreeBSD-9.0 9.0 +.ds doc-operating-system-FreeBSD-10.0 10.0 . .\" Definitions not (yet) in doc-syms . |