diff options
Diffstat (limited to 'bin/ps')
-rw-r--r-- | bin/ps/Makefile | 2 | ||||
-rw-r--r-- | bin/ps/devname.c | 2 | ||||
-rw-r--r-- | bin/ps/extern.h | 2 | ||||
-rw-r--r-- | bin/ps/fmt.c | 2 | ||||
-rw-r--r-- | bin/ps/keyword.c | 2 | ||||
-rw-r--r-- | bin/ps/nlist.c | 2 | ||||
-rw-r--r-- | bin/ps/print.c | 2 | ||||
-rw-r--r-- | bin/ps/ps.1 | 2 | ||||
-rw-r--r-- | bin/ps/ps.c | 2 | ||||
-rw-r--r-- | bin/ps/ps.h | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/bin/ps/Makefile b/bin/ps/Makefile index 5a94276..ce8ee3a 100644 --- a/bin/ps/Makefile +++ b/bin/ps/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/2/93 -# $FreeBSD$ +# $Id$ PROG= ps SRCS= fmt.c keyword.c nlist.c print.c ps.c diff --git a/bin/ps/devname.c b/bin/ps/devname.c index e2db56a..241242a 100644 --- a/bin/ps/devname.c +++ b/bin/ps/devname.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #if defined(LIBC_SCCS) && !defined(lint) diff --git a/bin/ps/extern.h b/bin/ps/extern.h index 3c814f7..5c58b19 100644 --- a/bin/ps/extern.h +++ b/bin/ps/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.3 (Berkeley) 4/2/94 - * $FreeBSD$ + * $Id$ */ struct kinfo; diff --git a/bin/ps/fmt.c b/bin/ps/fmt.c index edd39db..21c5df0 100644 --- a/bin/ps/fmt.c +++ b/bin/ps/fmt.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/ps/keyword.c b/bin/ps/keyword.c index 7eb0209..2993f8c 100644 --- a/bin/ps/keyword.c +++ b/bin/ps/keyword.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/ps/nlist.c b/bin/ps/nlist.c index 8e34ab8..218a6bc 100644 --- a/bin/ps/nlist.c +++ b/bin/ps/nlist.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/ps/print.c b/bin/ps/print.c index 6ec1e74..2ac3c28 100644 --- a/bin/ps/print.c +++ b/bin/ps/print.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index a6d0386..eaa2f8f 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ps.1 8.3 (Berkeley) 4/18/94 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd April 18, 1994 .Dt PS 1 diff --git a/bin/ps/ps.c b/bin/ps/ps.c index 27a4e71..ee2d407 100644 --- a/bin/ps/ps.c +++ b/bin/ps/ps.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/ps/ps.h b/bin/ps/ps.h index 31cb566..d1b8433 100644 --- a/bin/ps/ps.h +++ b/bin/ps/ps.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ps.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $Id$ */ #define UNLIMITED 0 /* unlimited terminal width */ |