From owner-freebsd-doc@FreeBSD.ORG Fri Oct 3 23:14:17 2014 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 048A6299 for ; Fri, 3 Oct 2014 23:14:17 +0000 (UTC) Received: from mail-vc0-x22e.google.com (mail-vc0-x22e.google.com [IPv6:2607:f8b0:400c:c03::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 BACDB9D2 for ; Fri, 3 Oct 2014 23:14:16 +0000 (UTC) Received: by mail-vc0-f174.google.com with SMTP id hq12so1309650vcb.33 for ; Fri, 03 Oct 2014 16:14:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=f3KV8JDF/eA9a3qVRtzoxWYtgQVQVgCGe4lnuzTOfks=; b=DHy30mXyvR9rXADxrBnCfJk9extSfVu1QVmJKS/3jjZVPTACZK6L2vl9iCaTq43wBm 6q5U+aGhZToWIdQfQB3/iVolMx/1Vv33hZkiSDIXOY8jQNcTgtOCr7zddkQyEVwncbZr ke3DNIKCdLXNG2VA8dfL+nFosZI355FvPhGxVHLcPMsDNUzyavRA/40IA7fxIH0wSvtT 0iGfjLRZFWhcAvZizqP1FjL1W0Q3eJ6v6XdM/3upsJroTMJ6SJq+9dr+BvMlR7q6/Fz0 CNS6K9li+zGFhEsW4Zn0mmcMCJcu6b5Pv068JJldCrcLM61ZQCaO1+VQ1NRei1ItKLl/ 7PYw== MIME-Version: 1.0 X-Received: by 10.52.107.101 with SMTP id hb5mr3679670vdb.31.1412378055703; Fri, 03 Oct 2014 16:14:15 -0700 (PDT) Received: by 10.52.34.177 with HTTP; Fri, 3 Oct 2014 16:14:15 -0700 (PDT) Date: Fri, 3 Oct 2014 16:14:15 -0700 Message-ID: Subject: https://www.freebsd.org/doc/handbook/adding-swap-space.html From: Dan Hulme To: freebsd-doc@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 23:14:17 -0000 The handbook incorrectly suggests using swapon -aq To immediately enable file-based swap space. However, without the -L flag, this does not work as file based swaps are treated as "late" by FreeBSD. It should read: swapon -aqL Thanks, Dan