diff options
author | ru <ru@FreeBSD.org> | 2002-07-18 09:32:15 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-07-18 09:32:15 +0000 |
commit | 0b1947f6a938622c0ffbaaba02e0c72b0c04551c (patch) | |
tree | 31868a837711666f47801d8f73d12a00c0dd295f /gnu/usr.bin | |
parent | b9e6663674eab07da003b022dd1128dafded3f9e (diff) | |
download | FreeBSD-src-0b1947f6a938622c0ffbaaba02e0c72b0c04551c.zip FreeBSD-src-0b1947f6a938622c0ffbaaba02e0c72b0c04551c.tar.gz |
Move the definition of FreeBSD 4.6 back to where it belongs.
Diffstat (limited to 'gnu/usr.bin')
-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 0472637..75c6662 100644 --- a/gnu/usr.bin/groff/tmac/mdoc.local +++ b/gnu/usr.bin/groff/tmac/mdoc.local @@ -54,7 +54,8 @@ .ds doc-operating-system FreeBSD\~5.0 . .\" FreeBSD releases not found in doc-common -.ds doc-operating-system-FreeBSD-4.6.1 4.6.1 +.ds doc-operating-system-FreeBSD-4.6 4.6 +.ds doc-operating-system-FreeBSD-4.6.1 4.6.1 .ds doc-operating-system-FreeBSD-4.7 4.7 .ds doc-operating-system-FreeBSD-4.8 4.8 . |