NAME

ng_delete_functions - Deletes function information

SYNOPSIS

ng_delete_functions [-f] Module[/Entry] ...

DESCRIPTION

The ng_delete_functions command deletes the specified function information from the MDS, making that information unavailable from the MDS.

Specifying a list of "module name" or "module name/entry name" in the argument will result in the corresponding information being deleted from the MDS.
If "module name/entry name" is specified, the corresponding information will be deleted. If "module name" only is specified, all of the function information that pertains to that module will be deleted.

When the information is deleted, a confirmation is performed for the deletion of each entry.
If the -f option is specified, the deletion confirmations are not performed.

When the deletion operation is successful, a list of the deleted entry names is output.

OPTIONS

-f
The delete confirmation is not performed.

ERRORS

If an attempt is made to delete an entry for which there is no delete permission, a message is output to inform of the lack of permission.


last update : $Date: 2005/07/11 07:13:44 $