diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-04-07 16:20:39 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-04-07 16:20:39 +0000 |
commit | 55e9f3fd6426aaaea90115f1acdca9eee2781b42 (patch) | |
tree | b92a5b788e6f5e0d1ba7a8946581d9220359f05a /sys | |
parent | c5e69da6b80ed88cada71c51a44b81bf2edb680c (diff) |
s/HP9000/HP 9000/; from weissmanndude
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/hppa/hppa/locore.S | 4 | ||||
-rw-r--r-- | sys/arch/hppa/hppa/machdep.c | 4 | ||||
-rw-r--r-- | sys/arch/hppa/stand/mkboot/mkboot.8 | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/sys/arch/hppa/hppa/locore.S b/sys/arch/hppa/hppa/locore.S index 4b762a32ba8..933c119850c 100644 --- a/sys/arch/hppa/hppa/locore.S +++ b/sys/arch/hppa/hppa/locore.S @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.S,v 1.105 2003/02/18 21:06:43 mickey Exp $ */ +/* $OpenBSD: locore.S,v 1.106 2003/04/07 16:20:38 mickey Exp $ */ /* * Copyright (c) 1998-2003 Michael Shalayeff @@ -2390,7 +2390,7 @@ EXIT(ficache) LEAF_ENTRY(setjmp) /* * Save the other general registers whose contents are expected to remain - * across function calls. According to the "HP9000 Series 800 Assembly + * across function calls. According to the "HP 9000 Series 800 Assembly * Language Reference Manual", procedures can use general registers 19-26, * 28, 29, 1, and 31 without restoring them. Hence, we do not save these. */ diff --git a/sys/arch/hppa/hppa/machdep.c b/sys/arch/hppa/hppa/machdep.c index cd23385d467..597f9a4aa55 100644 --- a/sys/arch/hppa/hppa/machdep.c +++ b/sys/arch/hppa/hppa/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.102 2003/02/18 19:01:50 deraadt Exp $ */ +/* $OpenBSD: machdep.c,v 1.103 2003/04/07 16:20:38 mickey Exp $ */ /* * Copyright (c) 1999-2002 Michael Shalayeff @@ -501,7 +501,7 @@ hppa_init(start) } } - sprintf(cpu_model, "HP9000/%s PA-RISC %s%x", p, q, lev); + sprintf(cpu_model, "HP 9000/%s PA-RISC %s%x", p, q, lev); } /* we hope this won't fail */ diff --git a/sys/arch/hppa/stand/mkboot/mkboot.8 b/sys/arch/hppa/stand/mkboot/mkboot.8 index 3a4a4eb44c7..21574f2dd27 100644 --- a/sys/arch/hppa/stand/mkboot/mkboot.8 +++ b/sys/arch/hppa/stand/mkboot/mkboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mkboot.8,v 1.5 2003/02/18 07:43:36 jmc Exp $ +.\" $OpenBSD: mkboot.8,v 1.6 2003/04/07 16:20:38 mickey Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -46,9 +46,9 @@ Creates the LIF file containing the bootstrap .Ar program and possibly other programs to be used by the -.Tn HP9000/700 +.Tn HP 9000/700 and -.Tn HP9000/800 +.Tn HP 9000/800 systems. .Pp An argument to the |