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:
archie 2000-01-17 20:10:39 +00:00
parent 2fbc32dc61
commit ddd3b21eca
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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