svn commit: r295169 - head/usr.sbin/sysrc

Benjamin Kaduk bjkfbsd at gmail.com
Tue Feb 2 22:03:16 UTC 2016


On Tue, Feb 2, 2016 at 3:58 PM, Devin Teske <dteske at freebsd.org> 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?

-Ben


More information about the svn-src-head mailing list