In Reference Manual Volume 3: Procedures under sp_audit, the description for the cmdtext auditing option incorrectly reads:
“Audits all actions of a particular user, or by users with a particular role.”
sp_audit checks if the second argument is a valid login, and raises an error message if this is not the case. For this reason, the paragraph should read:
“Audits all actions of a particular user.”