34 lines
573 B
Groff
34 lines
573 B
Groff
.TH wc 1 2021-11-21 mp-utils Userland
|
|
|
|
.SH NAME
|
|
wc \- print to stdout forever
|
|
.PP
|
|
.SH SYNOPSIS
|
|
.PP
|
|
Print the provided string to stdout forever.
|
|
.SH DESCRIPTION
|
|
.PP
|
|
Yes is a standard Unix tool that accepts input from the user and prints it to stdout repeatedly, or y when no input is provided.
|
|
.SH OPTIONS
|
|
.PP
|
|
This implementation of wc accepts no arguments.
|
|
.SH ENVIRONMENT
|
|
This implementation of wc requires a C89 compiler.
|
|
.SH FILES
|
|
/usr/src/mp-utils/src/wc.c
|
|
.SH CONFORMING TO
|
|
.PP
|
|
.SM
|
|
POSIX
|
|
2017,
|
|
.SM
|
|
SUS
|
|
3
|
|
.SH NOTES
|
|
.PP
|
|
None.
|
|
.SH BUGS
|
|
.PP
|
|
None known.
|
|
.SH SEE ALSO
|
|
wc(1p) |