diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-10-18 05:12:14 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-10-18 05:12:14 +0000 |
commit | f29d8bd9c9c901b81d8fadc341786c43528e63c1 (patch) | |
tree | a5fc4e4696d058bee8f5a8c5498044c06a963bda /lib/libc/sys/swapon.2 | |
parent | 906e3d9014b754421b64647e705b3cca2e9a7c01 (diff) |
Another round of man page cleanup, this time to remove more hard sentence
breaks and getting rid of short lines, making these files easier to work with.
Diffstat (limited to 'lib/libc/sys/swapon.2')
-rw-r--r-- | lib/libc/sys/swapon.2 | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/lib/libc/sys/swapon.2 b/lib/libc/sys/swapon.2 index decae6e2bcb..5b79e9be08d 100644 --- a/lib/libc/sys/swapon.2 +++ b/lib/libc/sys/swapon.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: swapon.2,v 1.8 2000/04/15 11:46:04 aaron Exp $ +.\" $OpenBSD: swapon.2,v 1.9 2000/10/18 05:12:12 aaron Exp $ .\" $NetBSD: swapon.2,v 1.7 1995/02/27 12:38:21 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -48,13 +48,12 @@ .Fn swapon makes the block device .Fa special -available to the system for -allocation for paging and swapping. The names of potentially -available devices are known to the system and defined at system -configuration time. The size of the swap area on +available to the system for allocation for paging and swapping. +The names of potentially available devices are known to the system and +defined at system configuration time. +The size of the swap area on .Fa special -is calculated at the time the device is first made available -for swapping. +is calculated at the time the device is first made available for swapping. .Sh RETURN VALUES If an error has occurred, a value of \-1 is returned and .Va errno @@ -85,13 +84,11 @@ is not a block device. .It Bq Er EBUSY The device specified by .Fa special -has already -been made available for swapping +has already been made available for swapping .It Bq Er EINVAL The device configured by .Fa special -was not -configured into the system as a swap device. +was not configured into the system as a swap device. .It Bq Er ENXIO The major device number of .Fa special |