Revision 91d4927d0609c1dc92645fe4011e036418afbf2c authored by Ken Thompson on 06 November 1973, 02:16:53 UTC, committed by Ken Thompson on 06 November 1973, 02:16:53 UTC
Work on file man/man2/signal.2

Co-Authored-By: Dennis Ritchie <dmr@research.uucp>
Synthesized-from: v4
1 parent 807a91b
Raw File
mesg.3
.th MESG III 3/15/72
.sh NAME
mesg  \*-  write message on typewriter
.sh SYNOPSIS
.ft B
jsr	r5,mesg; <Now is the time\\0>; .even
.ft R
.sh DESCRIPTION
.it Mesg
writes the string immediately following its call onto
the standard output file.
The string must be terminated by an ASCII NULL byte.
.sh BUGS
back to top