summaryrefslogtreecommitdiff
path: root/lib/libc/gen
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-02-01 18:24:58 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-02-01 18:24:58 +0000
commit15f049748c018b0444e212573550de66dfb3d929 (patch)
tree30a781072da59a80242eab6018251e1469deec45 /lib/libc/gen
parenteba06559e124b7453f193fcb25ce002b25853f59 (diff)
escape punctuation correctly;
Diffstat (limited to 'lib/libc/gen')
-rw-r--r--lib/libc/gen/sysctl.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3
index 5f433446b7f..619ae73da11 100644
--- a/lib/libc/gen/sysctl.3
+++ b/lib/libc/gen/sysctl.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysctl.3,v 1.129 2004/02/01 18:21:06 jmc Exp $
+.\" $OpenBSD: sysctl.3,v 1.130 2004/02/01 18:24:57 jmc Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -1520,10 +1520,10 @@ possible to fine tune which responses should be answered.
Two separate bits can be set:
.Bl -tag -width "123" -offset indent
.It 1
-Respond to ICMPv6 FQDN queries, e.g.
+Respond to ICMPv6 FQDN queries, e.g.\&
.Li ping6 -w .
.It 2
-Respond to ICMPv6 node addresses queries, e.g.
+Respond to ICMPv6 node addresses queries, e.g.\&
.Li ping6 -a .
.El
.Pp