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/pcmcia_cntrl | |
parent | 6522caaeea17770c4d5798c2647c0c6b135dfc4c (diff) |
always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net
Diffstat (limited to 'sbin/pcmcia_cntrl')
-rw-r--r-- | sbin/pcmcia_cntrl/pcmcia_cntrl.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/pcmcia_cntrl/pcmcia_cntrl.8 b/sbin/pcmcia_cntrl/pcmcia_cntrl.8 index fc6557d50de..0dccb453b9f 100644 --- a/sbin/pcmcia_cntrl/pcmcia_cntrl.8 +++ b/sbin/pcmcia_cntrl/pcmcia_cntrl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pcmcia_cntrl.8,v 1.4 1998/11/28 19:56:31 aaron Exp $ +.\" $OpenBSD: pcmcia_cntrl.8,v 1.5 1998/12/15 01:20:42 aaron Exp $ .\" Copyright (c) 1994 Stefan Grefen .\" All rights reserved. .\" @@ -42,7 +42,7 @@ .Nm pcmcia_cntrl .Nd change the status of a pcmcia slot .Sh SYNOPSIS -.Nm +.Nm pcmcia_cntrl .Ar slotid .Op on | off | unmap | probe .Sh DESCRIPTION |