diff options
author | des <des@FreeBSD.org> | 2002-07-03 00:35:09 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2002-07-03 00:35:09 +0000 |
commit | b11caeadba9fff4b4ccff860d028b0c59abd6657 (patch) | |
tree | cc435d1f3b83f44d04bf327b1ca487ed36aa699d /gnu | |
parent | 2faa1499824c7feb4729e9b3e9ad63c388a4916f (diff) | |
download | FreeBSD-src-b11caeadba9fff4b4ccff860d028b0c59abd6657.zip FreeBSD-src-b11caeadba9fff4b4ccff860d028b0c59abd6657.tar.gz |
Add the "java" category.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/send-pr/categories | 1 | ||||
-rw-r--r-- | gnu/usr.bin/send-pr/send-pr.1 | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/gnu/usr.bin/send-pr/categories b/gnu/usr.bin/send-pr/categories index f873dea..ac67ed8 100644 --- a/gnu/usr.bin/send-pr/categories +++ b/gnu/usr.bin/send-pr/categories @@ -7,6 +7,7 @@ docs gnu i386 ia64 +java kern misc ports diff --git a/gnu/usr.bin/send-pr/send-pr.1 b/gnu/usr.bin/send-pr/send-pr.1 index 71d48fc..128e287 100644 --- a/gnu/usr.bin/send-pr/send-pr.1 +++ b/gnu/usr.bin/send-pr/send-pr.1 @@ -197,6 +197,9 @@ Intel x86 processor specific problems. .B ia64 Intel ia64 processor specific problems. .TP +.B java +Problems related to Java. +.TP .B kern Changes or enhancements to the architecture independent kernel sources. .TP |