]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
last: (man) use correct markup
authorMario Blättermann <mario.blaettermann@gmail.com>
Mon, 10 Apr 2023 14:24:46 +0000 (16:24 +0200)
committerGitHub <noreply@github.com>
Mon, 10 Apr 2023 14:24:46 +0000 (16:24 +0200)
login-utils/last.1.adoc

index 04d407387f21273472567c8f046a129d442754ab..1d26ae1be369b5b41293887c53229b1979e9f26f 100644 (file)
@@ -117,7 +117,7 @@ The files _wtmp_ and _btmp_ might not be found. The system only logs information
 
 An empty entry is a valid type of wtmp entry. It means that an empty file or file with zeros is not interpreted as an error.
 
-The utmp file format uses fixed sizes of strings, which means that very long strings are impossible to store in the file and impossible to display by last. The usual limits are 32 bytes for a user and line name and 256 bytes for a hostname.
+The utmp file format uses fixed sizes of strings, which means that very long strings are impossible to store in the file and impossible to display by *last*. The usual limits are 32 bytes for a user and line name and 256 bytes for a hostname.
 
 == AUTHORS