diff options
| author | Paul C. Buetow <paul@buetow.org> | 2014-04-16 08:02:07 +0200 |
|---|---|---|
| committer | Paul C. Buetow <paul@buetow.org> | 2014-04-16 08:02:07 +0200 |
| commit | 4603689886c353d6ab3e26f9a42e7e4398a7febf (patch) | |
| tree | 4f8c1a39f22302b69fb2bf3a71cc1ddd932d5fcf /docs | |
| parent | 858eedaca518dd5d87e7f88531d69afc2b72b86c (diff) | |
use pod here
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/fapi.1 | 6 | ||||
| -rw-r--r-- | docs/fapi.txt | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/fapi.1 b/docs/fapi.1 index cb739b0..dbe6500 100644 --- a/docs/fapi.1 +++ b/docs/fapi.1 @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "FAPI 1" -.TH FAPI 1 "2014-04-15" "fapi 0.0.3" "User Commands" +.TH FAPI 1 "2014-04-16" "fapi 0.0.3" "User Commands" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -247,8 +247,8 @@ 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 inside of BigIP will be the -\& # FQDN followed by _PORT. In this case it would be: +\& # 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 (or full: /Partition/myvserver.example.com_80) \& # The reason is that : are not allowed in vserver names. \& f vserver myvserver.example.com:80 set pool foopool diff --git a/docs/fapi.txt b/docs/fapi.txt index 4a27747..b3d0a4f 100644 --- a/docs/fapi.txt +++ b/docs/fapi.txt @@ -96,8 +96,8 @@ 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 inside of BigIP will be the - # FQDN followed by _PORT. In this case it would be: + # 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 (or full: /Partition/myvserver.example.com_80) # The reason is that : are not allowed in vserver names. f vserver myvserver.example.com:80 set pool foopool |
