diff options
| author | Paul C. Buetow <paul@buetow.org> | 2014-04-17 07:13:26 +0200 |
|---|---|---|
| committer | Paul C. Buetow <paul@buetow.org> | 2014-04-17 07:13:26 +0200 |
| commit | eb5377d4396c1f30d5439e885add794d702127b1 (patch) | |
| tree | 4e87115b0c28b572cdc3e0938d54bddee1914e6c /docs/fapi.pod | |
| parent | 387362258278258ec5400853ee1122cab497354a (diff) | |
more on documentation
Diffstat (limited to 'docs/fapi.pod')
| -rw-r--r-- | docs/fapi.pod | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/fapi.pod b/docs/fapi.pod index 4af24cb..5e14983 100644 --- a/docs/fapi.pod +++ b/docs/fapi.pod @@ -152,10 +152,11 @@ Examples: # Auto resolving of the virtual address (IP) f vserver fqdn.example.com:443 create - # Auto resolving of the FQDN and the virtual address (IP) and auto port 80 + # Auto resolving of the FQDN (vserver name) and the virtual address (IP) + # and auto port 80 f vserver hostname create - # Auto resolving of the FQDN and the virtual address (IP) + # Auto resolving of the FQDN (vserver name) and the virtual address (IP) f vserver hostname:443 create # vserver name and its virtual address will be 1.2.3.4 and auto port 80 |
