Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jun 2018 01:30:03 +0000 (UTC)
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r335754 - stable/11/stand/libsa
Message-ID:  <201806280130.w5S1U39v036611@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevans
Date: Thu Jun 28 01:30:03 2018
New Revision: 335754
URL: https://svnweb.freebsd.org/changeset/base/335754

Log:
  MFC r334878: 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.

Modified:
  stable/11/stand/libsa/libsa.3
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/stand/libsa/libsa.3
==============================================================================
--- stable/11/stand/libsa/libsa.3	Wed Jun 27 23:44:37 2018	(r335753)
+++ stable/11/stand/libsa/libsa.3	Thu Jun 28 01:30:03 2018	(r335754)
@@ -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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806280130.w5S1U39v036611>