diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-08-31 19:39:28 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-08-31 19:39:28 +0000 |
commit | 528f0e2701e9f0ae9fb04d3ef27fdf011b6f2c6d (patch) | |
tree | d31af745a7c94eaad119df58a70dadac126d15d7 /share/man | |
parent | 7ecd611b1d5f68ea6ecbfd9809c8b1307dbd6de9 (diff) |
indent example;
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/midi.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/midi.4 b/share/man/man4/midi.4 index f569506a84e..c847cef88fe 100644 --- a/share/man/man4/midi.4 +++ b/share/man/man4/midi.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: midi.4,v 1.13 2003/06/06 10:29:41 jmc Exp $ +.\" $OpenBSD: midi.4,v 1.14 2003/08/31 19:39:27 jmc Exp $ .\" $NetBSD: midi.4,v 1.4 1998/08/22 14:45:35 augustss Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -87,7 +87,7 @@ But the devices can act as a simple patchboard for MIDI devices. For example, a MIDI keyboard could be connected to a synthesizer by the command .Pp -.Cd "cat -u /dev/rmidi1 >/dev/rmidi2" +.Dl $ cat -u /dev/rmidi1 >/dev/rmidi2 .Pp The .Pa /dev/music |