Add missing space in fread xref.
This commit is contained in:
parent
8701b1fd0e
commit
b0b35bdc77
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: curses_fileio.3,v 1.3 2008/04/30 13:10:51 martin Exp $
|
.\" $NetBSD: curses_fileio.3,v 1.4 2010/12/09 11:21:49 njoly Exp $
|
||||||
.\" Copyright (c) 2008 The NetBSD Foundation, Inc.
|
.\" Copyright (c) 2008 The NetBSD Foundation, Inc.
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
.\"
|
.\"
|
||||||
|
@ -75,7 +75,7 @@ function returns
|
||||||
if an error is detected.
|
if an error is detected.
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr curses_window 3 ,
|
.Xr curses_window 3 ,
|
||||||
.Xr fread 3,
|
.Xr fread 3 ,
|
||||||
.Xr fwrite 3
|
.Xr fwrite 3
|
||||||
.Sh NOTES
|
.Sh NOTES
|
||||||
Subwindows can not be created by the
|
Subwindows can not be created by the
|
||||||
|
|
Loading…
Reference in New Issue