diff options
author | 2004-02-01 18:24:57 +0000 | |
---|---|---|
committer | 2004-02-01 18:24:57 +0000 | |
commit | 8d232284b1d8826617c4ea8eed518001623d02af (patch) | |
tree | 2ccc9f01d5ebb393b059efa0c6409aac3db50af5 /lib/libc | |
parent | s/RFC3390/RFC 3390/ (diff) | |
download | wireguard-openbsd-8d232284b1d8826617c4ea8eed518001623d02af.tar.xz wireguard-openbsd-8d232284b1d8826617c4ea8eed518001623d02af.zip |
escape punctuation correctly;
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 6 |
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 |