From patchwork Sat Apr 8 22:37:47 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans van Kranenburg X-Patchwork-Id: 9671371 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id E98CB60365 for ; Sat, 8 Apr 2017 22:47:50 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id CD74428387 for ; Sat, 8 Apr 2017 22:47:50 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id BE7FF28426; Sat, 8 Apr 2017 22:47:50 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 15E0428387 for ; Sat, 8 Apr 2017 22:47:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751685AbdDHWiL (ORCPT ); Sat, 8 Apr 2017 18:38:11 -0400 Received: from smtp.dpl.mendix.net ([83.96.177.10]:45107 "EHLO smtp.dpl.mendix.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751466AbdDHWiK (ORCPT ); Sat, 8 Apr 2017 18:38:10 -0400 Received: from blackbox.mgt.dpl.mendix.net (blackbox.bofh.hq.mendix.net [IPv6:2001:828:13c8:10b::c]) by smtp.dpl.mendix.net (Postfix) with ESMTP id 22877201CC; Sun, 9 Apr 2017 00:38:07 +0200 (CEST) From: Hans van Kranenburg To: linux-btrfs@vger.kernel.org Cc: Hans van Kranenburg Subject: [PATCH] btrfs-progs: Fix missing newline in man 5 btrfs Date: Sun, 9 Apr 2017 00:37:47 +0200 Message-Id: <20170408223747.28157-1-hans.van.kranenburg@mendix.com> X-Mailer: git-send-email 2.11.0 Sender: linux-btrfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The text compress_lzo:: would show up directly after 'bigger than the page size' on the same line. --- Documentation/btrfs-man5.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/btrfs-man5.asciidoc b/Documentation/btrfs-man5.asciidoc index c8ef1c96..90f16057 100644 --- a/Documentation/btrfs-man5.asciidoc +++ b/Documentation/btrfs-man5.asciidoc @@ -455,6 +455,7 @@ big_metadata:: (since: 3.4) + the filesystem uses 'nodesize' bigger than the page size + compress_lzo:: (since: 2.6.38) +