Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 May 2009 17:40:22 +0000 (UTC)
From:      "George V. Neville-Neil" <gnn@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.bin Makefile src/usr.bin/perror Makefile perror.1 perror.c
Message-ID:  <200905191744.n4JHidev083300@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
gnn         2009-05-19 17:40:22 UTC

  FreeBSD src repository

  Modified files:
    usr.bin              Makefile 
  Added files:
    usr.bin/perror       Makefile perror.1 perror.c 
  Log:
  SVN rev 192398 on 2009-05-19 17:40:22Z by gnn
  
  Add a new program, perror, which takes an errno as a command line argument
  and outputs the associated textual message in the same way that
  perror(3) would if called within a program.
  
  Revision  Changes    Path
  1.322     +1 -0      src/usr.bin/Makefile
  1.1       +6 -0      src/usr.bin/perror/Makefile (new)
  1.1       +50 -0     src/usr.bin/perror/perror.1 (new)
  1.1       +76 -0     src/usr.bin/perror/perror.c (new)



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