Revise function documentation header for do_atrlock()
authorAri Johnson <ari@theari.com>
Tue, 12 Apr 2011 22:37:17 +0000 (18:37 -0400)
committerAri Johnson <ari@theari.com>
Tue, 12 Apr 2011 22:37:17 +0000 (18:37 -0400)
src/attrib.c

index 84a3a85e7ae026d09389e65b321844c90d6f9e86..5de4d77072a821117692349310aaf5b99bfc371b 100644 (file)
@@ -1894,11 +1894,10 @@ do_set_atr(dbref thing, const char *RESTRICT atr, const char *RESTRICT s,
 }
 
 /** Lock or unlock an attribute.
- * Attribute locks are largely obsolete and should be deprecated,
- * but this is the code that does them.
  * \param player the enactor.
  * \param arg1 the object/attribute, as a string.
- * \param arg2 the desired lock status ('on' or 'off').
+ * \param arg2 the desired boolexp for the lock
+ * \param write_lock if non-zero, then set the writelock instead of readlock
  */
 void
 do_atrlock(dbref player, const char *arg1, const char *arg2,