mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 19:43:41 +00:00
MFC: fix some output cosmetics so that the finger -s output is properly
lined up
This commit is contained in:
parent
aa4b3574a8
commit
ae67045f8e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63006
@ -109,7 +109,7 @@ sflag_print()
|
|||||||
pn->name, MAXREALNAME, namelen,
|
pn->name, MAXREALNAME, namelen,
|
||||||
pn->realname ? pn->realname : "");
|
pn->realname ? pn->realname : "");
|
||||||
if (!w->loginat) {
|
if (!w->loginat) {
|
||||||
(void)printf(" * * No logins ");
|
(void)printf(" * * No logins ");
|
||||||
goto office;
|
goto office;
|
||||||
}
|
}
|
||||||
(void)putchar(w->info == LOGGEDIN && !w->writable ?
|
(void)putchar(w->info == LOGGEDIN && !w->writable ?
|
||||||
|
Loading…
Reference in New Issue
Block a user