Work around aparent bug in the .Dv macro by eliminating some spaces.
The closing curly-brace in this line was being omitted somehow.
This commit is contained in:
parent
2fbc32dc61
commit
ddd3b21eca
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user