Subject: Re: RFC: /kern/summary
To: <>
From: Ignatios Souvatzis <is@jocelyn.rhein.de>
List: tech-kern
Date: 03/11/1999 20:11:41
On Thu, Mar 11, 1999 at 08:34:19AM -0600, Brian C. Grayson wrote:
> > Try printf("MemorySize=%09d\n", 345)  for numbers, or
> >     printf("TheKernelName=%20s\n", "unknown") for strings.
> 
>   If that last one is changed to %-20 (sh doesn't like "var= val"),

Oh yes, of course. I corrected it in my test program before sending
this mail, but didn't correct it in the mail editor.

	-is