K 10 svn:author V 6 dteske K 8 svn:date V 27 2016-02-02T21:58:17.150854Z K 7 svn:log V 238 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. END