From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-4.4 required=3.0 tests=AWL,BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.sourceforge.net (lists.sourceforge.net [216.105.38.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 2882C1F5B1 for ; Fri, 31 Jul 2020 09:38:57 +0000 (UTC) Received: from [127.0.0.1] (helo=sfs-ml-1.v29.lw.sourceforge.com) by sfs-ml-1.v29.lw.sourceforge.com with esmtp (Exim 4.90_1) (envelope-from ) id 1k1RV9-0003jW-0E; Fri, 31 Jul 2020 09:38:55 +0000 Received: from [172.30.20.202] (helo=mx.sourceforge.net) by sfs-ml-1.v29.lw.sourceforge.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k1RV6-0003iE-Hk for sox-devel@lists.sourceforge.net; Fri, 31 Jul 2020 09:38:52 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sourceforge.net; s=x; h=Content-Transfer-Encoding:MIME-Version:References: In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=Z/CKvD/CqqQHbHq7r3rvMyNI9pJYoeSwcD/FRMScF7Q=; b=A96e9lzkN5PDYsUIo8LSZVuRAk ocdD1bro73NE9qZ9V1XcZ7qZgWFqbAI4iRB1aky/aXQD1d+mSd/Pwf5T3QTIzjuq1oDIEWuWjWUCt fQqy4c5D8NCnU/u66p8cyuhy78didURq7WqAYPRbjnZQnmQWLUd1nwPFKbhIBmeV7i1o=; DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sf.net; s=x ; h=Content-Transfer-Encoding:MIME-Version:References:In-Reply-To:Message-Id: Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=Z/CKvD/CqqQHbHq7r3rvMyNI9pJYoeSwcD/FRMScF7Q=; b=BaGsdhpl/uujpjoF3GHHnRORnX n1XaZ1XDUI8ShoMZrrLBrD5sGyipnUZB5GURpEgi0Bq1EZLRFRqO5CB6kgTSJ/Q6m1XAZ+cCsfo9X wlasLFUw1fLDWPVXDTxXZa6v+4ib6f6WI66ySclBBUmdkeXxsh7R7/FGCruZYj/Tw7gA=; Received: from dcvr.yhbt.net ([64.71.152.64]) by sfi-mx-1.v28.lw.sourceforge.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92.2) id 1k1RV5-00FjEe-Ea for sox-devel@lists.sourceforge.net; Fri, 31 Jul 2020 09:38:52 +0000 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 320C71F8DF; Fri, 31 Jul 2020 09:38:02 +0000 (UTC) From: Eric Wong To: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Fri, 31 Jul 2020 09:37:55 +0000 Message-Id: <20200731093801.23548-4-normalperson@yhbt.net> In-Reply-To: <20200731093801.23548-1-normalperson@yhbt.net> References: <20200731093801.23548-1-normalperson@yhbt.net> MIME-Version: 1.0 X-Headers-End: 1k1RV5-00FjEe-Ea Subject: [PATCH RESEND 3/9] sox.1: fix section name X-BeenThere: sox-devel@lists.sourceforge.net X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: sox-devel@lists.sourceforge.net Cc: sox-devel@lists.sourceforge.net Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: sox-devel-bounces@lists.sourceforge.net From: Jan Stary The SoX manpage does not have an 'Input File Balancing" section, but it has an "Input File Combining" section. ref: <20150715131359.GA12685@www.stare.cz> --- sox.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sox.1 b/sox.1 index 2c4ca470..35a22d98 100644 --- a/sox.1 +++ b/sox.1 @@ -1085,7 +1085,7 @@ See also the .BR vol , and .B gain -effects, and see \fBInput File Balancing\fR above. +effects, and see \fBInput File Combining\fR above. .SS Input & Output File Format Options These options apply to the input or output file whose name they immediately precede on the command line and are used mainly when _______________________________________________ SoX-devel mailing list SoX-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sox-devel