{
if (argc < 2)
return -E_ATTR_SYNTAX;
- return send_standard_callback_request(argc, argv, com_rmatt_callback,
+ return send_standard_callback_request(argc - 1, argv + 1, com_rmatt_callback,
NULL);
}
* \param buf Result.
*
* This function prints a string of at most 64 characters plus the terminating
- * \p NULL character into \buf which must be provided by the caller and at
+ * \p NULL character into \a buf which must be provided by the caller and at
* least 65 bytes long. The "x" character is used for set attributes and "-" is
* used for unset attributes.
*