From owner-freebsd-doc@FreeBSD.ORG Sun Mar 25 19:30:54 2012 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F9AA106566C for ; Sun, 25 Mar 2012 19:30:54 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id CBE168FC1A for ; Sun, 25 Mar 2012 19:30:53 +0000 (UTC) Received: by wern13 with SMTP id n13so5001268wer.13 for ; Sun, 25 Mar 2012 12:30:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:from:date:message-id:subject:to:content-type; bh=dobTwJ0TxmX3v7SbkiKtO6rbH0/gIL5mjyScpwyvmFA=; b=JSpRGA7FifPuxUwTnxHUVABW5P5480lJCNKpghite5dpTW5jG/LQIAXvZ9H7KtPjGJ yQSN72LJkyb/8kDuGqb/s3e4NhodYysT+4IbYNpp0nLp4vJGsWfcgRbqNjX1A4l3kVQU NC5AXJd0poZqedhC2H45MeIHX4Cg6Ag42adEw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type :x-gm-message-state; bh=dobTwJ0TxmX3v7SbkiKtO6rbH0/gIL5mjyScpwyvmFA=; b=EBS+BnARtEmFrDn/dRsZWnoUipIiloWJQrnkYslvpNWA+f6Sh2y4I/MnKsLglkNguH pZ9bkRe/cwyUukhWnLbOXKNwPln+/BpkrNgxwZAjHlFsNFNpjBJTU5a5zeHFDErlwx86 wFYhQ1rL9c+OAGqA5lSsjH7WDk8BklHZnae3qX/7Sf0J7f6VLJVgCxXVLEPwxguGT1rN eBikfX88tBmm0VUwRKdj/h+v2gtu6oVXLT5DP1kc9fAVuAbXERDtIxgHZJcRBhob9KMQ tjztejH0rHcRrLY+G6ptqlDDxGQdOU0PqN3qDt/barOF14ydzO9sV1BWyS0jtfRdTL0p Z3sA== Received: by 10.216.134.2 with SMTP id r2mr11219133wei.31.1332703852599; Sun, 25 Mar 2012 12:30:52 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.63.4 with HTTP; Sun, 25 Mar 2012 12:30:22 -0700 (PDT) From: Eitan Adler Date: Sun, 25 Mar 2012 15:30:22 -0400 Message-ID: To: freebsd-doc@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQmnKAyIUVTciyQ1OaB2jCgvCbTzGg/YzZEFG4DW5xTV/ZpWo1DykMiv+vE3aNpPUTY9NBUw Subject: removing trailing whitespace from man pages X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Mar 2012 19:30:54 -0000 joel@ has been fixing a number of mdoc lint warnings and I figured I'd take a stab at some of them too. Would anyone object to the following patch? http://people.freebsd.org/~eadler/files/more-than-just-you.diff -- Eitan Adler