From patchwork Mon Nov 24 07:49:41 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ma Shimiao X-Patchwork-Id: 3877 Received: (qmail 7777 invoked by alias); 24 Nov 2014 07:50:53 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 7765 invoked by uid 89); 24 Nov 2014 07:50:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL, BAYES_00, T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: heian.cn.fujitsu.com From: Ma Shimiao To: CC: Ma Shimiao Subject: [PATCH] manula/string.texi: Add description of envz_remove Date: Mon, 24 Nov 2014 15:49:41 +0800 Message-ID: <1416815381-4196-1-git-send-email-mashimiao.fnst@cn.fujitsu.com> MIME-Version: 1.0 Signed-off-by: Ma Shimiao --- manual/string.texi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/manual/string.texi b/manual/string.texi index ba5a2c7..49ca13f 100644 --- a/manual/string.texi +++ b/manual/string.texi @@ -2782,6 +2782,13 @@ being added to @var{envz}, if @var{override} is false. @comment envz.h @comment GNU +@deftypefun {void} envz_remove (char **@var{envz}, size_t *@var{envz_len}, const char *@var{name}) +@safety{@prelim{}@mtsafe{}@assafe{}@acsafe{}} +The @code{envz_remove} function removes an entry from @code{*@var{envz}} with +the name @var{name}, updating @code{*@var{envz}} and @code{*@var{envz_len}}. + +@comment envz.h +@comment GNU @deftypefun {void} envz_strip (char **@var{envz}, size_t *@var{envz_len}) @safety{@prelim{}@mtsafe{}@assafe{}@acsafe{}} The @code{envz_strip} function removes any null entries from @var{envz},