diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2008-12-13 18:29:48 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2008-12-13 18:29:48 +0000 |
| commit | fee07557ce1a5acaf8e625b2efa0efc12c950a6f (patch) | |
| tree | 4e907523e4cc8a55f690295b2725bdfb9f4386f6 /gnu/usr.bin | |
| parent | 333e2d87944c0544d53c362f7406372658261662 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -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 3c10ba0cd7b2..6149e4c8d5a7 100644 --- a/gnu/usr.bin/groff/tmac/mdoc.local +++ b/gnu/usr.bin/groff/tmac/mdoc.local @@ -64,10 +64,12 @@ .ds doc-volume-as-arm arm . .\" Default .Os value -.ds doc-default-operating-system FreeBSD\~7.0 +.ds doc-default-operating-system FreeBSD\~7.1 . .\" 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 . .ec |
