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
DELETE(3PVM) PVM Version 3.4 DELETE(3PVM)

pvm_delete - delete data from pvmd database
[In Version 3.4: Relaced by pvm_delinfo]

C	int cc = pvm_delete( char *name, int index )

Fortran Not available

name
The class name, a null-terminated string.
index
The class index, >= 0.

See pvm_insert(3PVM) for a description of this database.

pvm_delete deletes entry <name, index> from the database.

If successful, pvm_delete returns PvmOk, otherwise it returns a negative error code:
PvmBadParam
giving an invalid argument value.
PvmNoEntry
the requested <name, index> pair does not exist.

pvm_insert(3PVM), pvm_lookup(3PVM)

27 June, 1994

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

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