Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/bin/sh



On Sun, Apr 18, 2004 at 08:02:24AM +0000, Geoff Wing wrote:
  | Christos Zoulas <christos%netbsd.org@localhost> caused:
  | : Module Name:      src
  | : Committed By:     christos
  | : Date:             Sat Apr 17 15:41:29 UTC 2004
  | : Modified Files:
  | :   src/bin/sh: miscbltin.c sh.1
  | : Log Message:
  | : understand rlimit sbsize
  | 
  | : cvs rdiff -r1.74 -r1.75 src/bin/sh/sh.1
  | 
  | s/bytes/kilobytes/
  | 
  | And same for csh.1

AFAICT, the code actually parses in bytes (not kilobytes), so the manual
page is correct and the string description in miscbltin.c was wrong to
say "sbsize(kbytes)" instead of the correct "sbsize(bytes)".
I've fixed this.

Cheers,
Luke.

Attachment: pgpEZKQDpsegc.pgp
Description: PGP signature



Home | Main Index | Thread Index | Old Index