aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2010-12-27 15:05:15 +0000
committerEd Schouten <ed@FreeBSD.org>2010-12-27 15:05:15 +0000
commit88d5e71efeff66496ecd2eb9a65a3aba4c84e693 (patch)
treea7c57cf14ad7af277376baf6c747c6d10737d632 /usr.bin
parent7dbb59c7ce7e33521e809513c63410a7f81dbab7 (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/lock/lock.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/lock/lock.c b/usr.bin/lock/lock.c
index f283fa6bca39..b8d0111a7610 100644
--- a/usr.bin/lock/lock.c
+++ b/usr.bin/lock/lock.c
@@ -198,7 +198,8 @@ main(int argc, char **argv)
/* header info */
if (pw != NULL)
- (void)printf("lock: %s using %s on %s.", pw->pw_name, ttynam, hostname);
+ (void)printf("lock: %s using %s on %s.", pw->pw_name,
+ ttynam, hostname);
else
(void)printf("lock: %s on %s.", ttynam, hostname);
if (no_timeout)