Date: Sun, 2 Oct 2016 15:01:31 +0000 (UTC) From: Jilles Tjoelker <jilles@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r306585 - head/sbin/swapon Message-ID: <201610021501.u92F1VoG016491@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jilles Date: Sun Oct 2 15:01:31 2016 New Revision: 306585 URL: https://svnweb.freebsd.org/changeset/base/306585 Log: swapon(8): Update to reality: swapoff ignores -L and the late option in fstab. MFC after: 1 week Modified: head/sbin/swapon/swapon.8 Modified: head/sbin/swapon/swapon.8 ============================================================================== --- head/sbin/swapon/swapon.8 Sun Oct 2 14:42:46 2016 (r306584) +++ head/sbin/swapon/swapon.8 Sun Oct 2 15:01:31 2016 (r306585) @@ -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?201610021501.u92F1VoG016491>