diff options
author | ru <ru@FreeBSD.org> | 2004-08-19 10:41:54 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-08-19 10:41:54 +0000 |
commit | 64aba3276dd5b267749127e1c9c59c01a4bc336d (patch) | |
tree | 6f2f5093c4f2bb695b6a59514a8a016a9ab6ce4f /gnu | |
parent | f1adbb6c14ca4301d37541f31b8a1308f569fe11 (diff) | |
download | FreeBSD-src-64aba3276dd5b267749127e1c9c59c01a4bc336d.zip FreeBSD-src-64aba3276dd5b267749127e1c9c59c01a4bc336d.tar.gz |
Meet the 6.0-CURRENT era. While here, teach mdoc(7) about the upcoming
FreeBSD 4.11-RELEASE.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/groff/tmac/mdoc.local | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/groff/tmac/mdoc.local b/gnu/usr.bin/groff/tmac/mdoc.local index 30b547d..943d196 100644 --- a/gnu/usr.bin/groff/tmac/mdoc.local +++ b/gnu/usr.bin/groff/tmac/mdoc.local @@ -57,10 +57,12 @@ .ds doc-str-Lb-libvgl Video Graphics Library (libvgl, \-lvgl) . .\" Default .Os value -.ds doc-default-operating-system FreeBSD\~5.2 +.ds doc-default-operating-system FreeBSD\~6.0 . .\" FreeBSD releases not found in doc-common +.\" .ds doc-operating-system-FreeBSD-4.11 4.11 .\" .ds doc-operating-system-FreeBSD-5.4 5.4 +.\" .ds doc-operating-system-FreeBSD-6.0 6.0 . .ec . |