Fix a sentence (remove double negation)
Fix mandoc lint warning (remove Pp before Bd)
This commit is contained in:
parent
86412f657a
commit
a6c6c755c1
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: file.9,v 1.15 2017/04/23 05:49:00 abhinav Exp $
|
||||
.\" $NetBSD: file.9,v 1.16 2017/04/23 05:56:50 abhinav Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2002, 2005, 2006 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -60,7 +60,6 @@ See
|
|||
.Xr filedesc 9
|
||||
for details of the file descriptor table.
|
||||
Each file entry is given by:
|
||||
.Pp
|
||||
.Bd -literal
|
||||
struct file {
|
||||
LIST_ENTRY(file) f_list; /* list of active files */
|
||||
|
@ -224,7 +223,7 @@ Free file entry
|
|||
The file entry was created in
|
||||
.Xr falloc 9 .
|
||||
.It Fn FILE_IS_USABLE "fp"
|
||||
Ensure that the file entry is usable by ensuring that neither the
|
||||
Ensure that the file entry is usable by ensuring that the
|
||||
FIF_WANTCLOSE and FIF_LARVAL flags are not set in
|
||||
.Em f_iflags .
|
||||
.It Fn FILE_USE "fp"
|
||||
|
|
Loading…
Reference in New Issue