Lines 32-38
Link Here
|
32 |
.\" @(#)strfile.8 8.1 (Berkeley) 6/9/93 |
32 |
.\" @(#)strfile.8 8.1 (Berkeley) 6/9/93 |
33 |
.\" $FreeBSD$ |
33 |
.\" $FreeBSD$ |
34 |
.\" |
34 |
.\" |
35 |
.Dd February 17, 2005 |
35 |
.Dd July 28, 2021 |
36 |
.Dt STRFILE 8 |
36 |
.Dt STRFILE 8 |
37 |
.Os |
37 |
.Os |
38 |
.Sh NAME |
38 |
.Sh NAME |
Lines 98-103
Link Here
|
98 |
bit in the header |
98 |
bit in the header |
99 |
.Va str_flags |
99 |
.Va str_flags |
100 |
field to be set. |
100 |
field to be set. |
|
|
101 |
The |
102 |
.Fl o |
103 |
option has precedence over the |
104 |
.Fl r |
105 |
option. |
101 |
.It Fl s |
106 |
.It Fl s |
102 |
Run silently; do not give a summary message when finished. |
107 |
Run silently; do not give a summary message when finished. |
103 |
.It Fl x |
108 |
.It Fl x |
Lines 144-154
Link Here
|
144 |
is run and then using |
149 |
is run and then using |
145 |
.Nm unstr |
150 |
.Nm unstr |
146 |
to dump them out in the table order. |
151 |
to dump them out in the table order. |
147 |
.Sh FILES |
|
|
148 |
.Bl -tag -width ".Pa strfile.dat" -compact |
149 |
.It Pa strfile.dat |
150 |
default output file. |
151 |
.El |
152 |
.Sh SEE ALSO |
152 |
.Sh SEE ALSO |
153 |
.Xr byteorder 3 , |
153 |
.Xr byteorder 3 , |
154 |
.Xr fortune 6 |
154 |
.Xr fortune 6 |
Lines 156-159
Link Here
|
156 |
The |
156 |
The |
157 |
.Nm |
157 |
.Nm |
158 |
utility first appeared in |
158 |
utility first appeared in |
159 |
.Bx 4.4 . |
159 |
.Bx 2.9 . |
|
|
160 |
.Sh AUTHORS |
161 |
.An Ken Arnold |