Deleted Added
full compact
write.1 (216370) write.1 (231586)
1.\" Copyright (c) 1989, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Jef Poskanzer and Craig Leres of the Lawrence Berkeley Laboratory.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 15 unchanged lines hidden (view full) ---

24.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29.\" SUCH DAMAGE.
30.\"
31.\" @(#)write.1 8.1 (Berkeley) 6/6/93
1.\" Copyright (c) 1989, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Jef Poskanzer and Craig Leres of the Lawrence Berkeley Laboratory.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 15 unchanged lines hidden (view full) ---

24.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29.\" SUCH DAMAGE.
30.\"
31.\" @(#)write.1 8.1 (Berkeley) 6/6/93
32.\" $FreeBSD: head/usr.bin/write/write.1 216370 2010-12-11 08:32:16Z joel $
32.\" $FreeBSD: head/usr.bin/write/write.1 231586 2012-02-13 14:40:15Z glebius $
33.\"
33.\"
34.Dd July 17, 2004
34.Dd February 13, 2012
35.Dt WRITE 1
36.Os
37.Sh NAME
38.Nm write
39.Nd send a message to another user
40.Sh SYNOPSIS
41.Nm
42.Ar user

--- 59 unchanged lines hidden (view full) ---

102.At v1 .
103.Sh BUGS
104The sender's
105.Ev LC_CTYPE
106setting is used to determine which characters are safe to write to a
107terminal, not the receiver's (which
108.Nm
109has no way of knowing).
35.Dt WRITE 1
36.Os
37.Sh NAME
38.Nm write
39.Nd send a message to another user
40.Sh SYNOPSIS
41.Nm
42.Ar user

--- 59 unchanged lines hidden (view full) ---

102.At v1 .
103.Sh BUGS
104The sender's
105.Ev LC_CTYPE
106setting is used to determine which characters are safe to write to a
107terminal, not the receiver's (which
108.Nm
109has no way of knowing).
110.Pp
111The
112.Nm
113utility does not recognize multibyte characters.