aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysrc
diff options
context:
space:
mode:
authorDevin Teske <dteske@FreeBSD.org>2016-02-02 21:58:17 +0000
committerDevin Teske <dteske@FreeBSD.org>2016-02-02 21:58:17 +0000
commit613d7da7d5dc56121ae796ad85f524029a940540 (patch)
tree2cdfd6f32ef33e3befc36c8192a7010b285f8db5 /usr.sbin/sysrc
parent677ba8502b4a69e06ae9d708d7091e8240d41cfa (diff)
downloadsrc-613d7da7d5dc56121ae796ad85f524029a940540.tar.gz
src-613d7da7d5dc56121ae796ad85f524029a940540.zip
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.
Notes
Notes: svn path=/head/; revision=295169
Diffstat (limited to 'usr.sbin/sysrc')
-rw-r--r--usr.sbin/sysrc/sysrc.86
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/sysrc/sysrc.8 b/usr.sbin/sysrc/sysrc.8
index dbd0e4b3c326..c331156f1180 100644
--- a/usr.sbin/sysrc/sysrc.8
+++ b/usr.sbin/sysrc/sysrc.8
@@ -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