Index: faq.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/faq/faq.module,v
retrieving revision 1.1.4.63.2.24
diff -u -r1.1.4.63.2.24 faq.module
--- faq.module	2 Mar 2008 11:13:40 -0000	1.1.4.63.2.24
+++ faq.module	18 Mar 2008 04:44:26 -0000
@@ -2344,3 +2292,10 @@
     return $result;
   }
 }
+
+/**
+ *  Implementation of hook_term_path().
+ */
+ function faq_term_path($term) {
+  return 'faq/'. $term->tid;
+ }
