diff options
| author | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-06-25 09:26:06 +0200 |
|---|---|---|
| committer | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-06-25 09:26:06 +0200 |
| commit | 66b421af3e4c407806efd728d089a61fc3a77d96 (patch) | |
| tree | 3c98ab43fe1ead78922d882403830c66bdc66e5c | |
| parent | 6c103f05ecef22385880f6c9accc8a421c1ee090 (diff) | |
New release
| -rw-r--r-- | .version | 2 | ||||
| -rw-r--r-- | Makefile | 4 | ||||
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/files | 2 | ||||
| -rw-r--r-- | docs/extended-synopsis.txt | 4 | ||||
| -rw-r--r-- | docs/fapi.1 | 2 | ||||
| -rw-r--r-- | docs/synopsis.txt | 4 |
7 files changed, 15 insertions, 9 deletions
@@ -1 +1 @@ -0.9.3 +0.9.4 @@ -28,8 +28,8 @@ documentation: --center="User Commands" ./docs/$(NAME).pod > ./docs/$(NAME).1 pod2text ./docs/$(NAME).pod > ./docs/$(NAME).txt cp ./docs/$(NAME).pod README.pod - ./bin/fapi -h -n > ./docs/synopsis.txt - ./bin/fapi -h -n -E > ./docs/extended-synopsis.txt + ./bin/fapi -d -h -n > ./docs/synopsis.txt + ./bin/fapi -d -h -n -E > ./docs/extended-synopsis.txt # Build a debian package deb: all dpkg-buildpackage # -us -uc diff --git a/debian/changelog b/debian/changelog index da13c4a..e5600e0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +fapi (0.9.4) stable; urgency=low + + * Fix fapi.buetow.org HP (Synopsis text) + + -- Paul Buetow <paul@buetow.org> Wed, 25 Jun 2014 09:25:32 +0200 + fapi (0.9.3) stable; urgency=low * Fix the extended synopsis diff --git a/debian/files b/debian/files index 1c1f369..6d9b871 100644 --- a/debian/files +++ b/debian/files @@ -1 +1 @@ -fapi_0.9.3_all.deb utils optional +fapi_0.9.4_all.deb utils optional diff --git a/docs/extended-synopsis.txt b/docs/extended-synopsis.txt index a77b1b0..eb1e87d 100644 --- a/docs/extended-synopsis.txt +++ b/docs/extended-synopsis.txt @@ -29,7 +29,7 @@ optional arguments: Extended synopsis. The following partially needs admininstrator privileges on / and /Common: -[2m -f Common -b balancer.example.com selfip + -f Common -b balancer.example.com selfip -f Common -b balancer.example.com selfip NAME create NETMASK VLANNAME [TGROUP] -f Common -b balancer.example.com selfip NAME delete -f Common -b balancer.example.com selfip NAME get detail|tgroup @@ -49,4 +49,4 @@ The following partially needs admininstrator privileges on / and /Common: -f / folder -f / folder NAME create|delete -f / folder NAME get detail|dgroup|tgroup - -f / folder NAME set dgroup|tgroup DGROUP|TGROUP[0m + -f / folder NAME set dgroup|tgroup DGROUP|TGROUP diff --git a/docs/fapi.1 b/docs/fapi.1 index 78449c1..d742ef5 100644 --- a/docs/fapi.1 +++ b/docs/fapi.1 @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "FAPI 1" -.TH FAPI 1 "2014-05-27" "fapi 0.9.3" "User Commands" +.TH FAPI 1 "2014-05-27" "fapi 0.9.4" "User Commands" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/docs/synopsis.txt b/docs/synopsis.txt index eea9c7f..4e18410 100644 --- a/docs/synopsis.txt +++ b/docs/synopsis.txt @@ -28,7 +28,7 @@ optional arguments: Synopsis: -[2m monitor + monitor monitor NAME get desc|state node node NODENAME create|delete @@ -65,6 +65,6 @@ Synopsis: profileclientssl profileclientssl PROFILENAME create [SSLKEYNAME] [SSLCERTNAME] profileclientssl PROFILENAME delete - profileclientssl PROFILENAME get detail[0m + profileclientssl PROFILENAME get detail Please consult the manpage for examples. Please run with -E for more (extended commands) synopsis! |
