summaryrefslogtreecommitdiff
path: root/dbus/dbus-sysdeps-util-unix.c
diff options
context:
space:
mode:
authorChengwei Yang <chengwei.yang@intel.com>2013-06-15 15:42:19 +0800
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-06-20 13:15:22 +0100
commit7e1820aa89f6242fdf96e96352e4f27cbd8ccf60 (patch)
tree715f7e30882e5424eac0eca9ee1bb5b34140cf37 /dbus/dbus-sysdeps-util-unix.c
parent9ddf5fb757b47ff093ebf86394ccf9f4ea1d1691 (diff)
downloaddbus-7e1820aa89f6242fdf96e96352e4f27cbd8ccf60.tar.gz
Doc: fix invalid usage of doxygen @param command
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com> Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=65755
Diffstat (limited to 'dbus/dbus-sysdeps-util-unix.c')
-rw-r--r--dbus/dbus-sysdeps-util-unix.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbus/dbus-sysdeps-util-unix.c b/dbus/dbus-sysdeps-util-unix.c
index 6265e2b5..6053265b 100644
--- a/dbus/dbus-sysdeps-util-unix.c
+++ b/dbus/dbus-sysdeps-util-unix.c
@@ -381,13 +381,13 @@ _dbus_change_to_daemon_user (const char *user,
/**
* Attempt to ensure that the current process can open
- * at least @limit file descriptors.
+ * at least @p limit file descriptors.
*
- * If @limit is lower than the current, it will not be
+ * If @p limit is lower than the current, it will not be
* lowered. No error is returned if the request can
* not be satisfied.
*
- * @limit Number of file descriptors
+ * @param limit number of file descriptors
*/
void
_dbus_request_file_descriptor_limit (unsigned int limit)