diff options
author | 2002-04-03 06:21:26 +0000 | |
---|---|---|
committer | 2002-04-03 06:21:26 +0000 | |
commit | bd841a385e9f62a6d4b855863685e54accadf9a5 (patch) | |
tree | 7a626281b05668640fcf3917e3cf2a5c5a97af2d | |
parent | gx doesn't actually do bitbanging (diff) | |
download | wireguard-openbsd-bd841a385e9f62a6d4b855863685e54accadf9a5.tar.xz wireguard-openbsd-bd841a385e9f62a6d4b855863685e54accadf9a5.zip |
fix SYNOPSIS. From form@.
millert@ ok
-rw-r--r-- | share/man/man4/man4.vax/tm.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/man4.vax/tm.4 b/share/man/man4/man4.vax/tm.4 index 24255b31a5d..68566b02ec8 100644 --- a/share/man/man4/man4.vax/tm.4 +++ b/share/man/man4/man4.vax/tm.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tm.4,v 1.5 2001/10/05 14:45:54 mpech Exp $ +.\" $OpenBSD: tm.4,v 1.6 2002/04/03 06:21:26 mpech Exp $ .\" $NetBSD: tm.4,v 1.3 1996/03/03 17:14:04 thorpej Exp $ .\" .\" Copyright (c) 1980, 1991 Regents of the University of California. @@ -43,8 +43,8 @@ .Tn TM-11 Ns / Tn TE-10 magtape device interface .Sh SYNOPSIS -.Sy "controller tm0 at uba? csr 0172520 vector tmintr" -.Sy "tape te0 at tm0 drive 0" +.Cd "controller tm0 at uba? csr 0172520 vector tmintr" +.Cd "tape te0 at tm0 drive 0" .Sh DESCRIPTION The .Tn TM-11 Ns / Tn TE-10 |