diff options
author | ivan <ivan> | 2000-06-15 11:10:31 +0000 |
---|---|---|
committer | ivan <ivan> | 2000-06-15 11:10:31 +0000 |
commit | 63b8bb43d76c935b7ceedf47fe3d5096f918c982 (patch) | |
tree | 22359fe4ba3816b41aae98e113d55a0f3d978b06 /htdocs | |
parent | 836a71eb0d564e30ab1f3864288fc019adfe57eb (diff) |
update to the inline documentation, hopefully will make things more clear
Diffstat (limited to 'htdocs')
-rwxr-xr-x | htdocs/edit/part_svc.cgi | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/htdocs/edit/part_svc.cgi b/htdocs/edit/part_svc.cgi index e1f1e2ad5..4c70f0762 100755 --- a/htdocs/edit/part_svc.cgi +++ b/htdocs/edit/part_svc.cgi @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: part_svc.cgi,v 1.12 1999-04-09 04:22:34 ivan Exp $ +# $Id: part_svc.cgi,v 1.13 2000-06-15 11:10:31 ivan Exp $ # # ivan@sisd.com 97-nov-14 # @@ -10,7 +10,10 @@ # use FS::CGI, added inline documentation ivan@sisd.com 98-jul-12 # # $Log: part_svc.cgi,v $ -# Revision 1.12 1999-04-09 04:22:34 ivan +# Revision 1.13 2000-06-15 11:10:31 ivan +# update to the inline documentation, hopefully will make things more clear +# +# Revision 1.12 1999/04/09 04:22:34 ivan # also table() # # Revision 1.11 1999/04/09 03:52:55 ivan @@ -124,7 +127,7 @@ END 'svc_acct' => { 'dir' => 'Home directory', 'uid' => 'UID (set to fixed and blank for dial-only)', - 'slipip' => 'IP address', + 'slipip' => 'IP address (set to fixed and blank to disable dialin)', 'popnum' => qq!<A HREF="$p/browse/svc_acct_pop.cgi/">POP number</A>!, 'username' => 'Username', 'quota' => '(unimplemented)', |