Date: Wed, 13 Apr 2005 09:22:54 +0100 From: Ceri Davies <ceri@submonkey.net> To: "Matthew N. Dodd" <mdodd@FreeBSD.org> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/mixer mixer.8 mixer.c Message-ID: <20050413082254.GZ19136@submonkey.net> In-Reply-To: <200504130711.j3D7BsqR021777@repoman.freebsd.org> References: <200504130711.j3D7BsqR021777@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--Vxa5joy26gVGOrvU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Apr 13, 2005 at 07:11:54AM +0000, Matthew N. Dodd wrote: > mdodd 2005-04-13 07:11:54 UTC >=20 > FreeBSD src repository >=20 > Modified files: > usr.sbin/mixer mixer.8 mixer.c=20 > Log: > Add the -S flag which produces the -s output without > mixing field separators. > =20 > Revision Changes Path > 1.23 +7 -3 src/usr.sbin/mixer/mixer.8 > 1.22 +19 -9 src/usr.sbin/mixer/mixer.c > | @@ -89,7 +89,7 @@ main(int argc, char *argv[]) > | { > | int foo, bar, baz, dev; > | int devmask =3D 0, recmask =3D 0, recsrc =3D 0, orecsrc; > | - int dusage =3D 0, drecsrc =3D 0, shortflag =3D 0; > | + int dusage =3D 0, drecsrc =3D 0, shortflag =3D 0, Shortflag =3D 0; > | int l =3D 0, r =3D 0, t =3D 0; > | char lstr[5], rstr[5]; > | int n =3D 0, lrel =3D 0, rrel =3D 0; Is it common to do this? My brain doesn't easily distinguish between foo.downcase and foo.capitalize (in code at least; in prose it keeps me up at night) and it doesn't seem that readable. Ceri --=20 Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -- Einstein (attrib.) --Vxa5joy26gVGOrvU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCXNbeocfcwTS3JF8RAuliAKCV2K+P8BBLYFFArtBeNpaG/t8eIACfQDMe Kl3Us161ZnpUe2W6Gbu8cz0= =WCk6 -----END PGP SIGNATURE----- --Vxa5joy26gVGOrvU--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050413082254.GZ19136>