diff --git a/Makefile b/Makefile index 992c570..5a3f0fd 100644 --- a/Makefile +++ b/Makefile @@ -90,6 +90,7 @@ MAN1 = \ free.1 \ id.1 \ login.1 \ + mesg.1 \ mknod.1 \ mountpoint.1 \ pagesize.1 \ diff --git a/mesg.1 b/mesg.1 new file mode 100644 index 0000000..8fd7cfd --- /dev/null +++ b/mesg.1 @@ -0,0 +1,19 @@ +.TH MESG 1 ubase-VERSION +.SH NAME +\fBmesg\fR - Display (do not display) messages from other users +.SH SYNOPSIS +\fBmesg\fR [\fBn\fR|\fBy\fR] +.SH DESCRIPTION +\fBmesg\fR controls write access others have to the terminal device associated +with standard error output. If write access is allowed, then programs such as \fBtalk\fR(1) +and \fBwrite\fR(1) may display messages on the terminal. +.SH OPTIONS +.TP +\fBn\fR +Disallow messages. +.TP +\fBy\fR +Allow messages. +.SH SEE ALSO +.TP +write(1)