.Os changes, miscellaneous cleanups
authorCynthia A. E. Livingston <cael@ucbvax.Berkeley.EDU>
Wed, 24 Jul 1991 05:21:24 +0000 (21:21 -0800)
committerCynthia A. E. Livingston <cael@ucbvax.Berkeley.EDU>
Wed, 24 Jul 1991 05:21:24 +0000 (21:21 -0800)
SCCS-vsn: lib/libc/sys/getlogin.2 6.3
SCCS-vsn: lib/libc/sys/statfs.2 6.5
SCCS-vsn: lib/libc/sys/getdirentries.2 6.5
SCCS-vsn: lib/libc/sys/getfh.2 6.4
SCCS-vsn: lib/libc/sys/chflags.2 6.5
SCCS-vsn: lib/libc/sys/nfssvc.2 6.6
SCCS-vsn: lib/libc/sys/mkfifo.2 6.4
SCCS-vsn: lib/libc/sys/sigsuspend.2 6.3
SCCS-vsn: lib/libc/sys/sigprocmask.2 6.4
SCCS-vsn: lib/libc/sys/sigaction.2 6.3
SCCS-vsn: lib/libc/sys/quotactl.2 6.13
SCCS-vsn: lib/libc/sys/getfsstat.2 6.6

12 files changed:
usr/src/lib/libc/sys/chflags.2
usr/src/lib/libc/sys/getdirentries.2
usr/src/lib/libc/sys/getfh.2
usr/src/lib/libc/sys/getfsstat.2
usr/src/lib/libc/sys/getlogin.2
usr/src/lib/libc/sys/mkfifo.2
usr/src/lib/libc/sys/nfssvc.2
usr/src/lib/libc/sys/quotactl.2
usr/src/lib/libc/sys/sigaction.2
usr/src/lib/libc/sys/sigprocmask.2
usr/src/lib/libc/sys/sigsuspend.2
usr/src/lib/libc/sys/statfs.2

index b962391..c7d5cd9 100644 (file)
@@ -1,13 +1,13 @@
 .\" Copyright (c) 1989 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1989 The Regents of the University of California.
 .\" All rights reserved.
 .\"
-.\" %sccs.include.redist.man%
+.\" %sccs.include.redist.roff%
 .\"
 .\"
-.\"     @(#)chflags.2  6.4 (Berkeley) %G%
+.\"    @(#)chflags.2   6.5 (Berkeley) %G%
 .\"
 .Dd 
 .Dt CHFALGS 2
 .\"
 .Dd 
 .Dt CHFALGS 2
-.Os BSD 4.4
+.Os
 .Sh NAME
 .Nm chflags ,
 .Nm fchflags
 .Sh NAME
 .Nm chflags ,
 .Nm fchflags
@@ -61,7 +61,9 @@ The named file resides on a read-only file system.
 .Fa Path
 points outside the process's allocated address space.
 .It Bq Er EIO
 .Fa Path
 points outside the process's allocated address space.
 .It Bq Er EIO
-An I/O error occurred while reading from or writing to the file system.
+An
+.Tn I/O
+error occurred while reading from or writing to the file system.
 .El
 .Pp
 .Fn Fchflags
 .El
 .Pp
 .Fn Fchflags
@@ -78,7 +80,9 @@ the effective user ID is not the super-user.
 .It Bq Er EROFS
 The file resides on a read-only file system.
 .It Bq Er EIO
 .It Bq Er EROFS
 The file resides on a read-only file system.
 .It Bq Er EIO
-An I/O error occurred while reading from or writing to the file system.
+An
+.Tn I/O
+error occurred while reading from or writing to the file system.
 .El
 .Sh SEE ALSO
 .Xr chmod 2 ,
 .El
 .Sh SEE ALSO
 .Xr chmod 2 ,
@@ -87,5 +91,8 @@ An I/O error occurred while reading from or writing to the file system.
 .Xr stat 2
 .Sh HISTORY
 The
 .Xr stat 2
 .Sh HISTORY
 The
