Date: Tue, 15 Oct 2002 08:30:55 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/tunefs tunefs.8 tunefs.c Message-ID: <200210151530.g9FFUtMb072924@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2002/10/15 08:30:55 PDT Modified files: sbin/tunefs tunefs.8 tunefs.c Log: Correct some of the style problems in this file: I introduced a style problem when I sorted 'a' before 'A'; our preferred order sorts 'A' first. Correct. Use .Cm instead of .Ar. Submitted by: bde Revision Changes Path 1.29 +4 -4 src/sbin/tunefs/tunefs.8 1.29 +6 -6 src/sbin/tunefs/tunefs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210151530.g9FFUtMb072924>