diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2005-07-11 15:50:29 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2005-07-11 15:50:29 +0000 |
| commit | 4900836a01c050bccae9b2b7664f0e34c44d53f8 (patch) | |
| tree | 02039a5f34a3f4a65cc47c2b29258236a1b11908 /gnu | |
| parent | 99b22782f7471122245860bd7bfe74117cb3fe81 (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 849605054cc8..2ea634a94ff2 100644 --- a/gnu/usr.bin/groff/tmac/mdoc.local +++ b/gnu/usr.bin/groff/tmac/mdoc.local @@ -57,13 +57,14 @@ .ds doc-str-Lb-libvgl Video Graphics Library (libvgl, \-lvgl) . .\" Default .Os value -.ds doc-default-operating-system FreeBSD\~6.0 +.ds doc-default-operating-system FreeBSD\~7.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-5.5 5.5 .ds doc-operating-system-FreeBSD-6.0 6.0 +.ds doc-operating-system-FreeBSD-7.0 7.0 . .ec . |
