Author: kevans
Date: Sat Jun  9 14:24:16 2018
New Revision: 334878
URL: https://svnweb.freebsd.org/changeset/base/334878

Log:
  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

Modified:
  head/stand/libsa/libsa.3

Modified: head/stand/libsa/libsa.3
==============================================================================
--- head/stand/libsa/libsa.3    Sat Jun  9 14:21:07 2018        (r334877)
+++ head/stand/libsa/libsa.3    Sat Jun  9 14:24:16 2018        (r334878)
@@ -24,11 +24,11 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd February 1, 2018
-.Dt LIBSTAND 3
+.Dd February 22, 2018
+.Dt LIBSA 3
 .Os
 .Sh NAME
-.Nm libstand
+.Nm libsa
 .Nd support library for standalone executables
 .Sh SYNOPSIS
 .In stand.h
@@ -402,8 +402,8 @@ except that file creation is not supported, so the mod
 required.
 The
 .Fa flags
-argument may be one of O_RDONLY, O_WRONLY and O_RDWR (although no file systems
-currently support writing).
+argument may be one of O_RDONLY, O_WRONLY and O_RDWR.
+Only UFS currently supports writing.
 .It Xo
 .Ft int
 .Fn close "int fd"
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to