diff options
author | Miles Bader <miles@gnu.org> | 1997-07-15 22:57:45 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-07-15 22:57:45 +0000 |
commit | fe5e91f25bb1935f384ea9670128172a9d3edb45 (patch) | |
tree | b25ec566bba8ece79af9b59bde064b8d932c5a17 /sutils/swapon.c | |
parent | 58a313ba7da1357819e37ce18055c170db62d263 (diff) |
Doc fix.
Diffstat (limited to 'sutils/swapon.c')
-rw-r--r-- | sutils/swapon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sutils/swapon.c b/sutils/swapon.c index a1e9e63f..3a23353f 100644 --- a/sutils/swapon.c +++ b/sutils/swapon.c @@ -42,7 +42,7 @@ static struct argp_option options[] = static char *args_doc = "DEVICE..."; #ifdef SWAPOFF -static char *doc = "Stop paging onto DEVICE..."; +static char *doc = "Stop paging on DEVICE..."; #else static char *doc = "Start paging onto DEVICE..."; #endif |