From owner-svn-src-all@freebsd.org Wed Feb 3 03:40:41 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 56131A99F9F; Wed, 3 Feb 2016 03:40:41 +0000 (UTC) (envelope-from bjkfbsd@gmail.com) Received: from mail-wm0-x22e.google.com (mail-wm0-x22e.google.com [IPv6:2a00:1450:400c:c09::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E27BE314; Wed, 3 Feb 2016 03:40:40 +0000 (UTC) (envelope-from bjkfbsd@gmail.com) Received: by mail-wm0-x22e.google.com with SMTP id l66so51142205wml.0; Tue, 02 Feb 2016 19:40:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=bqXQqE01njd7YyRTROLR49sXbyVyoVGQsbICD06sI8Q=; b=vaeVCN/wlG9cVp4fNl/0GFnYcl4LF8C/HKjAoP2PqhWNlmSmk5QJLV4BdASVmEur2c CvCv7dPMQY8wrD3zdU+M7zkRTUtBlZPOBeti4bqSKLymzlt+mEra9MUjhak2a4S+ONx8 T2gnS07uBXbdb3qc9IXGK7XuK3WSY3KFn2wHtt8qZQ3aJvRUxaNXCyENULc+jOlmV7xh onpWCRndUIn14ioLxXQHTUAlHixTuJKlDCUHl5jbzjXm6vKc08ViZ5ZrSB6NJb/MAWOq n510ZZxFs+HlP0zOt9LkOrA3PjA9s4T9pCgUEIyJ8/iFmQb+GWkyBuuMIOH+emQZ4ljy 6B6w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=bqXQqE01njd7YyRTROLR49sXbyVyoVGQsbICD06sI8Q=; b=JYKX7sFPK7FUBL3tE4UC8t7rR6kEElHg6ToWYZJd1GTCWUZcEr7sJshCWXnKsqtiH0 r2RCYwyq3VzQxlae2R21qAdm8U8tWicwod8giWHCYYPoRDRggoJsgyolVil2v+VcLowu MY+/5663LwTnN5OoKoWNqB4+a2vb1eCNELim/KW6UKJ8xjLrF7C77GmMuve/ajmLn1f1 vpKvhaoh8AwRpf0bsNDg345rFUgfpSQKE5vgOpdz+hME2WATAl+XiucoB+KH2h4fK+/T CvC/+dq+2NQMlo/au4Rn9n+xOsouFH5MCZ0KKWkYTYUQol8CGsmpIxIK7jnWRKEhNcX4 BZqg== X-Gm-Message-State: AG10YORPlmc5bGRnjKtAs9RkXIj0HBu+NTrz93bIFd2/qWkQtWQcYduHVvnJ00eaVKvQ9n7dvdjeXk852T7NvQ== MIME-Version: 1.0 X-Received: by 10.194.119.68 with SMTP id ks4mr31155451wjb.45.1454470839390; Tue, 02 Feb 2016 19:40:39 -0800 (PST) Received: by 10.27.170.11 with HTTP; Tue, 2 Feb 2016 19:40:39 -0800 (PST) In-Reply-To: <1454457045.37056.69.camel@FreeBSD.org> References: <201602022158.u12LwHtr068296@repo.freebsd.org> <1454457045.37056.69.camel@FreeBSD.org> Date: Tue, 2 Feb 2016 21:40:39 -0600 Message-ID: Subject: Re: svn commit: r295169 - head/usr.sbin/sysrc From: Benjamin Kaduk To: Devin Teske Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 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: Wed, 03 Feb 2016 03:40:41 -0000 On Tue, Feb 2, 2016 at 5:50 PM, Devin Teske wrote: > 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) > > The shame is on me; I had opened the system mdoc(7) on OS X, which is actually groff_mdoc(7). There is a subsection therein "Passing Space Characters in an Argument" which has the text in question. I guess I need to spend more time with the mdocml mdoc(7) to get used to what it contains (and does not contain). Sorry for sending you down the wrong rabbit hole... -Ben