diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-05 03:23:25 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-05 03:23:25 +0000 |
commit | 232741fd79912d2b6d4bcd740d8f871191e18731 (patch) | |
tree | 66de4afb92147ea27b289b2db660803aa054f53c /sbin | |
parent | fcd612b6282159b0e16dd79b684973868e43703d (diff) |
fix Nm usage in SYNOPSIS section; d@
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/swapctl/swapctl.8 | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/sbin/swapctl/swapctl.8 b/sbin/swapctl/swapctl.8 index da87b6d5da2..9140e833ef9 100644 --- a/sbin/swapctl/swapctl.8 +++ b/sbin/swapctl/swapctl.8 @@ -34,22 +34,22 @@ .Nm swapon .Nd system swap management tool .Sh SYNOPSIS -.Nm +.Nm swapctl .Fl A .Op Fl p Ar priority .Op Fl t Ar blk|noblk -.Nm "" +.Nm swapctl .Fl a .Op Fl p Ar priority .Ar path -.Nm "" +.Nm swapctl .Fl c .Fl p Ar priority .Ar path -.Nm "" +.Nm swapctl .Fl d .Ar path -.Nm "" +.Nm swapctl .Fl l | Fl s .Op Fl k .Nm swapon @@ -86,7 +86,9 @@ This option causes .Nm to read the .Pa /etc/fstab -file for devices and files with a ``sw'' type, and adds all these entries +file for devices and files with an +.Dq sw +type, and adds all these entries as swap devices. If no swap devices are configured, .Nm will exit with an error code. |