]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: last(1): Eliminate oddball formatting
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 4 Dec 2016 19:23:54 +0000 (20:23 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 9 Dec 2016 12:45:09 +0000 (13:45 +0100)
\s-2...\s0 is unused anywhere else. Remove it.

Signed-off-by: Michael Kerrisk <mtk.man-pages@gmail.com>
login-utils/last.1

index ba1da00b6e326aba45101eb1244c1a3efd178b3d..bb50ac70561ac23711ad73d9fbc426e62554e788 100644 (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