diff options
author | ng0 <ng0@n0.is> | 2019-03-14 19:30:27 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-03-14 19:30:27 +0000 |
commit | a067ce16d5239fe27f3596372f8ae04fc450b677 (patch) | |
tree | 86ee32679a8d5f95ad688ae92ab73f6f4226011f /doc | |
parent | d92e753beade02c46fe1c8f30184096a72d2afce (diff) |
remove the single tab in texinfo we had
Diffstat (limited to 'doc')
-rw-r--r-- | doc/handbook/chapters/developer.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/handbook/chapters/developer.texi b/doc/handbook/chapters/developer.texi index d2e8870e0..efda6b85a 100644 --- a/doc/handbook/chapters/developer.texi +++ b/doc/handbook/chapters/developer.texi @@ -8108,7 +8108,7 @@ This is done by converting to a BOX record from an existing SRV record: @example # SRV # _service._proto.name. TTL class SRV priority weight port target -_sip._tcp.example.com. 14000 IN SRV 0 0 5060 www.example.com. +_sip._tcp.example.com. 14000 IN SRV 0 0 5060 www.example.com. # BOX # TTL BOX flags port protocol recordtype priority weight port target 14000 BOX n 5060 6 33 0 0 5060 www.example.com |