Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Sep 1996 06:35:13 -0700 (PDT)
From:      Peter Wemm <peter>
To:        CVS-committers, cvs-all, cvs-bin
Subject:   cvs commit:  src/bin/sh histedit.c jobs.c miscbltin.c mknodes.c
Message-ID:  <199609031335.GAA29135@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       96/09/03 06:35:13

  Modified:    bin/sh    histedit.c jobs.c miscbltin.c mknodes.c
  Log:
  Misc cleanups and fixes from Bruce:
   - don't put \n on error() calls, error adds it already.
   - don't prepend "ulimit" on error() calls in miscbltin.c.
   - getopt typo on ulimit -p -> -u conversion
   - get/setrlimit() calls were not being error checked
  
  ulimit formatting cleanup from me, use same wording as bash on Bruce's
  suggestion.  Add ulimit arg to output on Joerg's suggestion.
  
  Revision  Changes    Path
  1.6       +2 -2      src/bin/sh/histedit.c
  1.6       +3 -3      src/bin/sh/jobs.c
  1.6       +33 -22    src/bin/sh/miscbltin.c
  1.4       +2 -2      src/bin/sh/mknodes.c



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