diff options
author | charnier <charnier@FreeBSD.org> | 2002-07-06 19:35:14 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 2002-07-06 19:35:14 +0000 |
commit | a82970a04e74726a83e78a68e2c654715a8f7f8e (patch) | |
tree | 99ea69cc63d1c002be52a140f51ebc2b2c7744d7 /sbin/swapon | |
parent | d99e065d007dae6b706fb7f3fac97b438843b546 (diff) | |
download | FreeBSD-src-a82970a04e74726a83e78a68e2c654715a8f7f8e.zip FreeBSD-src-a82970a04e74726a83e78a68e2c654715a8f7f8e.tar.gz |
The .Nm utility.
Diffstat (limited to 'sbin/swapon')
-rw-r--r-- | sbin/swapon/swapon.8 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sbin/swapon/swapon.8 b/sbin/swapon/swapon.8 index ac9e018..0267427 100644 --- a/sbin/swapon/swapon.8 +++ b/sbin/swapon/swapon.8 @@ -44,8 +44,9 @@ .Nm .Ar special_file ... .Sh DESCRIPTION -.Nm Swapon -is used to specify additional devices on which paging and swapping +The +.Nm +utility is used to specify additional devices on which paging and swapping are to take place. The system begins by swapping and paging on only a single device so that only one disk is required at bootstrap time. @@ -91,5 +92,5 @@ mounted during system operation. .Sh HISTORY The .Nm -command appeared in +utility appeared in .Bx 4.0 . |