9c9
<      kmfcfg - Key Management Policy Configuration Utility
---
>      kmfcfg - Key Management Policy and Plugin Configuration Utility
25a26,29
>      For plugin configuration, the kmfcfg command allows users to
>      display plugin information, install or uninstall a KMF plugin,
>      modify the plugin option.
> 
613a618
>      list plugin
614a620,646
>          Displays KMF plugin information.
> 
> 	 Note that without the "plugin" keyword, "kmfcfg list" will show
>          the policy info as above.
> 
>      install keystore=keystore_name modulepath=pathname [option=option_str]
> 
>          Install a plugin into the system. The "modulepath" field specifies
>          the pathname to a KMF plugin shared library object.  If the pathname
>          is not absolute, shared library objects are assumed to be relative to
>          /usr/lib/security/$ISA/.  The ISA token is replaced by an
>          implementation  defined directory name which defines the path
>          relative to the calling program's instruction  set architecture.
> 
>      uninstall keystore=keystore_name
> 
>   	 Uninstal the plugin with the keystore name.
> 
>      modify plugin keystore=keystore_name option=option_str
> 
>          Modify the plugin option. The plugin option is defined by the plugin
>          and will be interpreted by the plugin specifically, therefore this
>          command will accept any option string.
> 
>          Note that without the "plugin" keyword, "kmfcfg modify" will update
>          the policy configuration as above.
> 
