From 20347f45eef68926e8430b2ad3098f65007abaea Mon Sep 17 00:00:00 2001 From: Ari Johnson Date: Tue, 12 Apr 2011 18:37:17 -0400 Subject: [PATCH] Revise function documentation header for do_atrlock() --- src/attrib.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/attrib.c b/src/attrib.c index 84a3a85..5de4d77 100644 --- a/src/attrib.c +++ b/src/attrib.c @@ -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, -- 2.30.2