diff options
| -rw-r--r-- | README.txt | 6 | ||||
| -rw-r--r-- | docs/fapi.1 | 6 | ||||
| -rw-r--r-- | docs/fapi.pod | 6 | ||||
| -rw-r--r-- | docs/fapi.txt | 6 |
4 files changed, 12 insertions, 12 deletions
@@ -96,9 +96,9 @@ EXAMPLES # fapi auto resolves the IP address. f vserver myvserver.example.com:80 create PROTOCOL_TCP nPath - # Add the pool to the vserver. The vservers name will be the FQDN followed - # by _PORT. In this case it would be: myvserver.example.com_80. The reason - # is that : are not allowed in vserver names. + # Add the pool to the vserver. The vservers name inside of BigIP will be the + # FQDN followed by _PORT. In this case it would be: myvserver.example.com_80. + # The reason is that : are not allowed in vserver names. f vserver myvserver.example.com:80 set pool foopool # Add a nPath HTTPS vserver diff --git a/docs/fapi.1 b/docs/fapi.1 index 0eb1a95..961fda9 100644 --- a/docs/fapi.1 +++ b/docs/fapi.1 @@ -247,9 +247,9 @@ A simple nPath service can be created as follows. \& # fapi auto resolves the IP address. \& f vserver myvserver.example.com:80 create PROTOCOL_TCP nPath \& -\& # Add the pool to the vserver. The vservers name will be the FQDN followed -\& # by _PORT. In this case it would be: myvserver.example.com_80. The reason -\& # is that : are not allowed in vserver names. +\& # Add the pool to the vserver. The vservers name inside of BigIP will be the +\& # FQDN followed by _PORT. In this case it would be: myvserver.example.com_80. +\& # The reason is that : are not allowed in vserver names. \& f vserver myvserver.example.com:80 set pool foopool \& \& # Add a nPath HTTPS vserver diff --git a/docs/fapi.pod b/docs/fapi.pod index 6473a41..7e7b3da 100644 --- a/docs/fapi.pod +++ b/docs/fapi.pod @@ -110,9 +110,9 @@ A simple nPath service can be created as follows. # fapi auto resolves the IP address. f vserver myvserver.example.com:80 create PROTOCOL_TCP nPath - # Add the pool to the vserver. The vservers name will be the FQDN followed - # by _PORT. In this case it would be: myvserver.example.com_80. The reason - # is that : are not allowed in vserver names. + # Add the pool to the vserver. The vservers name inside of BigIP will be the + # FQDN followed by _PORT. In this case it would be: myvserver.example.com_80. + # The reason is that : are not allowed in vserver names. f vserver myvserver.example.com:80 set pool foopool # Add a nPath HTTPS vserver diff --git a/docs/fapi.txt b/docs/fapi.txt index 89b4f2c..63ae66b 100644 --- a/docs/fapi.txt +++ b/docs/fapi.txt @@ -96,9 +96,9 @@ EXAMPLES # fapi auto resolves the IP address. f vserver myvserver.example.com:80 create PROTOCOL_TCP nPath - # Add the pool to the vserver. The vservers name will be the FQDN followed - # by _PORT. In this case it would be: myvserver.example.com_80. The reason - # is that : are not allowed in vserver names. + # Add the pool to the vserver. The vservers name inside of BigIP will be the + # FQDN followed by _PORT. In this case it would be: myvserver.example.com_80. + # The reason is that : are not allowed in vserver names. f vserver myvserver.example.com:80 set pool foopool # Add a nPath HTTPS vserver |
