<pre style='margin:0'>
Eitan Adler (grimreaper) pushed a commit to branch master
in repository macports-base.
</pre>
<p><a href="https://github.com/macports/macports-base/commit/588767f9d1c2e3c901d66c547fb4311db2196c2c">https://github.com/macports/macports-base/commit/588767f9d1c2e3c901d66c547fb4311db2196c2c</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new 588767f pextlib1: fix minor documentation nits
</span>588767f is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 588767f9d1c2e3c901d66c547fb4311db2196c2c
</span>Author: Eitan Adler <lists@eitanadler.com>
AuthorDate: Wed Jul 11 21:51:50 2018 -0700
<span style='display:block; white-space:pre;color:#404040;'> pextlib1: fix minor documentation nits
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> - argc is not an argument
</span><span style='display:block; white-space:pre;color:#404040;'> - correct name of "callback"
</span>---
src/pextlib1.0/sip_copy_proc.c | 1 -
src/pextlib1.0/tracelib.c | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/src/pextlib1.0/sip_copy_proc.c b/src/pextlib1.0/sip_copy_proc.c
</span><span style='display:block; white-space:pre;color:#808080;'>index e120fa6..b329ee7 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/src/pextlib1.0/sip_copy_proc.c
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/src/pextlib1.0/sip_copy_proc.c
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -100,7 +100,6 @@ typedef enum _copy_needed_return_t {
</span> * SUID or SGID.
*
* @param path The absolute path of the binary to be executed
<span style='display:block; white-space:pre;background:#ffe0e0;'>- * @param argc The number of arguments passed in \a argv
</span> * @param argv The arguments to be passed to the file to be executed
* @param outargv Pointer to a modified array of arguments. Only valid if \c
* copy_is_needed is returned. May be \c NULL, in which case no
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/src/pextlib1.0/tracelib.c b/src/pextlib1.0/tracelib.c
</span><span style='display:block; white-space:pre;color:#808080;'>index c4390ae..931fcc3 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/src/pextlib1.0/tracelib.c
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/src/pextlib1.0/tracelib.c
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -243,7 +243,7 @@ static pid_t peerpid_list_get(int sock, const char **progname) {
</span> * Walk the current list of (socket, peer PID) pairs and call a callback
* function for each pair.
*
<span style='display:block; white-space:pre;background:#ffe0e0;'>- * @param func Callback function to call for each tuple of socket, peer PID and
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ * @param callback Callback function to call for each tuple of socket, peer PID and
</span> * peer command line. The function should take an integer (the
* socket), a pid_t (the peer's PID) and a const char * (the peer's
* command line) and return a boolean (true, if the element should
</pre><pre style='margin:0'>
</pre>