From owner-freebsd-doc@FreeBSD.ORG Mon May 19 17:12:26 2014 Return-Path: Delivered-To: doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6A876B62 for ; Mon, 19 May 2014 17:12:26 +0000 (UTC) Received: from mail-qc0-x22e.google.com (mail-qc0-x22e.google.com [IPv6:2607:f8b0:400d:c01::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 30E862076 for ; Mon, 19 May 2014 17:12:26 +0000 (UTC) Received: by mail-qc0-f174.google.com with SMTP id x13so9286316qcv.19 for ; Mon, 19 May 2014 10:12:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=fJHV+3DgoPZhrYY6x8huApCcLKldRAgSdy6tfpehXEQ=; b=fhCxRGTxSWF0QgjMDBsatFtl3tq4r7yzBu1wcM48HW9OTM/pBr29FZTPAux606uOJ3 13bN2cYYQYUNj1NKTytuwr0Z4Su8pUeUhNcylYLAm/g+bbSj4JtJIiViRNXFIi28tnMu m4bfRiUWJrxoKYq4fv0Kc2jgnaTCE+V54626MFQXIeaosPzIOaqkivlTR/9j9rvvVH2r FG+mCsVhzvkN0VDRJOrKqf2uX9R16oBallNTxH7O+vjXaPbO9Fv6afOqWIQB6Q916rDy /NsBGu7hO98b1QVXtJJd9vNFMV9VbPZAxQNj1rJO42+wKV5A5cRDqu2W7O/29Apma7EW iDCw== MIME-Version: 1.0 X-Received: by 10.229.57.129 with SMTP id c1mr51761918qch.7.1400519545351; Mon, 19 May 2014 10:12:25 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.191.201 with HTTP; Mon, 19 May 2014 10:12:25 -0700 (PDT) Date: Mon, 19 May 2014 10:12:25 -0700 X-Google-Sender-Auth: WGViXo05qXJ7J5UALQY05oW4VVI Message-ID: Subject: netstat manpage update From: Adrian Chadd To: doc@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 May 2014 17:12:26 -0000 Hi, I've just added -R to netstat. It's like -x but instead of spitting out the socket buffer details, it spits out the flowid details. I'd like some help to get the manpage updated. Thanks! -a