blob: fbd703cde86a79948b71ab80e7cf3cdffbefb02d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
.TH DATE 1
.CT 1
.SH NAME
zero \- emit constant bytes
.SH SYNOPSIS
.B zero
.RI [ byte [ nbytes ]]
.SH DESCRIPTION
.I Zero
emits
.I nbytes
bytes, each with value
.IR byte .
A missing
.I nbytes
is taken to be infinite.
A missing
.I byte
is taken to be zero.
Both arguments may be specified C-style.
|