libsa(3): Correct statement about FS Write-support, name change
- jhb implemented UFS write support a little over 16 years ago. - Update the library name while we're here. Reviewed by: jhb, rpokala Differential Revision: https://reviews.freebsd.org/D14476
This commit is contained in:
parent
d850143efd
commit
f6b2a4291b
@ -24,11 +24,11 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd February 1, 2018
|
.Dd February 22, 2018
|
||||||
.Dt LIBSTAND 3
|
.Dt LIBSA 3
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
.Nm libstand
|
.Nm libsa
|
||||||
.Nd support library for standalone executables
|
.Nd support library for standalone executables
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.In stand.h
|
.In stand.h
|
||||||
@ -402,8 +402,8 @@ except that file creation is not supported, so the mode parameter is not
|
|||||||
required.
|
required.
|
||||||
The
|
The
|
||||||
.Fa flags
|
.Fa flags
|
||||||
argument may be one of O_RDONLY, O_WRONLY and O_RDWR (although no file systems
|
argument may be one of O_RDONLY, O_WRONLY and O_RDWR.
|
||||||
currently support writing).
|
Only UFS currently supports writing.
|
||||||
.It Xo
|
.It Xo
|
||||||
.Ft int
|
.Ft int
|
||||||
.Fn close "int fd"
|
.Fn close "int fd"
|
||||||
|
Loading…
Reference in New Issue
Block a user