From 97603a5d2adc889186f2934624a95c92dbfa2fdd Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 2 Jun 2005 05:17:24 +0000 Subject: Don't use "path" or "filename". --- src/who.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/who.c') diff --git a/src/who.c b/src/who.c index 46e057139..bf70891b0 100644 --- a/src/who.c +++ b/src/who.c @@ -333,8 +333,8 @@ print_user (const STRUCT_UTMP *utmp_ent, time_t boottime) PIDSTR_DECL_AND_INIT (pidstr, utmp_ent); /* Copy ut_line into LINE, prepending `/dev/' if ut_line is not - already an absolute pathname. Some system may put the full, - absolute pathname in ut_line. */ + already an absolute file name. Some systems may put the full, + absolute file name in ut_line. */ if (utmp_ent->ut_line[0] == '/') { strncpy (line, utmp_ent->ut_line, sizeof (utmp_ent->ut_line)); -- cgit v1.2.3-54-g00ecf