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

Devin Teske dteske at FreeBSD.org
Tue Feb 2 21:58:18 UTC 2016


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.

Modified:
  head/usr.sbin/sysrc/sysrc.8

Modified: head/usr.sbin/sysrc/sysrc.8
==============================================================================
--- head/usr.sbin/sysrc/sysrc.8	Tue Feb  2 21:17:25 2016	(r295168)
+++ head/usr.sbin/sysrc/sysrc.8	Tue Feb  2 21:58:17 2016	(r295169)
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2011-2015 Devin Teske
+.\" Copyright (c) 2011-2016 Devin Teske
 .\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd September 12, 2015
+.Dd February 2, 2016
 .Dt SYSRC 8
 .Os
 .Sh NAME
@@ -255,7 +255,7 @@ When using the
 .Ql key+=value
 syntax to add items to existing values,
 the first character of the value is taken as the delimiter separating items
-.Pq usually Qo \  Qc or Qo , Qc .
+.Pq usually Qo (space) Qc or Qo , Qc .
 For example, in the following statement:
 .Bl -item -offset indent
 .It


More information about the svn-src-all mailing list