Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Oct 2000 10:13:54 +0200
From:      Gerhard Sittig <Gerhard.Sittig@gmx.net>
To:        current@freebsd.org
Subject:   Re: mtree verification output format
Message-ID:  <20001003101354.B31338@speedy.gsinet>
In-Reply-To: <43778.970523608@critter>; from phk@freebsd.org on Mon, Oct 02, 2000 at 11:53:28PM %2B0200
References:  <43778.970523608@critter>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Oct 02, 2000 at 23:53 +0200, Poul-Henning Kamp wrote:
> 
> I would like to change the outputformat of mtree(8) to be more
> systematic and machine-readable.
> 
> [ ... ]
> 
>     Before:
> 	------------
> 	rc:     size (13134, 13135)
> 		cksum (2005920215, 873112433)
> 	ttys:   cksum (2486739860, 2798556681)
> 	extra: bla
> 	malloc.conf: 
> 		permissions (0755, 0777)
> 	missing: ./objformat
> 	------------
> 
>     After:
> 	------------
> 	rc: 
> 		size (13134, 13135)
> 		cksum (2005920215, 873112433)
> 	ttys: 
> 		cksum (2486739860, 2798556681)
> 	bla:
> 		extra
> 	malloc.conf: 
> 		permissions (0755, 0777)
> 	./objformat:
> 		missing
> 	------------

I miss the continuation mark (backslashes at line ends).  In case
someone wrote parsers / formatters they should still be there.
This way you don't change grammar but merely layout for better
readability by humans.


virtually yours   82D1 9B9C 01DC 4FB4 D7B4  61BE 3F49 4F77 72DE DA76
Gerhard Sittig   true | mail -s "get gpg key" Gerhard.Sittig@gmx.net
-- 
     If you don't understand or are scared by any of the above
             ask your parents or an adult to help you.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




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