From owner-freebsd-doc@freebsd.org Wed Aug 19 14:48:59 2015 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB8ED9BC217 for ; Wed, 19 Aug 2015 14:48:59 +0000 (UTC) (envelope-from sjk4015@gmail.com) Received: from mail-ig0-x230.google.com (mail-ig0-x230.google.com [IPv6:2607:f8b0:4001:c05::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 996C998C for ; Wed, 19 Aug 2015 14:48:59 +0000 (UTC) (envelope-from sjk4015@gmail.com) Received: by igfj19 with SMTP id j19so109946661igf.0 for ; Wed, 19 Aug 2015 07:48:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=4TsgRQ13vm9tx5JrVlUF3onAg6lnRLpjt5trWpkeCVg=; b=I4kdvxXIA9Yx0aIBPpu+2HJYGx3P+lsj8NJnkMWMfUGFD88a6IcE/q/v8Hrblv/Tew k6/JDYctH9bjhwt9cgfxO4upBfb+p/AeQtctdrTDQWb34kmejNVEdv7gGHav9ANZqFfK NcuPofqrwLlmy7hgtLvf6cYOHOvX25xf2mz9OVu2LMFC29XWqsEwYEN5W5OCHTlFsDjA TE/0nT2BtHxuXa740MB64HHu3AD8lNBSJxb/fkGdVIfYcN/GpyTKMK1MEiDqj8gc35i6 XMapgaxR2M2rNB+3SAiITJnJGMoOato+mFTdmuegyXvSzbr1t45ly0XmNtVBO3ev2Clb WWnw== MIME-Version: 1.0 X-Received: by 10.50.79.130 with SMTP id j2mr26471552igx.80.1439995738979; Wed, 19 Aug 2015 07:48:58 -0700 (PDT) Sender: sjk4015@gmail.com Received: by 10.79.68.71 with HTTP; Wed, 19 Aug 2015 07:48:58 -0700 (PDT) In-Reply-To: References: Date: Wed, 19 Aug 2015 10:48:58 -0400 X-Google-Sender-Auth: UokguJjFaqbMTSLhsocVJYLXShM Message-ID: Subject: Re: Creating a Swap File - wrong parameter From: Steven Kreuzer To: Michael Koch Cc: freebsd-doc@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Aug 2015 14:48:59 -0000 Hi Michael- On Sun, Aug 16, 2015 at 4:49 AM, Michael Koch wrote: > Hello FreeBSD team, > > i found a little problem in the documentation. > > On https://www.freebsd.org/doc/handbook/adding-swap-space.html, in > Example 12.2. in the 4th point you list the command 'swapon -aq'. > But this just doesn't work. > After some research someone at > https://lists.freebsd.org/pipermail/freebsd-current/2013-October/046056.html > pointed out that an entry in the /etc/fstab with file= automatically > implies the late option. > So the right command in the docs should be '*swapon -aL*', which mounts > swap entries which have the late option set. Thanks for the report. I just proposed your change to my mentor at https://reviews.freebsd.org/D3429