Fix pointer name to match the name used in the function prototype

above (and in termios.c).

Discussed with:	Rodney W. Grimes <rgrimes@FreeBSD.org>
This commit is contained in:
Marc Fonvieille 2020-06-16 17:05:38 +00:00
parent 73845fdbd3
commit a9c7e6bd61
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=362232

View File

@ -126,24 +126,24 @@ represented, however, the following symbolic values are defined.
The The
.Fn cfgetispeed .Fn cfgetispeed
function returns the input baud rate in the termios structure referenced by function returns the input baud rate in the termios structure referenced by
.Fa tp . .Fa t .
.Pp .Pp
The The
.Fn cfsetispeed .Fn cfsetispeed
function sets the input baud rate in the termios structure referenced by function sets the input baud rate in the termios structure referenced by
.Fa tp .Fa t
to to
.Fa speed . .Fa speed .
.Pp .Pp
The The
.Fn cfgetospeed .Fn cfgetospeed
function returns the output baud rate in the termios structure referenced by function returns the output baud rate in the termios structure referenced by
.Fa tp . .Fa t .
.Pp .Pp
The The
.Fn cfsetospeed .Fn cfsetospeed
function sets the output baud rate in the termios structure referenced by function sets the output baud rate in the termios structure referenced by
.Fa tp .Fa t
to to
.Fa speed . .Fa speed .
.Pp .Pp
@ -151,7 +151,7 @@ The
.Fn cfsetspeed .Fn cfsetspeed
function sets both the input and output baud rate in the termios structure function sets both the input and output baud rate in the termios structure
referenced by referenced by
.Fa tp .Fa t
to to
.Fa speed . .Fa speed .
.Pp .Pp
@ -210,7 +210,7 @@ function copies the parameters associated with the terminal referenced
by by
.Fa fd .Fa fd
in the termios structure referenced by in the termios structure referenced by
.Fa tp . .Fa t .
This function is allowed from a background process, however, the terminal This function is allowed from a background process, however, the terminal
attributes may be subsequently changed by a foreground process. attributes may be subsequently changed by a foreground process.
.Pp .Pp
@ -218,7 +218,7 @@ The
.Fn tcsetattr .Fn tcsetattr
function sets the parameters associated with the terminal from the function sets the parameters associated with the terminal from the
termios structure referenced by termios structure referenced by
.Fa tp . .Fa t .
The The
.Fa action .Fa action
argument is created by argument is created by