From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3308D138247 for ; Thu, 14 Nov 2013 18:24:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED258E0B25; Thu, 14 Nov 2013 18:24:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2A517E09FD for ; Thu, 14 Nov 2013 18:24:26 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2CD7033F244 for ; Thu, 14 Nov 2013 18:24:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id EC7CEE54CC for ; Thu, 14 Nov 2013 18:24:22 +0000 (UTC) From: "André Erdmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "André Erdmann" Message-ID: <1384451789.f3d02d54049ef80def2bd96ac0c4ef81c9406382.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:master commit in: files/shlib/ X-VCS-Repository: proj/R_overlay X-VCS-Files: files/shlib/functions.sh X-VCS-Directories: files/shlib/ X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: f3d02d54049ef80def2bd96ac0c4ef81c9406382 X-VCS-Branch: master Date: Thu, 14 Nov 2013 18:24:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e779beba-54dd-4fce-947f-0fdf5aa8e10b X-Archives-Hash: c12efa354f86fa41c72e4d5e0084751f commit: f3d02d54049ef80def2bd96ac0c4ef81c9406382 Author: André Erdmann mailerd de> AuthorDate: Thu Nov 14 17:56:29 2013 +0000 Commit: André Erdmann mailerd de> CommitDate: Thu Nov 14 17:56:29 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=f3d02d54 files/shlib/functions.sh: minor doc typo --- files/shlib/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/shlib/functions.sh b/files/shlib/functions.sh index 08a3f36..1603376 100644 --- a/files/shlib/functions.sh +++ b/files/shlib/functions.sh @@ -36,7 +36,7 @@ # # str util: # int yesno ( word, **YESNO_YES=0, **YESNO_NO=1, **YESNO_EMPTY=2 ) -# ~int str_strim ( *args ) +# ~int str_trim ( *args ) # ~int str_upper ( *args ) # ~int str_lower ( *args ) # ~int str_field ( fieldspec, *args, **FIELD_SEPARATOR=' ' )