Skip to content

Commit 052b0b8

Browse files
authored
Merge pull request #2165 from petterreinholdtsen/2.9-man-rtapi-io
Corrected rtapi_io(3rtapi) man page fixing typos and adding references.
2 parents 36bf43c + b48a99a commit 052b0b8

1 file changed

Lines changed: 13 additions & 4 deletions

File tree

docs/man/man3/rtapi_io.3rtapi

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
.\" License along with this manual; if not, write to the Free
2020
.\" Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
2121
.\" USA.
22-
.TH funct "3rtapi" "2014-06-28" "LinuxCNC Documentation" "RTAPI"
22+
.TH funct "3rtapi" "2022-11-29" "LinuxCNC Documentation" "RTAPI"
2323
.SH NAME
2424

2525
rtapi_io.h \- RTAPI wrappers for linux kernel functionality
@@ -34,11 +34,11 @@ unsigned short rtapi_inw(unsigned short int port);
3434
.HP
3535
unsigned int rtapi_inl(unsigned short int port);
3636
.HP
37-
unsigned void rtapi_inb(unsigned char value, unsigned short int port);
37+
unsigned void rtapi_outb(unsigned char value, unsigned short int port);
3838
.HP
39-
unsigned void rtapi_inw(unsigned short value, unsigned short int port);
39+
unsigned void rtapi_outw(unsigned short value, unsigned short int port);
4040
.HP
41-
unsigned void rtapi_inl(unsigned int value, unsigned short int port);
41+
unsigned void rtapi_outl(unsigned int value, unsigned short int port);
4242

4343
.SH DESCRIPTION
4444
In kernel space, each rtapi_xxx or RTAPI_XXX identifier is mapped to the
@@ -55,3 +55,12 @@ uspace rtapi_app when it is not setuid root.
5555
.SH RETURN VALUE
5656
As in Linux.
5757
.SH SEE ALSO
58+
\fBinb(3)\fR,
59+
\fBinw(3)\fR,
60+
\fBinl(3)\fR,
61+
\fBoutb(3)\fR,
62+
\fBoutw(3)\fR,
63+
\fBoutl(3)\fR,
64+
\fBioperm(3)\fR,
65+
.SH AUTHOR
66+
Jeff Epler

0 commit comments

Comments
 (0)