-.Nm
-function call is currently under development.
+.Nm chflags
+and
+.Nm fchflags
+function calls are
+.Ud .
index c971b36..03cbb71 100644 (file)
@@ -1,13 +1,13 @@
 .\" Copyright (c) 1989, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1989, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
-.\" %sccs.include.redist.man%
+.\" %sccs.include.redist.roff%
 .\"
 .\"
-.\"     @(#)getdirentries.2    6.4 (Berkeley) %G%
+.\"    @(#)getdirentries.2     6.5 (Berkeley) %G%
 .\"
 .Dd 
 .Dt GETDIRENTRIES 2
 .\"
 .Dd 
 .Dt GETDIRENTRIES 2
-.Os BSD 4.4
+.Os
 .Sh NAME
 .Nm getdirentries
 .Nd "get directory entries in a filesystem independent format"
 .Sh NAME
 .Nm getdirentries
 .Nd "get directory entries in a filesystem independent format"
@@ -113,12 +113,15 @@ or
 .Fa basep
 point outside the allocated address space.
 .It EIO
 .Fa basep
 point outside the allocated address space.
 .It EIO
-An I/O error occurred while reading from or writing to the file system.
+An
+.Tn I/O
+error occurred while reading from or writing to the file system.
 .El
 .Sh SEE ALSO
 .Xr open 2 ,
 .Xr lseek 2
 .Sh HISTORY
 The
 .El
 .Sh SEE ALSO
 .Xr open 2 ,
 .Xr lseek 2
 .Sh HISTORY
 The
-.Nm
-function call is currently under development.
+.Nm getdirentries
+function call is
+.Ud .
index d5501e5..df84206 100644 (file)
@@ -1,13 +1,13 @@
 .\" Copyright (c) 1989, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1989, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
-.\" %sccs.include.redist.man%
+.\" %sccs.include.redist.roff%
 .\"
 .\"
-.\"     @(#)getfh.2    6.3 (Berkeley) %G%
+.\"    @(#)getfh.2     6.4 (Berkeley) %G%
 .\"
 .Dd 
 .Dt GETFH 2
 .\"
 .Dd 
 .Dt GETFH 2
-.Os BSD 4.4
+.Os
 .Sh NAME
 .Nm getfh
 .Nd get file handle
 .Sh NAME
 .Nm getfh
 .Nd get file handle
@@ -59,9 +59,12 @@ Too many symbolic links were encountered in translating
 .Fa Fhp
 points to an invalid address.
 .It Bq EIO
 .Fa Fhp
 points to an invalid address.
 .It Bq EIO
-An I/O error occurred while reading from or writing to the file system.
+An
+.Tn I/O
+error occurred while reading from or writing to the file system.
 .El
 .Sh HISTORY
 The
 .El
 .Sh HISTORY
 The
-.Nm
-function call is currently under development.
+.Nm getfh
+function call is
+.Ud .
index 459e756..0cdb5f2 100644 (file)
@@ -1,13 +1,13 @@
 .\" Copyright (c) 1989, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1989, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
-.\" %sccs.include.redist.man%
+.\" %sccs.include.redist.roff%
 .\"
 .\"
-.\"     @(#)getfsstat.2        6.5 (Berkeley) %G%
+.\"    @(#)getfsstat.2 6.6 (Berkeley) %G%
 .\"
 .Dd 
 .Dt GETFSSTAT 2
 .\"
 .Dd 
 .Dt GETFSSTAT 2
-.Os BSD 4.4
+.Os
 .Sh NAME
 .Nm getfsstat
 .Nd get list of all mounted filesystems
 .Sh NAME
 .Nm getfsstat
 .Nd get list of all mounted filesystems
@@ -94,7 +94,9 @@ fails if one or more of the following are true:
 .Fa Buf
 points to an invalid address.
 .It EIO
 .Fa Buf
 points to an invalid address.
 .It EIO
