GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
dssi_analyse_plugin(1) FreeBSD General Commands Manual dssi_analyse_plugin(1)

dssi_analyse_plugin - describe a DSSI plugin

dssi_analyse_plugin [-v|--verbose] [path]<libname>[:<label>]

dssi_analyse_plugin lists information about DSSI plugins within a specified DSSI shared library libname. If label is given, only information for the plugin labeled label will be listed, otherwise, all plugins in the shared library will be listed. If path is not given, the shared library is searched for in the colon-separated list of directories specified in the environment variable DSSI_PATH.

-v
--verbose
Causes dssi_analyse_plugin to be more verbose in its reporting. In particular, it will list the default program names for each plugin, if any.

The following command will show information about all of the plugins in the shared library /usr/local/lib/dssi/calf.so, including default program names:

$ dssi_analyse_plugin -v /usr/local/lib/dssi/calf.so

The following command will look for the shared library trivial_sampler.so using DSSI_PATH, and display information about the mono_sampler plugin:

$ dssi_analyse_plugin trivial_sampler.so:mono_sampler

DSSI_PATH
A colon-separated list of directories to scan for DSSI plugins.

DSSI RFC version 1.0.

dssi_list_plugins(1), http://dssi.sourceforge.net/
June 23rd, 2010

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.