From 1e5f4574613be3f26cd05f2873fd54ee526a63d7 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 22 Dec 2008 17:53:04 +0000 Subject: Fix most DOCDOCs remaining and/or added by redox. svn:r17734 --- src/or/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/or/main.c') diff --git a/src/or/main.c b/src/or/main.c index 63f538300d..485ef4c686 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -1902,14 +1902,14 @@ try_locking(or_options_t *options, int err_if_locked) } } -/* DOCDOC have_lockfile */ +/** Return true iff we've successfully acquired the lock file. */ int have_lockfile(void) { return lockfile != NULL; } -/* DOCDOC release_lockfile */ +/** If we have successfully acquired the lock file, release it. */ void release_lockfile(void) { -- cgit v1.2.3-54-g00ecf