Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Nov 2016 20:04:00 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r308866 - stable/10/sbin/swapon
Message-ID:  <201611192004.uAJK40he054529@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jilles
Date: Sat Nov 19 20:03:59 2016
New Revision: 308866
URL: https://svnweb.freebsd.org/changeset/base/308866

Log:
  MFC r306585: swapon(8): Update to reality: swapoff ignores -L and the late
  option in fstab.

Modified:
  stable/10/sbin/swapon/swapon.8
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sbin/swapon/swapon.8
==============================================================================
--- stable/10/sbin/swapon/swapon.8	Sat Nov 19 20:02:49 2016	(r308865)
+++ stable/10/sbin/swapon/swapon.8	Sat Nov 19 20:03:59 2016	(r308866)
@@ -28,7 +28,7 @@
 .\"     @(#)swapon.8	8.1 (Berkeley) 6/5/93
 .\" $FreeBSD$
 .\"
-.Dd November 22, 2013
+.Dd October 2, 2016
 .Dt SWAPON 8
 .Os
 .Sh NAME
@@ -96,16 +96,8 @@ option is used, all swap devices in
 .Pa /etc/fstab
 will be removed, unless their
 .Dq noauto
-or
-.Dq late
 option is also set.
 If the
-.Fl L
-option is specified,
-swap devices with the
-.Dq late
-option will be removed as well as ones with no option.
-If the
 .Fl q
 option is used,
 informational messages will not be



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611192004.uAJK40he054529>