From owner-svn-src-all@freebsd.org Tue Feb 2 23:50:48 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3BB61A99DE1; Tue, 2 Feb 2016 23:50:48 +0000 (UTC) (envelope-from devin@shxd.cx) Received: from shxd.cx (mail.shxd.cx [64.201.244.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2E1789F4; Tue, 2 Feb 2016 23:50:48 +0000 (UTC) (envelope-from devin@shxd.cx) Received: from [64.201.244.132] (port=29398 helo=[10.0.0.113]) by shxd.cx with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.77 (FreeBSD)) (envelope-from ) id 1aQkic-0004G1-UR; Tue, 02 Feb 2016 15:50:47 -0800 Message-ID: <1454457045.37056.69.camel@FreeBSD.org> Subject: Re: svn commit: r295169 - head/usr.sbin/sysrc From: Devin Teske To: Benjamin Kaduk Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" , dteske@FreeBSD.org Date: Tue, 02 Feb 2016 15:50:45 -0800 In-Reply-To: References: <201602022158.u12LwHtr068296@repo.freebsd.org> X-Mailer: Evolution 3.16.5 FreeBSD GNOME Team Port Mime-Version: 1.0 Sender: devin@shxd.cx Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Feb 2016 23:50:48 -0000 On Tue, 2016-02-02 at 16:03 -0600, Benjamin Kaduk wrote: > On Tue, Feb 2, 2016 at 3:58 PM, Devin Teske > wrote: > > Author: dteske > > Date: Tue Feb 2 21:58:17 2016 > > New Revision: 295169 > > URL: https://svnweb.freebsd.org/changeset/base/295169 > > > > Log: > > Replace (Qo \ Qc) with (Qo (space) Qc) > > > > When using col(1) piped to vim(1) as pager for man(1), the former > > sequence > > of (Qo \ Qc) renders as "" without the space. Replace with (Qo > > (space) Qc) > > which renders properly in more (all?) pagers. > mdoc(7) also suggests using double-quotes (" ") to escape literal > spaces; did you try that? Did not try -- tried just now and it works. Will update with a commit. However... /me opens "man mdoc" (20 minutes later; confused as to where) I've read mdoc(7) several times and have never seen such a clarification. (which I might add; would be mighty useful if you can find it) -- Devin From owner-svn-src-all@freebsd.org Tue Feb 2 23:51:40 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CBFE6A99E70; Tue, 2 Feb 2016 23:51:40 +0000 (UTC) (envelope-from dteske@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9B7EDD89; Tue, 2 Feb 2016 23:51:40 +0000 (UTC) (envelope-from dteske@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u12Npdjf014421; Tue, 2 Feb 2016 23:51:39 GMT (envelope-from dteske@FreeBSD.org) Received: (from dteske@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u12NpdJ4014420; Tue, 2 Feb 2016 23:51:39 GMT (envelope-from dteske@FreeBSD.org) Message-Id: <201602022351.u12NpdJ4014420@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dteske set sender to dteske@FreeBSD.org using -f From: Devin Teske Date: Tue, 2 Feb 2016 23:51:39 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r295177 - head/usr.sbin/sysrc X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Feb 2016 23:51:40 -0000 Author: dteske Date: Tue Feb 2 23:51:39 2016 New Revision: 295177 URL: https://svnweb.freebsd.org/changeset/base/295177 Log: Fix a typo in a comment Modified: head/usr.sbin/sysrc/sysrc Modified: head/usr.sbin/sysrc/sysrc ============================================================================== --- head/usr.sbin/sysrc/sysrc Tue Feb 2 23:33:58 2016 (r295176) +++ head/usr.sbin/sysrc/sysrc Tue Feb 2 23:51:39 2016 (r295177) @@ -595,7 +595,7 @@ fi if [ "$SHOW_ALL" ]; then # # Get a list of variables that are currently set in the rc.conf(5) - # files (included `/etc/defaults/rc.conf') by performing a call to + # files (including `/etc/defaults/rc.conf') by performing a call to # source_rc_confs() in a clean environment. # ( # Operate in a sub-shell to protect the parent environment