-An I/O error occurred while reading from or writing to the filesystem.
+An
+.Tn I/O
+error occurred while reading from or writing to the filesystem.
 .El
 .Sh SEE ALSO
 .Xr statfs 2 ,
 .El
 .Sh SEE ALSO
 .Xr statfs 2 ,
@@ -102,5 +104,6 @@ An I/O error occurred while reading from or writing to the filesystem.
 .Xr mount 8
 .Sh HISTORY
 The
 .Xr mount 8
 .Sh HISTORY
 The
-.Nm
-function call is currently under development.
+.Nm getfsstat
+function call is
+.Ud .
index 85a1194..d79b22e 100644 (file)
@@ -1,9 +1,9 @@
 .\" Copyright (c) 1989, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1989, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
-.\" %sccs.include.redist.man%
+.\" %sccs.include.redist.roff%
 .\"
 .\"
-.\"     @(#)getlogin.2 6.2 (Berkeley) %G%
+.\"    @(#)getlogin.2  6.3 (Berkeley) %G%
 .\"
 .Dd 
 .Dt GETLOGIN 2
 .\"
 .Dd 
 .Dt GETLOGIN 2
@@ -44,7 +44,8 @@ of the named user
 If a call to
 .Fn getlogin
 succeeds, it returns a pointer to a null-terminated string in a static buffer.
 If a call to
 .Fn getlogin
 succeeds, it returns a pointer to a null-terminated string in a static buffer.
-If the name has not been set, it returns NULL.
+If the name has not been set, it returns
+.Dv NULL .
 If a call to
 .Fn setlogin
 succeeds, a value of 0 is returned.  If
 If a call to
 .Fn setlogin
 succeeds, a value of 0 is returned.  If
@@ -95,5 +96,6 @@ could not be trusted without checking the user ID.
 Portable programs should probably still make this check.
 .Sh HISTORY
 The
 Portable programs should probably still make this check.
 .Sh HISTORY
 The
-.Nm
-function call is currently under development.
+.Nm getlogin
+function call is
+.Ud .
index 75150d9..72c5a5f 100644 (file)
@@ -1,13 +1,13 @@
 .\" Copyright (c) 1990, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1990, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
-.\" %sccs.include.redist.man%
+.\" %sccs.include.redist.roff%
 .\"
 .\"
-.\"     @(#)mkfifo.2   6.3 (Berkeley) %G%
+.\"    @(#)mkfifo.2    6.4 (Berkeley) %G%
 .\"
 .Dd 
 .Dt MKFIFO 2
 .\"
 .Dd 
 .Dt MKFIFO 2
-.Os BSD 4.4
+.Os
 .Sh NAME
 .Nm mkfifo
 .Nd make a fifo file
 .Sh NAME
 .Nm mkfifo
 .Nd make a fifo file
@@ -76,9 +76,13 @@ containing the directory has been exhausted.
 The user's quota of inodes on the file system on
 which the fifo is being created has been exhausted.
 .It Bq Er EIO
 The user's quota of inodes on the file system on
 which the fifo is being created has been exhausted.
 .It Bq Er EIO
-An I/O error occurred while making the directory entry or allocating the inode.
+An
+.Tn I/O
+error occurred while making the directory entry or allocating the inode.
 .It Bq Er EIO
 .It Bq Er EIO
-An I/O error occurred while reading from or writing to the file system.
+An
+.Tn I/O
+error occurred while reading from or writing to the file system.
 .It Bq Er EFAULT
 .Fa Path
 points outside the process's allocated address space.
 .It Bq Er EFAULT
 .Fa Path
 points outside the process's allocated address space.
@@ -88,6 +92,7 @@ points outside the process's allocated address space.
 .Xr stat 2 ,
 .Xr umask 2
 .Sh STANDARDS
 .Xr stat 2 ,
 .Xr umask 2
 .Sh STANDARDS
-.Fn Mkfifo
-conforms to IEEE Std 1003.1-1988
-.Pq Dq Tn POSIX .
+The
+.Nm mkfifo
+function call conforms to
+.St -p1003.1-88 .
index 75441ac..d462cff 100644 (file)
@@ -1,13 +1,13 @@
 .\" Copyright (c) 1989, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1989, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
