Skip to content

Commit e907379

Browse files
committed
fix wording
1 parent d9eee90 commit e907379

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

network.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@
226226
\item There are other domains, see the \texttt{socket(2)} manual page.
227227
\item There are also other socket types, for example \texttt{SOCK\_RAW}, for
228228
full protocol access. In order to use \texttt{SOCK\_RAW} you usually need
229-
additional privileges. That is a reason why a command \texttt{ping}, which
230-
works with ICMP headers of sent packets, might need an SUID privilege:
229+
additional privileges. That is a reason why the \texttt{ping} command, which
230+
works with ICMP headers of sent packets, might need to be a SUID program:
231231

232232
\begin{verbatim}
233233
$ ls -l /usr/sbin/ping

0 commit comments

Comments
 (0)