From 92950f1ba2632cf2a591d537bfeedadf450a013b Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow (mars.fritz.box)" Date: Tue, 27 May 2014 20:18:33 +0200 Subject: New release --- docs/fapi.1 | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'docs/fapi.1') diff --git a/docs/fapi.1 b/docs/fapi.1 index 98bd100..3f3c022 100644 --- a/docs/fapi.1 +++ b/docs/fapi.1 @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "FAPI 1" -.TH FAPI 1 "2014-05-26" "fapi 0.7.3" "User Commands" +.TH FAPI 1 "2014-05-27" "fapi 0.8.0" "User Commands" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -320,10 +320,18 @@ by a port: .PP Examples: .PP -.Vb 2 -\& # Auto resolving of the virtual address (IP) and auto port 80 +.Vb 3 +\& # Auto resolving of the virtual address (IP) and auto port 80. The vserver +\& # name will have added an automatic _PORT suffix to it\*(Aqs name. \& fapi vserver fqdn.example.com create \& +\& # Or just ignore the auto port, will not add any _PORT suffix to the +\& # vserver name. +\& fapi \-a .... +\& +\& # Example: +\& fapi \-a vserver fqdn.example.com_ssl create +\& \& # Auto resolving of the virtual address (IP) \& fapi vserver fqdn.example.com:443 create \& -- cgit v1.2.3