Deleted Added
full compact
jot.1 (68963) jot.1 (70197)
1.\" Copyright (c) 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.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)jot.1 8.1 (Berkeley) 6/6/93
1.\" Copyright (c) 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.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)jot.1 8.1 (Berkeley) 6/6/93
33.\" $FreeBSD: head/usr.bin/jot/jot.1 68963 2000-11-20 19:21:22Z ru $
33.\" $FreeBSD: head/usr.bin/jot/jot.1 70197 2000-12-19 16:00:12Z ru $
34.\"
35.Dd June 6, 1993
36.Dt JOT 1
37.Os
38.Sh NAME
39.Nm jot
40.Nd print sequential or random data
41.Sh SYNOPSIS

--- 148 unchanged lines hidden (view full) ---

190The following diagnostic messages deserve special explanation:
191.Bl -diag
192.It "illegal or unsupported format '%s'"
193The requested conversion format specifier for
194.Xr printf 3
195was not of the form
196.Dl %[#][ ][{+,-}][0-9]*[.[0-9]*]?
197where
34.\"
35.Dd June 6, 1993
36.Dt JOT 1
37.Os
38.Sh NAME
39.Nm jot
40.Nd print sequential or random data
41.Sh SYNOPSIS

--- 148 unchanged lines hidden (view full) ---

190The following diagnostic messages deserve special explanation:
191.Bl -diag
192.It "illegal or unsupported format '%s'"
193The requested conversion format specifier for
194.Xr printf 3
195was not of the form
196.Dl %[#][ ][{+,-}][0-9]*[.[0-9]*]?
197where
198.Dq ?
198.Dq ?\&
199must be one of
200.Dl [l]{d,i,o,u,x}
201or
202.Dl {c,e,f,g,D,E,G,O,U,X}
203.It "range error in conversion"
204A value to be printed fell outside the range of the data type
205associated with the requested output format.
206.It "too many conversions"
207More than one conversion format specifier has been supplied,
208but only one is allowed.
209.El
210.Sh SEE ALSO
211.Xr ed 1 ,
212.Xr expand 1 ,
213.Xr rs 1 ,
214.Xr yes 1 ,
215.Xr printf 3 ,
216.Xr random 3
199must be one of
200.Dl [l]{d,i,o,u,x}
201or
202.Dl {c,e,f,g,D,E,G,O,U,X}
203.It "range error in conversion"
204A value to be printed fell outside the range of the data type
205associated with the requested output format.
206.It "too many conversions"
207More than one conversion format specifier has been supplied,
208but only one is allowed.
209.El
210.Sh SEE ALSO
211.Xr ed 1 ,
212.Xr expand 1 ,
213.Xr rs 1 ,
214.Xr yes 1 ,
215.Xr printf 3 ,
216.Xr random 3