diff options
| author | Archie Cobbs <archie@FreeBSD.org> | 2000-03-13 18:29:58 +0000 |
|---|---|---|
| committer | Archie Cobbs <archie@FreeBSD.org> | 2000-03-13 18:29:58 +0000 |
| commit | ef02c1e500b9c19faf479c991e12d7c7940fc4c6 (patch) | |
| tree | d85d872d8366aea5ee47be2dd9f51b33c11f5cee /share | |
| parent | 3f688d5afb4a856df75fb163f8b99993e89b2fcf (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man4/ng_ksocket.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/ng_ksocket.4 b/share/man/man4/ng_ksocket.4 index ff0abc7a77fd..9e5d132aed43 100644 --- a/share/man/man4/ng_ksocket.4 +++ b/share/man/man4/ng_ksocket.4 @@ -155,11 +155,11 @@ the address is the pathname as a doubly quoted string. Examples: .Bl -tag -width XXXXXXXXXX .It Dv PF_LOCAL -inet/192.168.1.1:1234 -.It Dv PF_INET local/"/tmp/foo.socket" +.It Dv PF_INET +inet/192.168.1.1:1234 .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 |
