Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Mar 2006 16:13:16 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/finger sprint.c
Message-ID:  <200603041613.k24GDHcJ055133@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2006-03-04 16:13:16 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/finger       sprint.c 
  Log:
  Reduce number of spaces for full name by four, and reduce padding
  after tty entry by one space in order to provide extra spaces for
  the tty entry.  As a result, full pts names are now visible (up
  to 999 pts's anyway):
  
  Before:
  Login            Name                 TTY  Idle  Login  Time   Office  Phone
  robert           Robert Watson       *v0   3:55  Fri    02:54
  robert           Robert Watson        p0     19  Sat    11:01
  robert           Robert Watson        pts        Sat    14:55
  
  After:
  
  Login            Name             TTY      Idle  Login  Time   Office  Phone
  robert           Robert Watson   *v0       5:08  Fri    02:54
  robert           Robert Watson    p0          8  Sat    11:01
  robert           Robert Watson    pts/5          Sat    14:55
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.23      +5 -5      src/usr.bin/finger/sprint.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603041613.k24GDHcJ055133>