-.\" %sccs.include.redist.man%
+.\" %sccs.include.redist.roff%
 .\"
 .\"
-.\"     @(#)nfssvc.2   6.5 (Berkeley) %G%
+.\"    @(#)nfssvc.2    6.6 (Berkeley) %G%
 .\"
 .Dd 
 .Dt NFSSVC 2
 .\"
 .Dd 
 .Dt NFSSVC 2
-.Os BSD 4.4
+.Os
 .Sh NAME
 .Nm nfssvc
 .Nd create a remote NFS server
 .Sh NAME
 .Nm nfssvc
 .Nd create a remote NFS server
@@ -49,5 +49,6 @@ The caller is not the super-user.
 .Xr nfsd 8
 .Sh HISTORY
 The
 .Xr nfsd 8
 .Sh HISTORY
 The
-.Nm
-function call is currently under development.
+.Nm nfssvc
+function call is
+.Ud .
index a7e0003..cd1498a 100644 (file)
@@ -3,13 +3,14 @@
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" Robert Elz at The University of Melbourne.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" Robert Elz at The University of Melbourne.
-.\" %sccs.include.redist.man%
 .\"
 .\"
-.\"     @(#)quotactl.2 6.12 (Berkeley) %G%
+.\" %sccs.include.redist.roff%
+.\"
+.\"    @(#)quotactl.2  6.13 (Berkeley) %G%
 .\"
 .Dd 
 .Dt QUOTACTL 2
 .\"
 .Dd 
 .Dt QUOTACTL 2
-.Os BSD 4.4
+.Os
 .Sh NAME
 .Nm quotactl
 .Nd manipulate filesystem quotas
 .Sh NAME
 .Nm quotactl
 .Nd manipulate filesystem quotas
@@ -151,7 +152,9 @@ In
 .Dv Q_QUOTAON ,
 the quota file resides on a read-only filesystem.
 .It Bq Er EIO
 .Dv Q_QUOTAON ,
 the quota file resides on a read-only filesystem.
 .It Bq Er EIO
-An I/O error occurred while reading from or writing
+An
+.Tn I/O
+error occurred while reading from or writing
 to a file containing quotas.
 .It Bq Er EFAULT
 An invalid
 to a file containing quotas.
 .It Bq Er EFAULT
 An invalid
@@ -179,6 +182,6 @@ and
 .Xr getrlimit 2 .
 .Sh HISTORY
 The
 .Xr getrlimit 2 .
 .Sh HISTORY
 The
-.Nm
+.Nm quotactl
 function call appeared in
 .Bx 4.3 Reno .
 function call appeared in
 .Bx 4.3 Reno .
index cd4df01..3919537 100644 (file)
@@ -1,13 +1,13 @@
 .\" Copyright (c) 1980, 1990 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1980, 1990 The Regents of the University of California.
 .\" All rights reserved.
 .\"
-.\" %sccs.include.redist.man%
+.\" %sccs.include.redist.roff%
 .\"
 .\"
-.\"     @(#)sigaction.2        6.2 (Berkeley) %G%
+.\"    @(#)sigaction.2 6.3 (Berkeley) %G%
 .\"
 .Dd 
 .Dt SIGACTION 2
 .\"
 .Dd 
 .Dt SIGACTION 2
-.Os BSD 4.4
+.Os
 .Sh NAME
 .Nm sigaction
 .Nd software signal facilities
 .Sh NAME
 .Nm sigaction
 .Nd software signal facilities
@@ -270,7 +270,7 @@ or
 .Tl
 .Sh STANDARD
 The
 .Tl
 .Sh STANDARD
 The
-.Fn sigaction
+.Nm sigaction
 function is defined by
 .St -p1003.1-88 .
 The
 function is defined by
 .St -p1003.1-88 .
 The
index 3b2196b..40b0d0e 100644 (file)
@@ -1,13 +1,13 @@
 .\" Copyright (c) 1983, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1983, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
