e51a2e6d2f
The one specified by mdoc is hard to read for non-native speakers from countries which read the date day-first (like Germany, Greece, North-Korea, Swamp,...). This is also consistent with how we generally specify dates at suckless.org.
15 lines
205 B
Groff
15 lines
205 B
Groff
.Dd 2015-10-08
|
|
.Dt YES 1
|
|
.Os sbase
|
|
.Sh NAME
|
|
.Nm yes
|
|
.Nd output strings repeatedly
|
|
.Sh SYNOPSIS
|
|
.Nm
|
|
.Op Ar string ...
|
|
.Sh DESCRIPTION
|
|
.Nm
|
|
will repeatedly write 'y' or a line with each
|
|
.Ar string
|
|
to stdout.
|