ubase

suckless linux base utils
git clone git://git.suckless.org/ubase
Log | Files | Refs | README | LICENSE

commit af274ce48ac0afcf24ce36fb09f58e766434f4c4
parent a068e158e43fe881ed40db2707cbe201117ecd04
Author: sin <sin@2f30.org>
Date:   Mon,  4 Aug 2014 20:59:47 +0100

Add mesg.1

Diffstat:
MMakefile | 1+
Amesg.1 | 19+++++++++++++++++++
2 files changed, 20 insertions(+), 0 deletions(-)

diff --git 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 @@ -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)