diff options
| author | Ceri Davies <ceri@FreeBSD.org> | 2005-06-23 22:33:33 +0000 |
|---|---|---|
| committer | Ceri Davies <ceri@FreeBSD.org> | 2005-06-23 22:33:33 +0000 |
| commit | 3e149b2f1e030b4cd36d177722556f49da7898cb (patch) | |
| tree | 09db1ff79bede2e7ed7a0247785b88ed16a2950d /gnu | |
| parent | 7a66b9008e85c84b27d35eddeba5525f04af44c5 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/send-pr/send-pr.1 | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/gnu/usr.bin/send-pr/send-pr.1 b/gnu/usr.bin/send-pr/send-pr.1 index 47d0a5b6ec94..4b5fe4347bd9 100644 --- a/gnu/usr.bin/send-pr/send-pr.1 +++ b/gnu/usr.bin/send-pr/send-pr.1 @@ -102,6 +102,13 @@ to see a list of categories.) .LP The more precise your problem description and the more complete your information, the faster your support team can solve your problems. +.LP +.B send-pr +depends on a correctly configured mail submission system to work correctly. +If, for any reason, sending mail is not working, problem reports can be +submitted over the web, through: +.IP +.I htttp://www.freebsd.org/send-pr.html .SH OPTIONS .TP .BI \-f " problem-report" @@ -173,8 +180,10 @@ support site. .SH FREEBSD CATEGORIES .TP .B advocacy -This used to be for the advocacy WWW pages. Not quite sure what is used -for now. +This used to be for the advocacy WWW pages. +Now deprecated in favour of the +.B www +category, relevant alternative use of this category is encouraged. .TP .B alpha Alpha processor specific problems. @@ -207,7 +216,7 @@ Problems related to Java. Changes or enhancements to the architecture independent kernel sources. .TP .B misc -Problems that don't fit into any of the other categories. +Problems that do not fit into any of the other categories. .TP .B ports Corrections or enhancements (including new ports) to the ports collection. @@ -221,6 +230,12 @@ SPARC processor specific problems. .B standards Standards conformance issues. .TP +.B threads +Problems related to threading on FreeBSD. +.TP +.B usb +Problems related to the USB subsystem. +.TP .B www Changes or enhancements to the FreeBSD website. .SH ENVIRONMENT |
