xref: /minix3/usr.bin/yes/yes.1 (revision 85468eb5c8d2a99fadbfba94b6e6d4a00b9f80da)
1*85468eb5SThomas Cort.\"	$NetBSD: yes.1,v 1.7 2003/08/07 11:17:56 agc Exp $
2*85468eb5SThomas Cort.\"
3*85468eb5SThomas Cort.\" Copyright (c) 1980, 1991, 1993
4*85468eb5SThomas Cort.\"	The Regents of the University of California.  All rights reserved.
5*85468eb5SThomas Cort.\"
6*85468eb5SThomas Cort.\" Redistribution and use in source and binary forms, with or without
7*85468eb5SThomas Cort.\" modification, are permitted provided that the following conditions
8*85468eb5SThomas Cort.\" are met:
9*85468eb5SThomas Cort.\" 1. Redistributions of source code must retain the above copyright
10*85468eb5SThomas Cort.\"    notice, this list of conditions and the following disclaimer.
11*85468eb5SThomas Cort.\" 2. Redistributions in binary form must reproduce the above copyright
12*85468eb5SThomas Cort.\"    notice, this list of conditions and the following disclaimer in the
13*85468eb5SThomas Cort.\"    documentation and/or other materials provided with the distribution.
14*85468eb5SThomas Cort.\" 3. Neither the name of the University nor the names of its contributors
15*85468eb5SThomas Cort.\"    may be used to endorse or promote products derived from this software
16*85468eb5SThomas Cort.\"    without specific prior written permission.
17*85468eb5SThomas Cort.\"
18*85468eb5SThomas Cort.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
19*85468eb5SThomas Cort.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20*85468eb5SThomas Cort.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21*85468eb5SThomas Cort.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
22*85468eb5SThomas Cort.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23*85468eb5SThomas Cort.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24*85468eb5SThomas Cort.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25*85468eb5SThomas Cort.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26*85468eb5SThomas Cort.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27*85468eb5SThomas Cort.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28*85468eb5SThomas Cort.\" SUCH DAMAGE.
29*85468eb5SThomas Cort.\"
30*85468eb5SThomas Cort.\"     @(#)yes.1	8.1 (Berkeley) 6/6/93
31*85468eb5SThomas Cort.\"
32*85468eb5SThomas Cort.Dd June 6, 1993
33*85468eb5SThomas Cort.Dt YES 1
34*85468eb5SThomas Cort.Os
35*85468eb5SThomas Cort.Sh NAME
36*85468eb5SThomas Cort.Nm yes
37*85468eb5SThomas Cort.Nd be repetitively affirmative
38*85468eb5SThomas Cort.Sh SYNOPSIS
39*85468eb5SThomas Cort.Nm
40*85468eb5SThomas Cort.Op Ar expletive
41*85468eb5SThomas Cort.Sh DESCRIPTION
42*85468eb5SThomas Cort.Nm
43*85468eb5SThomas Cortoutputs
44*85468eb5SThomas Cort.Ar expletive ,
45*85468eb5SThomas Cortor, by default,
46*85468eb5SThomas Cort.Dq y ,
47*85468eb5SThomas Cortforever.
48*85468eb5SThomas Cort.Sh HISTORY
49*85468eb5SThomas CortThe
50*85468eb5SThomas Cort.Nm
51*85468eb5SThomas Cortcommand appeared in
52*85468eb5SThomas Cort.At v7 .
53