cvs commit: src/usr.bin/finger sprint.c

Robert Watson rwatson at FreeBSD.org
Sat Mar 4 08:13:18 PST 2006


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


More information about the cvs-src mailing list