|
NAMENet::Gnats::Command::FIELDFLAGSDESCRIPTIONReturns a set of flags describing the specified field(s).Like the FDSC and FTYP commands, multiple field names may be listed with the command, and a response line will be returned for each one in the order that the fields appear on the command line. The flags include: textsearch The field will be searched when a text field search is requested. allowAnyValue For fields that contain enumerated values, any legal value may be used in the field, not just ones that appear in the enumerated list. requireChangeReason If the field is edited, a reason for the change must be supplied in the new PR text describing the reason for the change. The reason must be supplied as a multitext PR field in the new PR whose name is field-Changed-Why (where field is the name of the field being edited). readonly The field is read-only, and cannot be edited. PROTOCOLFIELDFLAGS [fields...] RESPONSES410 (CODE_INVALID_FIELD_NAME)meaning that the specified field is invalid or nonexistent, or 350 (CODE_INFORMATION) which contains the set of flags for the field. The flags may be blank, which indicate that no special flags have been set for this field.
Visit the GSP FreeBSD Man Page Interface. |