summaryrefslogtreecommitdiff
path: root/os/unix
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2011-09-23 13:38:09 +0000
committerJim Jagielski <jim@apache.org>2011-09-23 13:38:09 +0000
commit103f776c25b7fdd51da4f98643b8dcdb09efdce6 (patch)
treea180a9a0f13da4a983913f50a3ad1a7e2f2a675a /os/unix
parent69c1a5c854b89a80cf5ca08b7b38d9f0a88c2667 (diff)
downloadhttpd-103f776c25b7fdd51da4f98643b8dcdb09efdce6.tar.gz
Cleanup effort in prep for GA push:
Trim trailing whitespace... no func change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174748 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'os/unix')
-rw-r--r--os/unix/unixd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/unix/unixd.h b/os/unix/unixd.h
index 6b8a79ae32..3d8e8d2934 100644
--- a/os/unix/unixd.h
+++ b/os/unix/unixd.h
@@ -16,7 +16,7 @@
/**
* @file unixd.h
- * @brief common stuff that unix MPMs will want
+ * @brief common stuff that unix MPMs will want
*
* @addtogroup APACHE_OS_UNIX
* @{
@@ -83,13 +83,13 @@ AP_DECLARE_DATA extern unixd_config_rec ap_unixd_config;
#if defined(RLIMIT_CPU) || defined(RLIMIT_DATA) || defined(RLIMIT_VMEM) || defined(RLIMIT_NPROC) || defined(RLIMIT_AS)
AP_DECLARE(void) ap_unixd_set_rlimit(cmd_parms *cmd, struct rlimit **plimit,
- const char *arg,
+ const char *arg,
const char * arg2, int type);
#endif
/**
* One of the functions to set mutex permissions should be called in
- * the parent process on platforms that switch identity when the
+ * the parent process on platforms that switch identity when the
* server is started as root.
* If the child init logic is performed before switching identity
* (e.g., MPM setup for an accept mutex), it should only be called