sed.1 (6a3e8b0adc8c622ae61275a94d5d869980a68069) sed.1 (4f45d8117866dd399fe769d07dbc8e211bb9021c)
1.\" Copyright (c) 1992, 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.\" the Institute of Electrical and Electronics Engineers, Inc.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

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

30.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33.\" SUCH DAMAGE.
34.\"
35.\" @(#)sed.1 8.2 (Berkeley) 12/30/93
36.\" $FreeBSD$
37.\"
1.\" Copyright (c) 1992, 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.\" the Institute of Electrical and Electronics Engineers, Inc.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

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

30.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33.\" SUCH DAMAGE.
34.\"
35.\" @(#)sed.1 8.2 (Berkeley) 12/30/93
36.\" $FreeBSD$
37.\"
38.Dd May 7, 2002
38.Dd July 3, 2004
39.Dt SED 1
40.Os
41.Sh NAME
42.Nm sed
43.Nd stream editor
44.Sh SYNOPSIS
45.Nm
46.Op Fl Ean

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

543A
544.Nm
545command, written by
546.An L. E. McMahon ,
547appeared in
548.At v7 .
549.Sh AUTHORS
550.An "Diomidis D. Spinellis" Aq dds@FreeBSD.org
39.Dt SED 1
40.Os
41.Sh NAME
42.Nm sed
43.Nd stream editor
44.Sh SYNOPSIS
45.Nm
46.Op Fl Ean

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

543A
544.Nm
545command, written by
546.An L. E. McMahon ,
547appeared in
548.At v7 .
549.Sh AUTHORS
550.An "Diomidis D. Spinellis" Aq dds@FreeBSD.org
551.Sh BUGS
552The
553.Nm
554utility does not recognize multibyte characters.