From 0f10a9c86027f344ac79315d4d841af3123facfe Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow" Date: Tue, 22 Apr 2014 20:40:31 +0200 Subject: New release --- docs/fapi.1 | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'docs/fapi.1') diff --git a/docs/fapi.1 b/docs/fapi.1 index 63436ab..53dc4dc 100644 --- a/docs/fapi.1 +++ b/docs/fapi.1 @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "FAPI 1" -.TH FAPI 1 "2014-04-17" "fapi 0.0.6" "User Commands" +.TH FAPI 1 "2014-04-22" "fapi 0.0.7" "User Commands" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -191,15 +191,15 @@ Update your sources list: .PP .Vb 4 \& curl http://deb.buetow.org/apt/pubkey.gpg | sudo apt\-key add \- -\& echo \*(Aqdeb http://deb.buetow.org/apt wheezy main\*(Aq > \e -\& /etc/apt/sourcees.list.d/buetoworg.list -\& aptitude update +\& echo deb http://deb.buetow.org/apt wheezy main | +\& sudo tee /etc/apt/sourcees.list.d/buetoworg.list +\& sudo aptitude update .Ve .PP And run .PP .Vb 3 -\& aptitude install fapi +\& sudo aptitude install fapi \& cp /usr/share/fapi/fapi.conf.sample ~/.fapi.conf \& vim ~/.fapi.conf .Ve @@ -310,7 +310,12 @@ Examples: \& \& # vserver name is foo, its virtual address 1.2.3.4 and port is 80 \& f vserver foo:1.2.3.4:80 create +\& +\& # vserver name is 1.2.3.5, its virtual address 1.2.3.4 and port is 80 +\& f vserver 1.2.3.5:1.2.3.4:80 create .Ve +.PP +Similar may apply to other object types such as nodes and vips. .SH "AUTHOR" .IX Header "AUTHOR" Paul C. Buetow \- -- cgit v1.2.3