route: ensure RTM_IFINFO is sent first when bring interface down/up
[dragonfly.git] / games / bcd / bcd.6
1 .\" Copyright (c) 1988, 1991, 1993
2 .\"     The Regents of the University of California.  All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\"    notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\" 3. Neither the name of the University nor the names of its contributors
13 .\"    may be used to endorse or promote products derived from this software
14 .\"    without specific prior written permission.
15 .\"
16 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
17 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
20 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 .\" SUCH DAMAGE.
27 .\"
28 .\"     @(#)bcd.6       8.1 (Berkeley) 5/31/93
29 .\" $OpenBSD: bcd.6,v 1.21 2014/11/20 01:35:47 schwarze Exp $
30 .\"
31 .Dd September 6, 2016
32 .Dt BCD 6
33 .Os
34 .Sh NAME
35 .Nm bcd
36 .Nd reformat input as punch cards
37 .Sh SYNOPSIS
38 .Nm
39 .Op Fl l
40 .Op Ar string ...
41 .Nm
42 .Fl d
43 .Op Fl l
44 .Sh DESCRIPTION
45 The
46 .Nm
47 command reads the given input and reformats it in the form of punched cards.
48 Acceptable input are command line arguments or the standard input.
49 .Pp
50 The options are as follows:
51 .Bl -tag -width Ds
52 .It Fl d
53 Decode punch cards on the standard input back to ASCII.
54 .It Fl l
55 Create or decode 80 column punch cards.
56 The default is 48 columns.
57 .El
58 .Sh SEE ALSO
59 .Xr ppt 6
60 .Sh STANDARDS
61 .Rs
62 .%I ISO 1681:1973
63 .%R "Information processing--Unpunched paper cards--Specification"
64 .Re
65 .Pp
66 .Rs
67 .%I ISO 1682:1973
68 .%R "Information processing--80 columns punched paper cards--Dimensions and location of rectangular punched holes"
69 .Re
70 .Sh HISTORY
71 The
72 .Nm
73 command first appeared in
74 .Bx 3 .