Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man5 genassym.sh(8) -> genassym(1). From YOMURA Ma...
details: https://anonhg.NetBSD.org/src/rev/79116a878c8f
branches: trunk
changeset: 584254:79116a878c8f
user: wiz <wiz%NetBSD.org@localhost>
date: Sun Sep 11 23:32:48 2005 +0000
description:
genassym.sh(8) -> genassym(1). From YOMURA Masanori in private mail.
diffstat:
share/man/man5/genassym.cf.5 | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diffs (49 lines):
diff -r 175778d4886f -r 79116a878c8f share/man/man5/genassym.cf.5
--- a/share/man/man5/genassym.cf.5 Sun Sep 11 23:31:46 2005 +0000
+++ b/share/man/man5/genassym.cf.5 Sun Sep 11 23:32:48 2005 +0000
@@ -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 @@
.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 @@
.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 @@
.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
Home |
Main Index |
Thread Index |
Old Index