From ae1227407f680678b5d5cc5aaea436685decda9d Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Fri, 28 Jun 1991 00:26:56 -0800 Subject: [PATCH] add POSIX/IEEE contribution notice 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 --- usr/src/bin/pwd/pwd.1 | 6 ++++-- usr/src/bin/rm/rm.1 | 5 ++++- usr/src/bin/rmdir/rmdir.1 | 6 ++++-- usr/src/bin/sleep/sleep.1 | 6 ++++-- usr/src/bin/stty/stty.1 | 5 ++++- usr/src/bin/test/test.1 | 5 ++++- usr/src/old/sed/sed.1 | 5 ++++- usr/src/old/test/test.1 | 5 ++++- usr/src/usr.bin/paste/paste.1 | 9 ++++----- usr/src/usr.bin/printf/printf.1 | 6 ++++-- usr/src/usr.bin/sort/sort.1 | 5 ++++- usr/src/usr.bin/tail/tail.1 | 6 ++++-- usr/src/usr.bin/tee/tee.1 | 5 ++++- usr/src/usr.bin/touch/touch.1 | 5 ++++- usr/src/usr.bin/tr/tr.1 | 5 ++++- usr/src/usr.bin/true/true.1 | 5 ++++- usr/src/usr.bin/tty/tty.1 | 5 ++++- usr/src/usr.bin/uniq/uniq.1 | 5 ++++- usr/src/usr.bin/wc/wc.1 | 5 ++++- usr/src/usr.bin/xargs/xargs.1 | 5 +++-- 20 files changed, 79 insertions(+), 30 deletions(-) diff --git a/usr/src/bin/pwd/pwd.1 b/usr/src/bin/pwd/pwd.1 index 5ec3231006..128d4b2aa8 100644 --- a/usr/src/bin/pwd/pwd.1 +++ b/usr/src/bin/pwd/pwd.1 @@ -1,12 +1,14 @@ .\" 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% .\" -.\" @(#)pwd.1 6.4 (Berkeley) %G% +.\" @(#)pwd.1 6.5 (Berkeley) %G% .\" .Vx -.Vx .Dd .Dt PWD 1 .Os BSD 4 diff --git a/usr/src/bin/rm/rm.1 b/usr/src/bin/rm/rm.1 index d5f2589704..7ae37464ad 100644 --- a/usr/src/bin/rm/rm.1 +++ b/usr/src/bin/rm/rm.1 @@ -1,9 +1,12 @@ .\" 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% .\" -.\" @(#)rm.1 6.7 (Berkeley) %G% +.\" @(#)rm.1 6.8 (Berkeley) %G% .\" .Vx .Dd diff --git a/usr/src/bin/rmdir/rmdir.1 b/usr/src/bin/rmdir/rmdir.1 index 8a9952e97f..9788e8134b 100644 --- a/usr/src/bin/rmdir/rmdir.1 +++ b/usr/src/bin/rmdir/rmdir.1 @@ -1,12 +1,14 @@ .\" 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% .\" -.\" @(#)rmdir.1 6.4 (Berkeley) %G% +.\" @(#)rmdir.1 6.5 (Berkeley) %G% .\" .Vx -.Vx .Dd .Dt RMDIR 1 .Os diff --git a/usr/src/bin/sleep/sleep.1 b/usr/src/bin/sleep/sleep.1 index b7ddf204f3..811ed77050 100644 --- a/usr/src/bin/sleep/sleep.1 +++ b/usr/src/bin/sleep/sleep.1 @@ -1,12 +1,14 @@ .\" 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% .\" -.\" @(#)sleep.1 6.4 (Berkeley) %G% +.\" @(#)sleep.1 6.5 (Berkeley) %G% .\" .Vx -.Vx .Dd .Dt SLEEP 1 .Os diff --git a/usr/src/bin/stty/stty.1 b/usr/src/bin/stty/stty.1 index dbbd15920e..c2ef205b9e 100644 --- a/usr/src/bin/stty/stty.1 +++ b/usr/src/bin/stty/stty.1 @@ -1,9 +1,12 @@ .\" 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% .\" -.\" @(#)stty.1 6.12 (Berkeley) %G% +.\" @(#)stty.1 6.13 (Berkeley) %G% .\" .Dd .Dt STTY 1 diff --git a/usr/src/bin/test/test.1 b/usr/src/bin/test/test.1 index a34721457d..4e928de241 100644 --- a/usr/src/bin/test/test.1 +++ b/usr/src/bin/test/test.1 @@ -1,9 +1,12 @@ .\" 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% .\" -.\" @(#)test.1 6.3 (Berkeley) %G% +.\" @(#)test.1 6.4 (Berkeley) %G% .\" .Dd .Dt TEST 1 diff --git a/usr/src/old/sed/sed.1 b/usr/src/old/sed/sed.1 index 9c0a098f12..8b6bae9b6c 100644 --- a/usr/src/old/sed/sed.1 +++ b/usr/src/old/sed/sed.1 @@ -1,9 +1,12 @@ .\" 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% .\" -.\" @(#)sed.1 6.5 (Berkeley) %G% +.\" @(#)sed.1 6.6 (Berkeley) %G% .\" .Dd .Dt SED 1 diff --git a/usr/src/old/test/test.1 b/usr/src/old/test/test.1 index f95dba3dbd..b74b9e5ea1 100644 --- a/usr/src/old/test/test.1 +++ b/usr/src/old/test/test.1 @@ -1,9 +1,12 @@ .\" 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% .\" -.\" @(#)test.1 6.3 (Berkeley) %G% +.\" @(#)test.1 6.4 (Berkeley) %G% .\" .Dd .Dt TEST 1 diff --git a/usr/src/usr.bin/paste/paste.1 b/usr/src/usr.bin/paste/paste.1 index a3b190d47f..f85b33a5f5 100644 --- a/usr/src/usr.bin/paste/paste.1 +++ b/usr/src/usr.bin/paste/paste.1 @@ -1,16 +1,15 @@ .\" Copyright (c) 1989, 1990 The Regents of the University of California. .\" All rights reserved. .\" -.\" .\" 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 .Dd .Dt PASTE 1 .Os diff --git a/usr/src/usr.bin/printf/printf.1 b/usr/src/usr.bin/printf/printf.1 index 1121e1ff89..e6b08b13ce 100644 --- a/usr/src/usr.bin/printf/printf.1 +++ b/usr/src/usr.bin/printf/printf.1 @@ -1,12 +1,14 @@ .\" 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% .\" -.\" @(#)printf.1 5.9 (Berkeley) %G% +.\" @(#)printf.1 5.10 (Berkeley) %G% .\" .Vx -.Vx .Dd .Dt PRINTF 1 .AT 1 diff --git a/usr/src/usr.bin/sort/sort.1 b/usr/src/usr.bin/sort/sort.1 index 71aaf6f058..b305be8604 100644 --- a/usr/src/usr.bin/sort/sort.1 +++ b/usr/src/usr.bin/sort/sort.1 @@ -1,9 +1,12 @@ .\" 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% .\" -.\" @(#)sort.1 6.7 (Berkeley) %G% +.\" @(#)sort.1 6.8 (Berkeley) %G% .\" .Dd .Dt SORT 1 diff --git a/usr/src/usr.bin/tail/tail.1 b/usr/src/usr.bin/tail/tail.1 index ea1c973c58..29cc23d3a0 100644 --- a/usr/src/usr.bin/tail/tail.1 +++ b/usr/src/usr.bin/tail/tail.1 @@ -1,10 +1,12 @@ .\" 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% .\" -.\" @(#)tail.1 6.5 (Berkeley) %G% +.\" @(#)tail.1 6.6 (Berkeley) %G% .\" .Dd .Dt TAIL 1 diff --git a/usr/src/usr.bin/tee/tee.1 b/usr/src/usr.bin/tee/tee.1 index b3b12a406b..cf198447d2 100644 --- a/usr/src/usr.bin/tee/tee.1 +++ b/usr/src/usr.bin/tee/tee.1 @@ -1,9 +1,12 @@ .\" 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% .\" -.\" @(#)tee.1 6.2 (Berkeley) %G% +.\" @(#)tee.1 6.3 (Berkeley) %G% .\" .Dd .Dt TEE 1 diff --git a/usr/src/usr.bin/touch/touch.1 b/usr/src/usr.bin/touch/touch.1 index db853c2737..a095e0c980 100644 --- a/usr/src/usr.bin/touch/touch.1 +++ b/usr/src/usr.bin/touch/touch.1 @@ -1,9 +1,12 @@ .\" 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% .\" -.\" @(#)touch.1 6.3 (Berkeley) %G% +.\" @(#)touch.1 6.4 (Berkeley) %G% .\" .Dd .Dt TOUCH 1 diff --git a/usr/src/usr.bin/tr/tr.1 b/usr/src/usr.bin/tr/tr.1 index f702c76cb9..7eee0b324e 100644 --- a/usr/src/usr.bin/tr/tr.1 +++ b/usr/src/usr.bin/tr/tr.1 @@ -1,9 +1,12 @@ .\" 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% .\" -.\" @(#)tr.1 6.4 (Berkeley) %G% +.\" @(#)tr.1 6.5 (Berkeley) %G% .\" .Dd .Dt TR 1 diff --git a/usr/src/usr.bin/true/true.1 b/usr/src/usr.bin/true/true.1 index a1b7a85ce8..c3fcaf01ed 100644 --- a/usr/src/usr.bin/true/true.1 +++ b/usr/src/usr.bin/true/true.1 @@ -1,9 +1,12 @@ .\" 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% .\" -.\" @(#)true.1 6.3 (Berkeley) %G% +.\" @(#)true.1 6.4 (Berkeley) %G% .\" .Dd .Dt TRUE 1 diff --git a/usr/src/usr.bin/tty/tty.1 b/usr/src/usr.bin/tty/tty.1 index 121b418cab..a7335ac7b6 100644 --- a/usr/src/usr.bin/tty/tty.1 +++ b/usr/src/usr.bin/tty/tty.1 @@ -1,9 +1,12 @@ .\" 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% .\" -.\" @(#)tty.1 6.3 (Berkeley) %G% +.\" @(#)tty.1 6.4 (Berkeley) %G% .\" .Dd .Dt TTY 1 diff --git a/usr/src/usr.bin/uniq/uniq.1 b/usr/src/usr.bin/uniq/uniq.1 index 732f1c0115..3b65e8e63a 100644 --- a/usr/src/usr.bin/uniq/uniq.1 +++ b/usr/src/usr.bin/uniq/uniq.1 @@ -1,9 +1,12 @@ .\" 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% .\" -.\" @(#)uniq.1 6.3 (Berkeley) %G% +.\" @(#)uniq.1 6.4 (Berkeley) %G% .\" .Dd .Dt UNIQ 1 diff --git a/usr/src/usr.bin/wc/wc.1 b/usr/src/usr.bin/wc/wc.1 index b5d1a76f95..b67ca21705 100644 --- a/usr/src/usr.bin/wc/wc.1 +++ b/usr/src/usr.bin/wc/wc.1 @@ -1,9 +1,12 @@ .\" 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% .\" -.\" @(#)wc.1 6.3 (Berkeley) %G% +.\" @(#)wc.1 6.4 (Berkeley) %G% .\" .Dd .Dt WC 1 diff --git a/usr/src/usr.bin/xargs/xargs.1 b/usr/src/usr.bin/xargs/xargs.1 index 3b6e3b8f4f..02f256115c 100644 --- a/usr/src/usr.bin/xargs/xargs.1 +++ b/usr/src/usr.bin/xargs/xargs.1 @@ -2,11 +2,12 @@ .\" 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% .\" -.\" @(#)xargs.1 5.4 (Berkeley) %G% +.\" @(#)xargs.1 5.5 (Berkeley) %G% .\" .TH XARGS 1 "" .UC 7 -- 2.20.1