mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
fgetline does not exist.. fgetln is in it's place. Correct the X-Ref.
Noticed by: Brian Tao, Bruce Evans
This commit is contained in:
parent
eae0c0a88b
commit
fdf4460bf9
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ for any of the errors specified for the routine
|
|||
.Sh SEE ALSO
|
||||
.Xr feof 3 ,
|
||||
.Xr ferror 3 ,
|
||||
.Xr fgetline 3
|
||||
.Xr fgetln 3
|
||||
.Sh STANDARDS
|
||||
The functions
|
||||
.Fn fgets
|
||||
|
|
|
|||
Loading…
Reference in a new issue