Deleted Added
full compact
swapon.8 (226712) swapon.8 (252310)
1.\" Copyright (c) 1980, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 12 unchanged lines hidden (view full) ---

21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" @(#)swapon.8 8.1 (Berkeley) 6/5/93
1.\" Copyright (c) 1980, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 12 unchanged lines hidden (view full) ---

21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" @(#)swapon.8 8.1 (Berkeley) 6/5/93
29.\" $FreeBSD: head/sbin/swapon/swapon.8 226712 2011-10-25 01:47:33Z sobomax $
29.\" $FreeBSD: head/sbin/swapon/swapon.8 252310 2013-06-27 18:28:45Z hrs $
30.\"
30.\"
31.Dd June 23, 2008
31.Dd June 21, 2013
32.Dt SWAPON 8
33.Os
34.Sh NAME
35.Nm swapon , swapoff , swapctl
36.Nd "specify devices for paging and swapping"
37.Sh SYNOPSIS
38.Nm swapon
39.Oo Fl F Ar fstab
40.Oc
32.Dt SWAPON 8
33.Os
34.Sh NAME
35.Nm swapon , swapoff , swapctl
36.Nd "specify devices for paging and swapping"
37.Sh SYNOPSIS
38.Nm swapon
39.Oo Fl F Ar fstab
40.Oc
41.Fl aq | Ar
41.Fl aLq | Ar
42.Nm swapoff
43.Oo Fl F Ar fstab
44.Oc
42.Nm swapoff
43.Oo Fl F Ar fstab
44.Oc
45.Fl aq | Ar
45.Fl aLq | Ar
46.Nm swapctl
47.Op Fl AghklmsU
48.Oo
49.Fl a Ar
50|
51.Fl d Ar
52.Oc
53.Sh DESCRIPTION

--- 15 unchanged lines hidden (view full) ---

69.Nm swapon
70utility adds the specified swap devices to the system.
71If the
72.Fl a
73option is used, all swap devices in
74.Pa /etc/fstab
75will be added, unless their
76.Dq noauto
46.Nm swapctl
47.Op Fl AghklmsU
48.Oo
49.Fl a Ar
50|
51.Fl d Ar
52.Oc
53.Sh DESCRIPTION

--- 15 unchanged lines hidden (view full) ---

69.Nm swapon
70utility adds the specified swap devices to the system.
71If the
72.Fl a
73option is used, all swap devices in
74.Pa /etc/fstab
75will be added, unless their
76.Dq noauto
77or
78.Dq late
77option is also set.
78If the
79option is also set.
80If the
81.Fl L
82option is specified,
83swap devices with the
84.Dq late
85option will be added as well as ones with no option.
86If the
79.Fl q
87.Fl q
80option is used informational messages will not be
88option is used,
89informational messages will not be
81written to standard output when a swap device is added.
82.Pp
83The
84.Nm swapoff
85utility removes the specified swap devices from the system.
86If the
87.Fl a
88option is used, all swap devices in
89.Pa /etc/fstab
90will be removed, unless their
91.Dq noauto
90written to standard output when a swap device is added.
91.Pp
92The
93.Nm swapoff
94utility removes the specified swap devices from the system.
95If the
96.Fl a
97option is used, all swap devices in
98.Pa /etc/fstab
99will be removed, unless their
100.Dq noauto
101or
102.Dq late
92option is also set.
93If the
103option is also set.
104If the
105.Fl L
106option is specified,
107swap devices with the
108.Dq late
109option will be removed as well as ones with no option.
110If the
94.Fl q
111.Fl q
95option is used informational messages will not be
112option is used,
113informational messages will not be
96written to standard output when a swap device is removed.
97Note that
98.Nm swapoff
99will fail and refuse to remove a swap device if there is insufficient
100VM (memory + remaining swap devices) to run the system.
101The
102.Nm swapoff
103utility

--- 104 unchanged lines hidden ---
114written to standard output when a swap device is removed.
115Note that
116.Nm swapoff
117will fail and refuse to remove a swap device if there is insufficient
118VM (memory + remaining swap devices) to run the system.
119The
120.Nm swapoff
121utility

--- 104 unchanged lines hidden ---