mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 02:32:47 +00:00
comma typos
This commit is contained in:
parent
8df71a5a7d
commit
13608f6661
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=20888
@ -30,7 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" From: @(#)inet.3 8.1 (Berkeley) 6/4/93
|
||||
.\" $Id$
|
||||
.\" $Id: inet.3,v 1.2 1996/06/17 20:01:05 wollman Exp $
|
||||
.\"
|
||||
.Dd June 17, 1996
|
||||
.Dt INET 3
|
||||
@ -185,7 +185,7 @@ for malformed requests.
|
||||
.Xr gethostbyname 3 ,
|
||||
.Xr getnetent 3 ,
|
||||
.Xr hosts 5 ,
|
||||
.Xr networks 5 ,
|
||||
.Xr networks 5
|
||||
.Sh HISTORY
|
||||
These
|
||||
functions appeared in
|
||||
|
@ -30,6 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)ns.3 8.1 (Berkeley) 6/4/93
|
||||
.\" $Id$
|
||||
.\"
|
||||
.Dd June 4, 1993
|
||||
.Dt NS 3
|
||||
@ -112,7 +113,7 @@ None. (See
|
||||
.Sx BUGS . )
|
||||
.Sh SEE ALSO
|
||||
.Xr hosts 5 ,
|
||||
.Xr networks 5 ,
|
||||
.Xr networks 5
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn ns_addr
|
||||
|
@ -34,6 +34,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)calloc.3 8.1 (Berkeley) 6/4/93
|
||||
.\" $Id$
|
||||
.\"
|
||||
.Dd June 4, 1993
|
||||
.Dt CALLOC 3
|
||||
@ -60,9 +61,9 @@ function returns
|
||||
a pointer to the
|
||||
the allocated space if successful; otherwise a null pointer is returned.
|
||||
.Sh SEE ALSO
|
||||
.Xr malloc 3 ,
|
||||
.Xr realloc 3 ,
|
||||
.Xr free 3 ,
|
||||
.Xr malloc 3 ,
|
||||
.Xr realloc 3
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn calloc
|
||||
|
@ -30,6 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)memory.3 8.1 (Berkeley) 6/4/93
|
||||
.\" $Id$
|
||||
.\"
|
||||
.Dd June 4, 1993
|
||||
.Dt MEMORY 3
|
||||
@ -58,11 +59,11 @@ These functions allocate and free memory for the calling process.
|
||||
They are described in the
|
||||
individual manual pages.
|
||||
.Sh SEE ALSO
|
||||
.Xr alloca 3 ,
|
||||
.Xr calloc 3 ,
|
||||
.Xr free 3 ,
|
||||
.Xr malloc 3 ,
|
||||
.Xr realloc 3 ,
|
||||
.Xr alloca 3 ,
|
||||
.Xr realloc 3
|
||||
.Sh STANDARDS
|
||||
These functions, with the exception of
|
||||
.Fn alloca
|
||||
|
@ -30,6 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)mincore.2 8.1 (Berkeley) 6/9/93
|
||||
.\" $Id$
|
||||
.\"
|
||||
.Dd June 9, 1993
|
||||
.Dt MINCORE 2
|
||||
@ -53,10 +54,10 @@ in the character array
|
||||
with a value of 1 meaning
|
||||
that the page is in-core.
|
||||
.Sh SEE ALSO
|
||||
.Xr msync 2 ,
|
||||
.Xr munmap 2 ,
|
||||
.Xr mprotect 2 ,
|
||||
.Xr madvise 2 ,
|
||||
.Xr mprotect 2 ,
|
||||
.Xr msync 2 ,
|
||||
.Xr munmap 2
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn mincore
|
||||
|
@ -30,6 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)readlink.2 8.1 (Berkeley) 6/4/93
|
||||
.\" $Id$
|
||||
.\"
|
||||
.Dd June 4, 1993
|
||||
.Dt READLINK 2
|
||||
@ -86,10 +87,10 @@ An I/O error occurred while reading from the file system.
|
||||
extends outside the process's allocated address space.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr stat 2 ,
|
||||
.Xr lstat 2 ,
|
||||
.Xr symlink 2
|
||||
.Xr symlink 7 ,
|
||||
.Xr stat 2 ,
|
||||
.Xr symlink 2 ,
|
||||
.Xr symlink 7
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn readlink
|
||||
|
@ -30,6 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)vfork.2 8.1 (Berkeley) 6/4/93
|
||||
.\" $Id$
|
||||
.\"
|
||||
.Dd June 4, 1993
|
||||
.Dt VFORK 2
|
||||
@ -89,10 +90,10 @@ it is wrong to call
|
||||
.Xr exit 3
|
||||
since buffered data would then be flushed twice.)
|
||||
.Sh SEE ALSO
|
||||
.Xr fork 2 ,
|
||||
.Xr execve 2 ,
|
||||
.Xr fork 2 ,
|
||||
.Xr sigvec 2 ,
|
||||
.Xr wait 2 ,
|
||||
.Xr wait 2
|
||||
.Sh DIAGNOSTICS
|
||||
Same as for
|
||||
.Xr fork 2 .
|
||||
|
@ -30,6 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)atan2.3 8.1 (Berkeley) 6/4/93
|
||||
.\" $Id$
|
||||
.\"
|
||||
.Dd June 4, 1993
|
||||
.Dt ATAN2 3
|
||||
@ -176,11 +177,11 @@ r := \(sr(x\(**x+y\(**y);\0\0if r = 0 then x := copysign(1,x);
|
||||
.Xr atan 3 ,
|
||||
.Xr cos 3 ,
|
||||
.Xr cosh 3 ,
|
||||
.Xr math 3 ,
|
||||
.Xr sin 3 ,
|
||||
.Xr sinh 3 ,
|
||||
.Xr tan 3 ,
|
||||
.Xr tanh 3 ,
|
||||
.Xr math 3 ,
|
||||
.Xr tanh 3
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn atan2
|
||||
|
@ -30,7 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)atan2.3 5.1 (Berkeley) 5/2/91
|
||||
.\" $Id: atan2.3,v 1.1.1.1 1994/08/19 09:39:41 jkh Exp $
|
||||
.\" $Id: atan2.3,v 1.2 1995/03/01 05:05:34 jkh Exp $
|
||||
.\"
|
||||
.Dd May 2, 1991
|
||||
.Dt ATAN2 3
|
||||
@ -184,11 +184,11 @@ r := \(sr(x\(**x+y\(**y);\0\0if r = 0 then x := copysign(1,x);
|
||||
.Xr atan 3 ,
|
||||
.Xr cos 3 ,
|
||||
.Xr cosh 3 ,
|
||||
.Xr math 3 ,
|
||||
.Xr sin 3 ,
|
||||
.Xr sinh 3 ,
|
||||
.Xr tan 3 ,
|
||||
.Xr tanh 3 ,
|
||||
.Xr math 3 ,
|
||||
.Xr tanh 3
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn atan2
|
||||
|
@ -30,6 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)dumplfs.8 8.1 (Berkeley) 6/18/93
|
||||
.\" $Id$
|
||||
.\"
|
||||
.Dd June 18, 1993
|
||||
.Dt DUMPLFS 8
|
||||
@ -48,10 +49,10 @@ The listing is very long and detailed.
|
||||
This command is useful mostly for finding out certain file system
|
||||
information such as the file system block size.
|
||||
.Sh SEE ALSO
|
||||
.Xr fs 5 ,
|
||||
.Xr disktab 5 ,
|
||||
.Xr fs 5 ,
|
||||
.Xr disklabel 8 ,
|
||||
.Xr newlfs 8 ,
|
||||
.Xr newlfs 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm dumplfs
|
||||
|
@ -34,7 +34,7 @@
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $Id: mount_std.8,v 1.3 1996/08/23 00:56:27 mpp Exp $
|
||||
.\" $Id: mount_std.8,v 1.4 1996/12/14 22:58:37 mpp Exp $
|
||||
.\"
|
||||
.Dd May 13, 1996
|
||||
.Dt MOUNT_STD 8
|
||||
@ -142,12 +142,12 @@ loadable module for it was found.
|
||||
.Xr mount 2 ,
|
||||
.Xr unmount 2 ,
|
||||
.Xr getvfsbyname 3 ,
|
||||
.Xr devfs 5
|
||||
.Xr fdesc 5
|
||||
.Xr devfs 5 ,
|
||||
.Xr fdesc 5 ,
|
||||
.Xr fstab 5 ,
|
||||
.Xr kernfs 5
|
||||
.Xr procfs 5
|
||||
.Xr mount 8 ,
|
||||
.Xr kernfs 5 ,
|
||||
.Xr procfs 5 ,
|
||||
.Xr mount 8
|
||||
.Sh CAVEATS
|
||||
None of the ``standard'' filesystems may be NFS-exported.
|
||||
.Sh HISTORY
|
||||
|
@ -30,6 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)login.1 8.1 (Berkeley) 6/9/93
|
||||
.\" $Id$
|
||||
.\"
|
||||
.Dd June 9, 1993
|
||||
.Dt LOGIN 1
|
||||
@ -158,8 +159,8 @@ makes login quieter
|
||||
.Xr fbtab 5 ,
|
||||
.Xr login.access 5 ,
|
||||
.Xr utmp 5 ,
|
||||
.Xr environ 7
|
||||
.Xr nologin 8 ,
|
||||
.Xr environ 7 ,
|
||||
.Xr nologin 8
|
||||
.Sh HISTORY
|
||||
A
|
||||
.Nm login
|
||||
|
@ -30,6 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)w.1 8.1 (Berkeley) 6/6/93
|
||||
.\" $Id$
|
||||
.\"
|
||||
.Dd June 6, 1993
|
||||
.Dt W 1
|
||||
@ -91,7 +92,7 @@ list of users on the system
|
||||
.Xr who 1 ,
|
||||
.Xr finger 1 ,
|
||||
.Xr ps 1 ,
|
||||
.Xr uptime 1 ,
|
||||
.Xr uptime 1
|
||||
.Sh BUGS
|
||||
The notion of the
|
||||
.Dq current process
|
||||
|
@ -29,6 +29,7 @@
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $Id$
|
||||
.\"
|
||||
.Dd May 22, 1995
|
||||
.Dt KERNBB 8
|
||||
@ -58,7 +59,7 @@ the default system
|
||||
the default memory
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr cc 1 ,
|
||||
.Xr cc 1
|
||||
.Sh AUTHORS
|
||||
The
|
||||
.Nm
|
||||
|
@ -34,6 +34,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)keycap.5, 3.00, Last Edit-Date: [Sun Jan 2 13:45:59 1994]
|
||||
.\" $Id$
|
||||
.\"
|
||||
.Dd January 3, 1993
|
||||
.Dt KEYCAP 5
|
||||
@ -110,7 +111,7 @@ File containing keyboard mapping descriptions.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr kcon 1 ,
|
||||
.Xr keycap 3 ,
|
||||
.Xr keycap 3
|
||||
.Sh EXAMPLES
|
||||
The entry
|
||||
.Dq Li l1#60
|
||||
@ -127,7 +128,3 @@ binds the control character EOT (0x04) to the key number 100.
|
||||
The entry
|
||||
.Dq Li K100=\e000
|
||||
binds the control character NUL (0x00) to the key number 100.
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $Id: quot.8,v 1.2 1995/11/03 15:21:02 peter Exp $
|
||||
.\" $Id: quot.8,v 1.3 1996/01/30 13:50:19 mpp Exp $
|
||||
.\"
|
||||
.Dd February 8, 1994
|
||||
.Dt QUOT 8
|
||||
@ -94,7 +94,7 @@ ncheck does not exist in FreeBSD.. :-)
|
||||
.Xr quota 1 ,
|
||||
.Xr getmntinfo 3 ,
|
||||
.Xr fstab 5 ,
|
||||
.Xr mount 8 ,
|
||||
.Xr mount 8
|
||||
.Sh HISTORY
|
||||
This implementation of
|
||||
.Nm quot
|
||||
|
Loading…
Reference in New Issue
Block a user