diff options
author | Nils Gillmann <ng0@n0.is> | 2018-05-06 19:37:07 +0000 |
---|---|---|
committer | Nils Gillmann <ng0@n0.is> | 2018-05-06 19:37:07 +0000 |
commit | 0aad4a6becbb8646b8f3db66a937f97cbbce2b6a (patch) | |
tree | 28f471110a88b0c93df7a4a14043d567e2488aca /doc/documentation | |
parent | 3f29625866332d29e3ad666b35d8c7c3006f95d1 (diff) |
chapter: user: atchar is LaTeX, @@ is Texinfo.
Signed-off-by: Nils Gillmann <ng0@n0.is>
Diffstat (limited to 'doc/documentation')
-rw-r--r-- | doc/documentation/chapters/user.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/documentation/chapters/user.texi b/doc/documentation/chapters/user.texi index 6063392ac7..db96585ecb 100644 --- a/doc/documentation/chapters/user.texi +++ b/doc/documentation/chapters/user.texi @@ -1646,7 +1646,7 @@ GNS currently supports the following record types: A NICK record is used to give a zone a name. With a NICK record, you can essentially specify how you would like to be called. GNS expects this -record under the empty label ``@atchar{}'' in the zone's database (NAMESTORE); however, +record under the empty label ``@@'' in the zone's database (NAMESTORE); however, it will then automatically be copied into each record set, so that clients never need to do a separate lookup to discover the NICK record. Also, users do not usually have to worry about setting the NICK record: @@ -1655,7 +1655,7 @@ it is automatically set to the local name of the TLD. @b{Example}@ @example -Name: @atchar{}; RRType: NICK; Value: bob +Name: @@; RRType: NICK; Value: bob @end example @noindent |