From d66be0e033d5b7d232e14cda493686d446ded5bc Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Tue, 18 Jun 2019 21:02:49 +0200 Subject: [PATCH] Update manual. --- manual/tracy.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/tracy.tex b/manual/tracy.tex index 5cabecd8..94e15eb7 100644 --- a/manual/tracy.tex +++ b/manual/tracy.tex @@ -1007,7 +1007,7 @@ The client \emph{address entry} field and the \faWifi{}~\emph{Connect} button ar If you want to open a trace that you have stored on the disk, you can do so by pressing the \faFolderOpen{}~\emph{Open saved trace} button. -The \emph{discovered clients} list is only displayed if there are clients broadcasting their presence on the local network. Each entry shows the IP address of the client and the name of the application that is profiled. Clicking on an entry will connect to the client. Incompatible clients are grayed-out and can't be connected to. +The \emph{discovered clients} list is only displayed if there are clients broadcasting their presence on the local network\footnote{Only on IPv4 networks and only within the broadcast domain.}. Each entry shows the IP address of the client, how long the client has been running, and the name of the application that is profiled. Clicking on an entry will connect to the client. Incompatible clients are grayed-out and can't be connected to. \begin{figure}[h] \centering\begin{tikzpicture} @@ -1024,7 +1024,7 @@ The \emph{discovered clients} list is only displayed if there are clients broadc \draw[rounded corners=5pt] (2.3, -1.55) rectangle+(2.5, -0.5) node [midway] {\faFolderOpen{}~Open trace}; \draw (0.1, -2.1) node[anchor=north west] {Discovered clients:}; -\draw (0.1, -2.6) node[anchor=north west] {127.0.0.1 | Application name}; +\draw (0.1, -2.6) node[anchor=north west] {127.0.0.1 | 21 s | Application}; \end{tikzpicture} \caption{Welcome dialog.} \label{welcomedialog}