summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul C. Buetow <paul@buetow.org>2014-04-15 23:03:04 +0200
committerPaul C. Buetow <paul@buetow.org>2014-04-15 23:03:04 +0200
commit51b7a6d0f3b776f8c8a25078ee35d2e26245149e (patch)
tree9d197a112d503f4471bd5a1f0188303acf4a7bad
parent4160f2940f5fec75e1fa9a8fa5aa88b8e7f285b8 (diff)
fix line break
-rw-r--r--README.txt6
-rw-r--r--docs/fapi.16
-rw-r--r--docs/fapi.pod6
-rw-r--r--docs/fapi.txt6
4 files changed, 12 insertions, 12 deletions
diff --git a/README.txt b/README.txt
index 56ad496..89b4f2c 100644
--- a/README.txt
+++ b/README.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 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 f7ca6d9..0eb1a95 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 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 1d0bd69..6473a41 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 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 56ad496..89b4f2c 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 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