tls: in AES-GCM decoding, avoid memmove
[oweals/busybox.git] / util-linux / last.c
index 5bce857535fb818ed02113f87a31c915bdb5f329..f5ee8e5f48cc4d5c39dda263a5856cd402daae5d 100644 (file)
 //config:      default y
 //config:      depends on FEATURE_WTMP
 //config:      help
-//config:        'last' displays a list of the last users that logged into the system.
+//config:      'last' displays a list of the last users that logged into the system.
 //config:
 //config:config FEATURE_LAST_FANCY
 //config:      bool "Output extra information"
 //config:      default y
 //config:      depends on LAST
 //config:      help
-//config:        'last' displays detailed information about the last users that
-//config:        logged into the system (mimics sysvinit last). +900 bytes.
+//config:      'last' displays detailed information about the last users that
+//config:      logged into the system (mimics sysvinit last). +900 bytes.
 
 //applet:IF_LAST(APPLET(last, BB_DIR_USR_BIN, BB_SUID_DROP))