diff options
author | Kenji Aoyama <aoyama@cvs.openbsd.org> | 2014-04-22 22:58:03 +0000 |
---|---|---|
committer | Kenji Aoyama <aoyama@cvs.openbsd.org> | 2014-04-22 22:58:03 +0000 |
commit | 3e575c73ca78b1a12f980ebec81889db2d401486 (patch) | |
tree | 7aa98dd4c6d6fcac9bb32d309a995020f2dc4988 /share/man/man4 | |
parent | a8e4b8c54aa4ffb0bd89dd41069346aa98943ae3 (diff) |
Unify the model name to LUNA-88K{,2}, that is considered the
`official' name.
ok jmc@ miod@
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/man4.luna88k/lcd.4 | 6 | ||||
-rw-r--r-- | share/man/man4/man4.luna88k/pcexmem.4 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/man4.luna88k/lcd.4 b/share/man/man4/man4.luna88k/lcd.4 index 72410ab1392..f8e96163d63 100644 --- a/share/man/man4/man4.luna88k/lcd.4 +++ b/share/man/man4/man4.luna88k/lcd.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lcd.4,v 1.2 2007/05/31 19:19:55 jmc Exp $ +.\" $OpenBSD: lcd.4,v 1.3 2014/04/22 22:58:02 aoyama Exp $ .\" .\" Copyright (c) 2007 Kenji AOYAMA <aoyama@nk-home.net> .\" All rights reserved. @@ -24,7 +24,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: April 22 2014 $ .Dt LCD 4 luna88k .Os .Sh NAME @@ -35,7 +35,7 @@ .Sh DESCRIPTION The .Nm -driver provides access to the front panel LCD display on LUNA88K. +driver provides access to the front panel LCD display on LUNA-88K. It is accessed using .Xr write 2 to print the characters on the LCD. diff --git a/share/man/man4/man4.luna88k/pcexmem.4 b/share/man/man4/man4.luna88k/pcexmem.4 index d00b90f1642..e3fb1b2a577 100644 --- a/share/man/man4/man4.luna88k/pcexmem.4 +++ b/share/man/man4/man4.luna88k/pcexmem.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pcexmem.4,v 1.1 2014/04/16 12:01:33 aoyama Exp $ +.\" $OpenBSD: pcexmem.4,v 1.2 2014/04/22 22:58:02 aoyama Exp $ .\" .\" Copyright (c) 2014 Kenji Aoyama. .\" @@ -13,7 +13,7 @@ .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.Dd $Mdocdate: April 16 2014 $ +.Dd $Mdocdate: April 22 2014 $ .Dt PCEXMEM 4 luna88k .Os .Sh NAME @@ -28,7 +28,7 @@ The file is an .Xr mmap 2 capable interface to the memory area of the installed board at "NEC PC-9801 -extension board slot" on LUNA88K. +extension board slot" on LUNA-88K. Byte offsets in this file are interpreted as relative memory addresses of the installed board. The range should be between 0x0 and 0xffffff. |