diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2014-01-08 20:22:38 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-01-08 20:23:13 +0100 |
commit | 73d301446eb9f6565600f0a8fd7b83fa769ad4e6 (patch) | |
tree | a20aa81aeeb2f53dd3fee3ea4abe00c93fe9167e /ubuntu/raring/tdebindings/debian/local/rbtdeapi.1 | |
parent | 42a79c8c3ceb3c578b5037a1f3b40049a14db733 (diff) | |
download | tde-packaging-73d301446eb9f6565600f0a8fd7b83fa769ad4e6.tar.gz tde-packaging-73d301446eb9f6565600f0a8fd7b83fa769ad4e6.zip |
Update on Debian and Ubuntu according to recent renaming in tdebindings
Diffstat (limited to 'ubuntu/raring/tdebindings/debian/local/rbtdeapi.1')
-rw-r--r-- | ubuntu/raring/tdebindings/debian/local/rbtdeapi.1 | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/ubuntu/raring/tdebindings/debian/local/rbtdeapi.1 b/ubuntu/raring/tdebindings/debian/local/rbtdeapi.1 new file mode 100644 index 000000000..e3d166225 --- /dev/null +++ b/ubuntu/raring/tdebindings/debian/local/rbtdeapi.1 @@ -0,0 +1,29 @@ +.TH RBTDEAPI 1 "Aug 2004" "Trinity Desktop Environment" "Korundum TDE Ruby Bindings Manual" +.SH NAME +rbtdeapi \- A Korundum TDE Ruby Introspection Tool +.SH SYNOPSIS +.B rbtdeapi +[options] [<class>] +.SH DESCRIPTION +Rbtdeapi is a Korundum TDE Ruby Introspection Tool, similar to +javap(1). Use it to find a list of method for a certain Korundum class. +.SH OPTIONS +.TP +.B \-r <re> +Find all functions matching regular expression/keyword <re> +.TP +.B \-i +Perform a case insensitive search ( only meaningful in combination with -r ) +.TP +.B \-p +Display also inherited methods. +.TP +.B \-v +Print QtRuby and Qt versions. +.TP +.B \-h +Print a help message. +.SH AUTHOR +Alexander Kellett +.SH SEE ALSO +rbqtapi(1) |