-.\" %sccs.include.redist.man%
+.\" %sccs.include.redist.roff%
 .\"
 .\"
-.\"     @(#)sigprocmask.2      6.3 (Berkeley) %G%
+.\"    @(#)sigprocmask.2       6.4 (Berkeley) %G%
 .\"
 .Dd 
 .Dt SIGPROCMASK 2
 .\"
 .Dd 
 .Dt SIGPROCMASK 2
-.Os BSD 4.4
+.Os
 .Sh NAME
 .Nm sigprocmask
 .Nd manipulate current signal mask
 .Sh NAME
 .Nm sigprocmask
 .Nd manipulate current signal mask
@@ -88,7 +88,7 @@ has a value other than those listed here.
 .Xr sigsuspend 2
 .Sh STANDARDS
 The
 .Xr sigsuspend 2
 .Sh STANDARDS
 The
-.Fn sigprocmask
+.Nm sigprocmask
 function call is expected to
 function call is expected to
-conform to IEEE Std 1003.1-1988
-.Pq Dq Tn POSIX .
+conform to
+.St -p1003.1-88 .
index 50974ba..06e6b52 100644 (file)
@@ -1,13 +1,13 @@
 .\" Copyright (c) 1983, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1983, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
-.\" %sccs.include.redist.man%
+.\" %sccs.include.redist.roff%
 .\"
 .\"
-.\"     @(#)sigsuspend.2       6.2 (Berkeley) %G%
+.\"    @(#)sigsuspend.2        6.3 (Berkeley) %G%
 .\"
 .Dd 
 .Dt SIGSUSPEND 2
 .\"
 .Dd 
 .Dt SIGSUSPEND 2
-.Os BSD 4.4
+.Os
 .Sh NAME
 .Nm sigsuspend
 .Nd atomically release blocked signals and wait for interrupt
 .Sh NAME
 .Nm sigsuspend
 .Nd atomically release blocked signals and wait for interrupt
@@ -48,7 +48,7 @@ set to
 .Xr sigsetops 3
 .Sh STANDARDS
 The
 .Xr sigsetops 3
 .Sh STANDARDS
 The
-.Fn sigsupend
+.Nm sigsupend
 function call
 function call
-conforms to IEEE Std 1003.1-1988
-.Pq Dq Tn POSIX .
+conforms to
+.St -p1003.1-88 .
index a43c8ac..e32d28b 100644 (file)
@@ -1,13 +1,13 @@
 .\" Copyright (c) 1989, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1989, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
-.\" %sccs.include.redist.man%
+.\" %sccs.include.redist.roff%
 .\"
 .\"
-.\"     @(#)statfs.2   6.4 (Berkeley) %G%
+.\"    @(#)statfs.2    6.5 (Berkeley) %G%
 .\"
 .Dd 
 .Dt STATFS 2
 .\"
 .Dd 
 .Dt STATFS 2
-.Os BSD 4.4
+.Os
 .Sh NAME
 .Nm statfs
 .Nd get file system statistics
 .Sh NAME
 .Nm statfs
 .Nd get file system statistics
@@ -99,7 +99,9 @@ or
 .Fa path
 points to an invalid address.
 .It Bq Er EIO
 .Fa path
 points to an invalid address.
 .It Bq Er EIO
-An I/O error occurred while reading from or writing to the file system.
+An
+.Tn I/O
+error occurred while reading from or writing to the file system.
 .El
 .Pp
 .Fn Fstatfs
 .El
 .Pp
 .Fn Fstatfs
@@ -112,9 +114,12 @@ is not a valid open file descriptor.
 .Fa Buf
 points to an invalid address.
 .It Bq Er EIO
 .Fa Buf
 points to an invalid address.
 .It Bq Er EIO
-An I/O error occurred while reading from or writing to the file system.
+An
+.Tn I/O
+error occurred while reading from or writing to the file system.
 .El
 .Sh HISTORY
 The
 .El
 .Sh HISTORY
 The
-.Nm
-function call is currently under development.
+.Nm statfs
+function call is
+.Ud .