]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Commands.txt: Fix <target> description of TRACE command
authorAlexander Barton <alex@barton.de>
Fri, 2 Aug 2013 00:16:21 +0000 (02:16 +0200)
committerAlexander Barton <alex@barton.de>
Fri, 2 Aug 2013 00:16:21 +0000 (02:16 +0200)
doc/Commands.txt

index 72e2eda5e0da83c7e3aa6935eaec6709028a1d42..49a84f654c984e8222ad7e4af92755e6b23e2331 100644 (file)
@@ -479,12 +479,16 @@ Status and Informational Commands
         - RFC 2812, 3.4.6 "Time message"
 
 - TRACE
         - RFC 2812, 3.4.6 "Time message"
 
 - TRACE
-       TRACE [<server>]
+       TRACE [<target>]
        .
        Find the route to a specific server and send information about its
        peers. Each server that processes this command reports back to the
        sender about it: the replies from pass-through servers form a chain
        which shows the route to the destination.
        .
        Find the route to a specific server and send information about its
        peers. Each server that processes this command reports back to the
        sender about it: the replies from pass-through servers form a chain
        which shows the route to the destination.
+       .
+       <target> can be a server name, the nickname of a client connected to
+       a specific server, or a mask matching a server name in the network.
+       The server of the current connection is used when <target> is omitted.
 
        References:
         - RFC 2812, 3.4.8 "Trace message"
 
        References:
         - RFC 2812, 3.4.8 "Trace message"