diff options
author | asmodai <asmodai@FreeBSD.org> | 2000-07-12 08:50:09 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2000-07-12 08:50:09 +0000 |
commit | 56694a554616736d017710a32cb97f7869dc7ce3 (patch) | |
tree | 8f070d4189c1099718274bc40f7e6eb183a595fc /usr.bin/finger | |
parent | 16b092fba012940f9de3fe71b692da3f49f5c991 (diff) | |
download | FreeBSD-src-56694a554616736d017710a32cb97f7869dc7ce3.zip FreeBSD-src-56694a554616736d017710a32cb97f7869dc7ce3.tar.gz |
MFC: fix some output cosmetics so that the finger -s output is properly
lined up
Diffstat (limited to 'usr.bin/finger')
-rw-r--r-- | usr.bin/finger/sprint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/finger/sprint.c b/usr.bin/finger/sprint.c index 40b7d82..b024291 100644 --- a/usr.bin/finger/sprint.c +++ b/usr.bin/finger/sprint.c @@ -109,7 +109,7 @@ sflag_print() pn->name, MAXREALNAME, namelen, pn->realname ? pn->realname : ""); if (!w->loginat) { - (void)printf(" * * No logins "); + (void)printf(" * * No logins "); goto office; } (void)putchar(w->info == LOGGEDIN && !w->writable ? |