|
NAMENet::Gnats::Command::EXPRDESCRIPTIONSpecifies a query expression used to limit which PRs are returned from the QUER command. The expression uses the normal query expression syntax, (see Query expressions).Multiple EXPR commands may be issued; the expressions are boolean ANDed together. Expressions are cleared by the RSET command. PROTOCOLEXPR [query expression] RESPONSESPossible responses include:415 (CODE_INVALID_EXPR) The specified expression is invalid, and could not be parsed. 210 (CODE_OK) The expression has been accepted and will be used to limit the results returned from QUER.
Visit the GSP FreeBSD Man Page Interface. |