diff options
author | ivan <ivan> | 2005-06-09 20:16:58 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-06-09 20:16:58 +0000 |
commit | 62b2ec13976bede922cbff2de75e8aab6180af39 (patch) | |
tree | 680995df50c0658fe0d8801a0bc4f919e2320763 | |
parent | 99c3f95f803b687e4d04b2dad3c7552c2bd011bc (diff) |
documentation fix, noticed by rjbs
-rw-r--r-- | FS/FS/cust_svc.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/cust_svc.pm b/FS/FS/cust_svc.pm index 2bc20ff58..86894f791 100644 --- a/FS/FS/cust_svc.pm +++ b/FS/FS/cust_svc.pm @@ -258,8 +258,8 @@ sub part_svc { =item cust_pkg -Returns the definition for this service, as a FS::part_svc object (see -L<FS::part_svc>). +Returns the package this service belongs to, as a FS::cust_pkg object (see +L<FS::cust_pkg>). =cut |