[Midnightbsd-cvs] src: tee.1: sync with freebsd

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Mar 27 18:30:18 EDT 2009


Log Message:
-----------
sync with freebsd

Modified Files:
--------------
    src/usr.bin/tee:
        tee.1 (r1.1.1.1 -> r1.2)

-------------- next part --------------
Index: tee.1
===================================================================
RCS file: /home/cvs/src/usr.bin/tee/tee.1,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -L usr.bin/tee/tee.1 -L usr.bin/tee/tee.1 -u -r1.1.1.1 -r1.2
--- usr.bin/tee/tee.1
+++ usr.bin/tee/tee.1
@@ -33,14 +33,14 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     @(#)tee.1	8.1 (Berkeley) 6/6/93
-.\" $FreeBSD: src/usr.bin/tee/tee.1,v 1.7 2005/01/17 07:44:30 ru Exp $
+.\" $FreeBSD: src/usr.bin/tee/tee.1,v 1.7.10.1 2007/11/14 19:25:05 ru Exp $
 .\"
-.Dd June 6, 1993
+.Dd November 13, 2007
 .Dt TEE 1
 .Os
 .Sh NAME
 .Nm tee
-.Nd pipe fitting
+.Nd duplicate standard input
 .Sh SYNOPSIS
 .Nm
 .Op Fl ai
@@ -53,7 +53,7 @@
 The output is unbuffered.
 .Pp
 The following options are available:
-.Bl -tag -width Ds
+.Bl -tag -width indent
 .It Fl a
 Append the output to the files rather than
 overwriting them.
@@ -64,7 +64,7 @@
 .El
 .Pp
 The following operands are available:
-.Bl -tag -width file
+.Bl -tag -width indent
 .It Ar file
 A pathname of an output
 .Ar file .


More information about the Midnightbsd-cvs mailing list