add POSIX/IEEE contribution notice
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 28 Jun 1991 08:26:56 +0000 (00:26 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 28 Jun 1991 08:26:56 +0000 (00:26 -0800)
SCCS-vsn: usr.bin/paste/paste.1 5.5
SCCS-vsn: usr.bin/printf/printf.1 5.10
SCCS-vsn: bin/pwd/pwd.1 6.5
SCCS-vsn: bin/rm/rm.1 6.8
SCCS-vsn: bin/rmdir/rmdir.1 6.5
SCCS-vsn: old/sed/sed.1 6.6
SCCS-vsn: bin/sleep/sleep.1 6.5
SCCS-vsn: usr.bin/sort/sort.1 6.8
SCCS-vsn: bin/stty/stty.1 6.13
SCCS-vsn: usr.bin/tail/tail.1 6.6
SCCS-vsn: usr.bin/tee/tee.1 6.3
SCCS-vsn: bin/test/test.1 6.4
SCCS-vsn: old/test/test.1 6.4
SCCS-vsn: usr.bin/touch/touch.1 6.4
SCCS-vsn: usr.bin/tr/tr.1 6.5
SCCS-vsn: usr.bin/true/true.1 6.4
SCCS-vsn: usr.bin/tty/tty.1 6.4
SCCS-vsn: usr.bin/uniq/uniq.1 6.4
SCCS-vsn: usr.bin/wc/wc.1 6.4
SCCS-vsn: usr.bin/xargs/xargs.1 5.5

20 files changed:
usr/src/bin/pwd/pwd.1
usr/src/bin/rm/rm.1
usr/src/bin/rmdir/rmdir.1
usr/src/bin/sleep/sleep.1
usr/src/bin/stty/stty.1
usr/src/bin/test/test.1
usr/src/old/sed/sed.1
usr/src/old/test/test.1
usr/src/usr.bin/paste/paste.1
usr/src/usr.bin/printf/printf.1
usr/src/usr.bin/sort/sort.1
usr/src/usr.bin/tail/tail.1
usr/src/usr.bin/tee/tee.1
usr/src/usr.bin/touch/touch.1
usr/src/usr.bin/tr/tr.1
usr/src/usr.bin/true/true.1
usr/src/usr.bin/tty/tty.1
usr/src/usr.bin/uniq/uniq.1
usr/src/usr.bin/wc/wc.1
usr/src/usr.bin/xargs/xargs.1

index 5ec3231..128d4b2 100644 (file)
@@ -1,12 +1,14 @@
 .\" Copyright (c) 1990 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1990 The Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the Institute of Electrical and Electronics Engineers, Inc.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)pwd.1      6.4 (Berkeley) %G%
+.\"     @(#)pwd.1      6.5 (Berkeley) %G%
 .\"
 .Vx
 .\"
 .Vx
-.Vx
 .Dd 
 .Dt PWD 1
 .Os BSD 4
 .Dd 
 .Dt PWD 1
 .Os BSD 4
index d5f2589..7ae3746 100644 (file)
@@ -1,9 +1,12 @@
 .\" Copyright (c) 1990 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1990 The Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the Institute of Electrical and Electronics Engineers, Inc.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)rm.1       6.7 (Berkeley) %G%
+.\"     @(#)rm.1       6.8 (Berkeley) %G%
 .\"
 .Vx
 .Dd 
 .\"
 .Vx
 .Dd 
index 8a9952e..9788e81 100644 (file)
@@ -1,12 +1,14 @@
 .\" Copyright (c) 1990 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1990 The Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the Institute of Electrical and Electronics Engineers, Inc.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)rmdir.1    6.4 (Berkeley) %G%
+.\"     @(#)rmdir.1    6.5 (Berkeley) %G%
 .\"
 .Vx
 .\"
 .Vx
-.Vx
 .Dd 
 .Dt RMDIR 1
 .Os
 .Dd 
 .Dt RMDIR 1
 .Os
index b7ddf20..811ed77 100644 (file)
@@ -1,12 +1,14 @@
 .\" Copyright (c) 1990 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1990 The Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the Institute of Electrical and Electronics Engineers, Inc.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)sleep.1    6.4 (Berkeley) %G%
+.\"     @(#)sleep.1    6.5 (Berkeley) %G%
 .\"
 .Vx
 .\"
 .Vx
-.Vx
 .Dd 
 .Dt SLEEP 1
 .Os
 .Dd 
 .Dt SLEEP 1
 .Os
index dbbd159..c2ef205 100644 (file)
@@ -1,9 +1,12 @@
 .\" Copyright (c) 1990 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1990 The Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the Institute of Electrical and Electronics Engineers, Inc.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)stty.1     6.12 (Berkeley) %G%
+.\"     @(#)stty.1     6.13 (Berkeley) %G%
 .\"
 .Dd 
 .Dt STTY 1
 .\"
 .Dd 
 .Dt STTY 1
index a347214..4e928de 100644 (file)
@@ -1,9 +1,12 @@
 .\" Copyright (c) 1991 Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1991 Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the Institute of Electrical and Electronics Engineers, Inc.
+.\"
 .\" %sccs.include.redist.roff%
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"     @(#)test.1     6.3 (Berkeley) %G%
+.\"     @(#)test.1     6.4 (Berkeley) %G%
 .\"
 .Dd 
 .Dt TEST 1
 .\"
 .Dd 
 .Dt TEST 1
index 9c0a098..8b6bae9 100644 (file)
@@ -1,9 +1,12 @@
 .\" Copyright (c) 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the Institute of Electrical and Electronics Engineers, Inc.
+.\"
 .\" %sccs.include.redist.roff%
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"     @(#)sed.1      6.5 (Berkeley) %G%
+.\"     @(#)sed.1      6.6 (Berkeley) %G%
 .\"
 .Dd 
 .Dt SED 1
 .\"
 .Dd 
 .Dt SED 1
index f95dba3..b74b9e5 100644 (file)
@@ -1,9 +1,12 @@
 .\" Copyright (c) 1991 Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1991 Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the Institute of Electrical and Electronics Engineers, Inc.
+.\"
 .\" %sccs.include.redist.roff%
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"     @(#)test.1     6.3 (Berkeley) %G%
+.\"     @(#)test.1     6.4 (Berkeley) %G%
 .\"
 .Dd 
 .Dt TEST 1
 .\"
 .Dd 
 .Dt TEST 1
index a3b190d..f85b33a 100644 (file)
@@ -1,16 +1,15 @@
 .\" Copyright (c) 1989, 1990 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1989, 1990 The Regents of the University of California.
 .\" All rights reserved.
 .\"
-.\"
 .\" This code is derived from software contributed to Berkeley by
 .\" This code is derived from software contributed to Berkeley by
-.\" Adam S. Moskowitz.
+.\" Adam S. Moskowitz and the Institute of Electrical and Electronics
+.\" Engineers, Inc.
 .\"
 .\"
-.\" %sccs.include.redist.man%
+.\" %sccs.include.redist.roff%
 .\"
 .\"
-.\"     @(#)paste.1    5.4 (Berkeley) %G%
+.\"    @(#)paste.1     5.5 (Berkeley) %G%
 .\"
 .Vx
 .\"
 .Vx
-.Vx
 .Dd 
 .Dt PASTE 1
 .Os
 .Dd 
 .Dt PASTE 1
 .Os
index 1121e1f..e6b08b1 100644 (file)
@@ -1,12 +1,14 @@
 .\" Copyright (c) 1989, 1990 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1989, 1990 The Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the Institute of Electrical and Electronics Engineers, Inc.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)printf.1   5.9 (Berkeley) %G%
+.\"     @(#)printf.1   5.10 (Berkeley) %G%
 .\"
 .Vx
 .\"
 .Vx
-.Vx
 .Dd 
 .Dt PRINTF 1
 .AT 1
 .Dd 
 .Dt PRINTF 1
 .AT 1
index 71aaf6f..b305be8 100644 (file)
@@ -1,9 +1,12 @@
 .\" Copyright (c) 1991 Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1991 Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the Institute of Electrical and Electronics Engineers, Inc.
+.\"
 .\" %sccs.include.redist.roff%
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"     @(#)sort.1     6.7 (Berkeley) %G%
+.\"     @(#)sort.1     6.8 (Berkeley) %G%
 .\"
 .Dd 
 .Dt SORT 1
 .\"
 .Dd 
 .Dt SORT 1
index ea1c973..29cc23d 100644 (file)
@@ -1,10 +1,12 @@
 .\" Copyright (c) 1980, 1990, 1991 Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1980, 1990, 1991 Regents of the University of California.
 .\" All rights reserved.
 .\"
-.\"            @(#)tail.1      6.5 (Berkeley) %G%
+.\" This code is derived from software contributed to Berkeley by
+.\" the Institute of Electrical and Electronics Engineers, Inc.
+.\"
 .\" %sccs.include.redist.roff%
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"     @(#)tail.1     6.5 (Berkeley) %G%
+.\"    @(#)tail.1      6.6 (Berkeley) %G%
 .\"
 .Dd 
 .Dt TAIL 1
 .\"
 .Dd 
 .Dt TAIL 1
index b3b12a4..cf19844 100644 (file)
@@ -1,9 +1,12 @@
 .\" Copyright (c) 1991 Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1991 Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the Institute of Electrical and Electronics Engineers, Inc.
+.\"
 .\" %sccs.include.redist.roff%
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"     @(#)tee.1      6.2 (Berkeley) %G%
+.\"     @(#)tee.1      6.3 (Berkeley) %G%
 .\"
 .Dd 
 .Dt TEE 1
 .\"
 .Dd 
 .Dt TEE 1
index db853c2..a095e0c 100644 (file)
@@ -1,9 +1,12 @@
 .\" Copyright (c) 1991 Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1991 Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the Institute of Electrical and Electronics Engineers, Inc.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)touch.1    6.3 (Berkeley) %G%
+.\"     @(#)touch.1    6.4 (Berkeley) %G%
 .\"
 .Dd 
 .Dt TOUCH 1
 .\"
 .Dd 
 .Dt TOUCH 1
index f702c76..7eee0b3 100644 (file)
@@ -1,9 +1,12 @@
 .\" Copyright (c) 1991 Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1991 Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the Institute of Electrical and Electronics Engineers, Inc.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)tr.1       6.4 (Berkeley) %G%
+.\"     @(#)tr.1       6.5 (Berkeley) %G%
 .\"
 .Dd 
 .Dt TR 1
 .\"
 .Dd 
 .Dt TR 1
index a1b7a85..c3fcaf0 100644 (file)
@@ -1,9 +1,12 @@
 .\" Copyright (c) 1983, 1985, 1990 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1983, 1985, 1990 The Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the Institute of Electrical and Electronics Engineers, Inc.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)true.1     6.3 (Berkeley) %G%
+.\"     @(#)true.1     6.4 (Berkeley) %G%
 .\"
 .Dd 
 .Dt TRUE 1
 .\"
 .Dd 
 .Dt TRUE 1
index 121b418..a7335ac 100644 (file)
@@ -1,9 +1,12 @@
 .\" Copyright (c) 1990 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1990 The Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the Institute of Electrical and Electronics Engineers, Inc.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)tty.1      6.3 (Berkeley) %G%
+.\"     @(#)tty.1      6.4 (Berkeley) %G%
 .\"
 .Dd 
 .Dt TTY 1
 .\"
 .Dd 
 .Dt TTY 1
index 732f1c0..3b65e8e 100644 (file)
@@ -1,9 +1,12 @@
 .\" Copyright (c) 1991 Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1991 Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the Institute of Electrical and Electronics Engineers, Inc.
+.\"
 .\" %sccs.include.redist.roff%
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"     @(#)uniq.1     6.3 (Berkeley) %G%
+.\"     @(#)uniq.1     6.4 (Berkeley) %G%
 .\"
 .Dd 
 .Dt UNIQ 1
 .\"
 .Dd 
 .Dt UNIQ 1
index b5d1a76..b67ca21 100644 (file)
@@ -1,9 +1,12 @@
 .\" Copyright (c) 1991 Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1991 Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software contributed to Berkeley by
+.\" the Institute of Electrical and Electronics Engineers, Inc.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)wc.1       6.3 (Berkeley) %G%
+.\"     @(#)wc.1       6.4 (Berkeley) %G%
 .\"
 .Dd 
 .Dt WC 1
 .\"
 .Dd 
 .Dt WC 1
index 3b6e3b8..02f2561 100644 (file)
@@ -2,11 +2,12 @@
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
-.\" John B. Roll Jr.
+.\" John B. Roll Jr. and the Institute of Electrical and Electronics
+.\" Engineers, Inc.
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"    @(#)xargs.1     5.4 (Berkeley) %G%
+.\"    @(#)xargs.1     5.5 (Berkeley) %G%
 .\"
 .TH XARGS 1 ""
 .UC 7
 .\"
 .TH XARGS 1 ""
 .UC 7