From owner-svn-src-head@FreeBSD.ORG Thu Jan 27 01:08:29 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE7C6106566B; Thu, 27 Jan 2011 01:08:29 +0000 (UTC) (envelope-from weongyo.jeong@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 2BC808FC0C; Thu, 27 Jan 2011 01:08:29 +0000 (UTC) Received: by vws9 with SMTP id 9so642187vws.13 for ; Wed, 26 Jan 2011 17:08:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:date:to:subject:message-id:reply-to :mail-followup-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent:organization :x-operation-sytem; bh=iWEBn15RS4unti+jw16/Ofcbu+eOGvQwCo/0aERtvQY=; b=nDmzrS3DrWgPjcV0cZjntD14rBiUeu3JvV3FM1yvhRkROrCCuJOlMdrkSJ2UaekwkN LF/s3pniZ3bInIPZ/AfujloM5FhWwlN97DQlI/bpRwnFS5Ns6Dv7F2JoSf1A6/kLnX+s XxS+87Z6mvnJ9pxQEy1UX2Ov02ObK5NCS+/Ts= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:subject:message-id:reply-to:mail-followup-to :references:mime-version:content-type:content-disposition :in-reply-to:user-agent:organization:x-operation-sytem; b=mRgvEDuPvdFC/7VeQzBIAjet0xnDjdoqehr5xItXe8AYZLnZhzBB5zTHaTpi+xtLMf tOlDxbtdw62TwDBsjUyOe7PDapzJM/now71UgM4Pfh0lN+S5jYIYcQUhCQexFa4r94sX ti0T73MBxReyW4M83Tmw0WtvwM5KTPt4mWNk0= Received: by 10.220.176.12 with SMTP id bc12mr76442vcb.55.1296088952466; Wed, 26 Jan 2011 16:42:32 -0800 (PST) Received: from weongyo ([174.35.1.224]) by mx.google.com with ESMTPS id i14sm4601046vcr.35.2011.01.26.16.42.27 (version=SSLv3 cipher=RC4-MD5); Wed, 26 Jan 2011 16:42:29 -0800 (PST) Received: by weongyo (sSMTP sendmail emulation); Wed, 26 Jan 2011 16:43:47 -0800 From: Weongyo Jeong Date: Wed, 26 Jan 2011 16:43:47 -0800 To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Message-ID: <20110127004347.GP1755@weongyo> Mail-Followup-To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201101131637.p0DGbCkX056616@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201101131637.p0DGbCkX056616@svn.freebsd.org> User-Agent: Mutt/1.4.2.3i Organization: CDNetworks. X-Operation-Sytem: FreeBSD Cc: Subject: Re: svn commit: r217358 - head/usr.sbin/usbdump X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Weongyo Jeong List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jan 2011 01:08:29 -0000 On Thu, Jan 13, 2011 at 04:37:12PM +0000, Weongyo Jeong wrote: > Author: weongyo > Date: Thu Jan 13 16:37:12 2011 > New Revision: 217358 > URL: http://svn.freebsd.org/changeset/base/217358 > > Log: > Documents OUTPUT formats. While I'm here cleans up styles and words. > > Reviewed by: brueffer@ Some corrections that cleaning styles and words were done by brueffer@. regards, Weongyo Jeong