Finish up yes(1) by adding multiple string support

This commit is contained in:
FRIGN
2015-02-01 02:13:47 +01:00
parent 27b770c02c
commit f40608ef09
3 changed files with 13 additions and 7 deletions

8
yes.1
View File

@@ -1,12 +1,14 @@
.Dd January 30, 2015
.Dd January 31, 2015
.Dt YES 1
.Os sbase
.Sh NAME
.Nm yes
.Nd output a string repeatedly
.Nd output strings repeatedly
.Sh SYNOPSIS
.Nm
.Op Ar string ...
.Sh DESCRIPTION
.Nm
will repeatedly output 'y' or the strings specified.
will repeatedly write 'y' or a line with each
.Ar string
to stdout.