genassym.sh(8) -> genassym(1). From YOMURA Masanori in private mail.

This commit is contained in:
wiz 2005-09-11 23:32:48 +00:00
parent 0768214245
commit 2a27f58d26
1 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: genassym.cf.5,v 1.10 2005/08/18 01:09:02 rpaulo Exp $
.\" $NetBSD: genassym.cf.5,v 1.11 2005/09/11 23:32:48 wiz Exp $
.\"
.\" Copyright (c) 1997 Matthias Pfaller.
.\" All rights reserved.
@ -38,10 +38,10 @@
The
.Nm
file is used by
.Xr genassym.sh 8
.Xr genassym 1
to make constant C expressions known to assembler source files.
Lines starting with '#' are discarded by
.Xr genassym.sh 8 .
.Xr genassym 1 .
Lines starting with
.Em include ,
.Em ifdef ,
@ -59,7 +59,7 @@ The first word after a
.Em define
command is taken as a CPP identifier and the rest of the line has to be
a constant C expression. The output of
.Xr genassym.sh 8
.Xr genassym 1
will assign the numerical value of this expression to the CPP identifier.
.Em "export X"
is a shorthand for
@ -74,7 +74,7 @@ does a
.Em "define X offsetof(\*[Lt]last struct\*[Gt], X)" .
.Em "config \*[Lt]ctype\*[Gt] \*[Lt]gcc constraint\*[Gt] \*[Lt]asm print modifier\*[Gt]"
can be used to customize the output of
.Xr genassym.sh 8 .
.Xr genassym 1 .
When producing C output, values are casted to \*[Lt]ctype\*[Gt] (default: long)
before they get handed to printf. \*[Lt]gcc constraint\*[Gt] (default: n) is the
constraint used in the __asm__ statements. \*[Lt]asm print modifier\*[Gt] (default:
@ -84,7 +84,7 @@ prefixes in front of constants for the i386 and m68k port.
.Sh FILES
.Pa /usr/src/sys/arch/${MACHINE}/${MACHINE}/genassym.cf
.Sh SEE ALSO
.Xr genassym.sh 8
.Xr genassym 1
.Sh HISTORY
The
.Nm