|
NAMENet::Gnats::Command::UNLKDESCRIPTIONUnlocks PR. Any user may unlock a PR, as no checking is done to determine if the requesting session owns the lock.PROTOCOLUNLK <PR number> RESPONSESThe possible responses are:440 (CODE_CMD_ERROR) Insufficient or too many arguments were specified to the command. 210 (CODE_OK) The PR was successfully unlocked. 433 (CODE_PR_NOT_LOCKED) The PR was not locked. 6xx (internal error) The PR could not be unlocked, usually because of permission or other filesystem-related problems.
Visit the GSP FreeBSD Man Page Interface. |