summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorarchie <archie@FreeBSD.org>2000-01-17 20:10:39 +0000
committerarchie <archie@FreeBSD.org>2000-01-17 20:10:39 +0000
commit8ece9a32c683f9fe8448d62688d2fde9fe70a99d (patch)
tree5bf7a9a217842337d1fef283ffc484ab9cb7cec2 /share
parent9a7458c2e60b1577fd053bf5dc89a042782c1d94 (diff)
downloadFreeBSD-src-8ece9a32c683f9fe8448d62688d2fde9fe70a99d.zip
FreeBSD-src-8ece9a32c683f9fe8448d62688d2fde9fe70a99d.tar.gz
Work around aparent bug in the .Dv macro by eliminating some spaces.
The closing curly-brace in this line was being omitted somehow.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/ng_ksocket.42
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man4/ng_ksocket.4 b/share/man/man4/ng_ksocket.4
index c5fdc3b..ff0abc7 100644
--- a/share/man/man4/ng_ksocket.4
+++ b/share/man/man4/ng_ksocket.4
@@ -159,7 +159,7 @@ inet/192.168.1.1:1234
.It Dv PF_INET
local/"/tmp/foo.socket"
.It Other
-.Dv "{ family=16 len=16 data=[ 0x70 0x00 0x01 0x23 ] }"
+.Dv "{ family=16 len=16 data=[0x70 0x00 0x01 0x23] }"
.El
.Pp
For control messages that pass a
OpenPOWER on IntegriCloud