Document addition of new IPV6 and IPV4 field types.
This commit is contained in:
parent
2566752a91
commit
e715d1e110
@ -52,6 +52,24 @@ iscript An integer field, whose default is set by the invocation
|
||||
script to invoke, followed by any number of arguments to pass
|
||||
to the script.
|
||||
req-iscript A required iscript field.
|
||||
ipv4 A simple entry field for IPV4 address types. The only
|
||||
optional argument is an initial value for the field.
|
||||
req-ipv4 A required IPV4 entry field. This is the same as the IPV4
|
||||
entry field except that the user must enter a value to proceed.
|
||||
ipv4script An ipv4script is an IPV4 entry field, whose initial value is
|
||||
filled in by a script that is run during the form generation.
|
||||
The arguments are: the name of the script to run, and any
|
||||
optional arguments the user wishes to pass to the script.
|
||||
req-ipv4script A required IPV4 script generated entry field.
|
||||
ipv6 A simple entry field for IPV6 address types. The only
|
||||
optional argument is an initial value for the field.
|
||||
req-ipv6 A required IPV6 entry field. This is the same as the IPV6
|
||||
entry field except that the user must enter a value to proceed.
|
||||
ipv6script An ipv6script is an IPV6 entry field, whose initial value is
|
||||
filled in by a script that is run during the form generation.
|
||||
The arguments are: the name of the script to run, and any
|
||||
optional arguments the user wishes to pass to the script.
|
||||
req-ipv6script A required IPV6 script generated entry field.
|
||||
|
||||
|
||||
If a description consists of the keyword BLANK, no description will be
|
||||
@ -76,4 +94,4 @@ $1 = "fooshi-1.3"
|
||||
$2 = "audio"
|
||||
$3 = "yes"
|
||||
|
||||
$NetBSD: help,v 1.2 2001/01/31 09:39:52 garbled Exp $
|
||||
$NetBSD: help,v 1.3 2001/03/07 10:16:16 garbled Exp $
|
||||
|
Loading…
Reference in New Issue
Block a user