docs: last(1): Eliminate oddball formatting

\s-2...\s0 is unused anywhere else. Remove it.

Signed-off-by: Michael Kerrisk <mtk.man-pages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-12-04 20:23:54 +01:00 committed by Karel Zak
parent 22a1c10ba1
commit fd17733fcb
1 changed files with 3 additions and 3 deletions

View File

@ -43,11 +43,11 @@ can be abbreviated, thus
is the same as
.BR "last tty0" .
.PP
When catching a \s-2SIGINT\s0 signal (generated by the interrupt key, usually
control-C) or a \s-2SIGQUIT\s0 signal,
When catching a SIGINT signal (generated by the interrupt key, usually
control-C) or a SIGQUIT signal,
.B last
will show how far it has searched through the file; in the case of the
\s-2SIGINT\s0 signal
SIGINT signal
.B last
will then terminate.
.PP