diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-12-15 01:20:53 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-12-15 01:20:53 +0000 |
commit | ad3209ab6a39f87faf0d2171cdfc73eb5d46df8d (patch) | |
tree | b54160234444c70a92f7729894e15af668141646 /sbin/swapon/swapon.8 | |
parent | 6522caaeea17770c4d5798c2647c0c6b135dfc4c (diff) |
always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net
Diffstat (limited to 'sbin/swapon/swapon.8')
-rw-r--r-- | sbin/swapon/swapon.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/swapon/swapon.8 b/sbin/swapon/swapon.8 index b7335e3421f..4d611cf60d3 100644 --- a/sbin/swapon/swapon.8 +++ b/sbin/swapon/swapon.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: swapon.8,v 1.6 1998/11/28 19:56:35 aaron Exp $ +.\" $OpenBSD: swapon.8,v 1.7 1998/12/15 01:20:45 aaron Exp $ .\" $NetBSD: swapon.8,v 1.8 1995/08/18 14:51:35 pk Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -41,9 +41,9 @@ .Nm swapon .Nd "specify additional device for paging and swapping" .Sh SYNOPSIS -.Nm +.Nm swapon .Fl a -.Nm +.Nm swapon .Ar special_file ... .Sh DESCRIPTION .Nm |