Date: Fri, 29 Oct 1999 12:21:44 +0200 (CEST) From: Christian Weisgerber <naddy@mips.rhein-neckar.de> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/14587: misc/buffer: spelling fix Message-ID: <199910291021.MAA26354@bigeye.rhein-neckar.de>
next in thread | raw e-mail | index | archive | help
>Number: 14587 >Category: ports >Synopsis: misc/buffer: spelling fix >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Oct 29 03:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Christian Weisgerber >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: n/a >Description: Spelling fix for the help text output by buffer (ports/misc/buffer): "writen" -> "written" >How-To-Repeat: buffer -h >Fix: diff -ur /usr/ports/misc/buffer/patches/patch-aa buffer/patches/patch-aa --- /usr/ports/misc/buffer/patches/patch-aa Tue Mar 30 04:42:20 1999 +++ buffer/patches/patch-aa Fri Oct 29 12:17:36 1999 @@ -1,5 +1,16 @@ ---- buffer.ORG/buffer.c Wed Jul 14 17:59:17 1993 -+++ buffer.c Fri Nov 17 20:23:58 1995 +--- buffer.c.orig Wed Jul 14 17:59:17 1993 ++++ buffer.c Fri Oct 29 12:17:10 1999 +@@ -339,8 +339,8 @@ + fprintf( stderr, "Usage: %s [-B] [-t] [-S size] [-m memsize] [-b blocks] [-p percent] [-s blocksize] [-u pause] [-i infile] [-o outfile] [-z size]\n", + progname ); + fprintf( stderr, "-B = blocked device - pad out last block\n" ); +- fprintf( stderr, "-t = show total amount writen at end\n" ); +- fprintf( stderr, "-S size = show amount writen every size bytes\n" ); ++ fprintf( stderr, "-t = show total amount written at end\n" ); ++ fprintf( stderr, "-S size = show amount written every size bytes\n" ); + fprintf( stderr, "-m size = size of shared mem chunk to grab\n" ); + fprintf( stderr, "-b num = number of blocks in queue\n" ); + fprintf( stderr, "-p percent = don't start writing until percent blocks filled\n" ); @@ -384,6 +384,7 @@ } >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910291021.MAA26354>