diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-12-21 00:53:10 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-12-21 00:53:10 +0000 |
commit | 757aa84588e12e69b01a0e49b32980b2528efc38 (patch) | |
tree | 0cf8ad8a2902f19e8c273bb4915815934c4f3600 | |
parent | 636b1b1ccfe93eca5e87da38eaabcde90cf3fe21 (diff) |
pcmcia_cntrl goes in section 8 and is not called 'pwd' ;-)
-rw-r--r-- | sbin/pcmcia_cntrl/Makefile | 4 | ||||
-rw-r--r-- | sbin/pcmcia_cntrl/pcmcia_cntrl.8 (renamed from sbin/pcmcia_cntrl/pcmcia_cntrl.1) | 9 |
2 files changed, 5 insertions, 8 deletions
diff --git a/sbin/pcmcia_cntrl/Makefile b/sbin/pcmcia_cntrl/Makefile index 2dcd9549010..6fdf672bd6f 100644 --- a/sbin/pcmcia_cntrl/Makefile +++ b/sbin/pcmcia_cntrl/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.4 1997/09/21 11:37:52 deraadt Exp $ +# $OpenBSD: Makefile,v 1.5 1997/12/21 00:53:08 millert Exp $ -SRCS= pcmcia_cntrl.c PROG= pcmcia_cntrl +MAN= pcmcia_cntrl.8 .include <bsd.prog.mk> diff --git a/sbin/pcmcia_cntrl/pcmcia_cntrl.1 b/sbin/pcmcia_cntrl/pcmcia_cntrl.8 index dab0d13533a..de0080e6aba 100644 --- a/sbin/pcmcia_cntrl/pcmcia_cntrl.1 +++ b/sbin/pcmcia_cntrl/pcmcia_cntrl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pcmcia_cntrl.1,v 1.2 1996/06/23 14:32:00 deraadt Exp $ +.\" $OpenBSD: pcmcia_cntrl.8,v 1.1 1997/12/21 00:53:09 millert Exp $ .\" Copyright (c) 1994 Stefan Grefen .\" All rights reserved. .\" @@ -36,8 +36,8 @@ .\" from: @(#)pwd.1 6.5 (Berkeley) 6/27/91 .\" .Dd May 31, 1994 -.Dt PWD 1 -.Os BSD 4 +.Dt PCMCIA_CNTRL 8 +.Os .Sh NAME .Nm pcmcia_cntrl .Nd Change the status of a pcmcia slot @@ -69,9 +69,6 @@ If an error occurs, .Nm pcmcia_cntrl exits with a value >0. .Sh SEE ALSO -.Xr config_slot 1 , .Xr pcmcia 4 .Sh BUGS To numerous to mention. - - |