Fix even more spelling errors in some more man pages.
This commit is contained in:
+1
-1
@@ -121,7 +121,7 @@ speaker device file
|
|||||||
If one of these variables is set to a locale ending in
|
If one of these variables is set to a locale ending in
|
||||||
.Ql KOI8-R ,
|
.Ql KOI8-R ,
|
||||||
characters with the high-order bit set are being interpreted as
|
characters with the high-order bit set are being interpreted as
|
||||||
cyrillic characters. In all other cases, they are being interpreted
|
Cyrillic characters. In all other cases, they are being interpreted
|
||||||
as belonging to the
|
as belonging to the
|
||||||
.Ql ISO_8859-1
|
.Ql ISO_8859-1
|
||||||
character set.
|
character set.
|
||||||
|
|||||||
@@ -36,14 +36,14 @@
|
|||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
.Nm caesar
|
.Nm caesar
|
||||||
.Nd decrypt caesar cyphers
|
.Nd decrypt caesar ciphers
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm caesar
|
.Nm caesar
|
||||||
.Op Ar rotation
|
.Op Ar rotation
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
The
|
The
|
||||||
.Nm caesar
|
.Nm caesar
|
||||||
utility attempts to decrypt caesar cyphers using English letter frequency
|
utility attempts to decrypt caesar ciphers using English letter frequency
|
||||||
statistics.
|
statistics.
|
||||||
.Nm Caesar
|
.Nm Caesar
|
||||||
reads from the standard input and writes to the standard output.
|
reads from the standard input and writes to the standard output.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
.\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
|
.\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
|
||||||
.\" ----------------------------------------------------------------------------
|
.\" ----------------------------------------------------------------------------
|
||||||
.\"
|
.\"
|
||||||
.\" $Id$
|
.\" $Id: config_open.3,v 1.1 1994/11/13 20:47:44 phk Exp $
|
||||||
.\"
|
.\"
|
||||||
.Dd November 13, 1994
|
.Dd November 13, 1994
|
||||||
.Dt config_open 3
|
.Dt config_open 3
|
||||||
@@ -35,7 +35,7 @@ is '#' are comments which are discarded.
|
|||||||
.It
|
.It
|
||||||
If continuation-lines are enabled, any line starting with a
|
If continuation-lines are enabled, any line starting with a
|
||||||
.Sq isspace()
|
.Sq isspace()
|
||||||
character is joined to the preceeding line and blank lines are discarded.
|
character is joined to the preceding line and blank lines are discarded.
|
||||||
.It
|
.It
|
||||||
An entry starts at the first
|
An entry starts at the first
|
||||||
.Sq !isspace()
|
.Sq !isspace()
|
||||||
|
|||||||
@@ -151,7 +151,7 @@ returns the integer file descriptor associated with the named
|
|||||||
see
|
see
|
||||||
.Xr open 2 .
|
.Xr open 2 .
|
||||||
.Pp
|
.Pp
|
||||||
Sample code which searchs a directory for entry ``name'' is:
|
Sample code which searches a directory for entry ``name'' is:
|
||||||
.Bd -literal -offset indent
|
.Bd -literal -offset indent
|
||||||
len = strlen(name);
|
len = strlen(name);
|
||||||
dirp = opendir(".");
|
dirp = opendir(".");
|
||||||
|
|||||||
@@ -122,7 +122,7 @@ string has within BSD.
|
|||||||
.Sh BUGS
|
.Sh BUGS
|
||||||
The function
|
The function
|
||||||
.Fn getnetgrent
|
.Fn getnetgrent
|
||||||
returns pointers to dynamically allocated data areas that are free'd when
|
returns pointers to dynamically allocated data areas that are freed when
|
||||||
the function
|
the function
|
||||||
.Fn endnetgrent
|
.Fn endnetgrent
|
||||||
is called.
|
is called.
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ particular formula employed is
|
|||||||
r(n+1) = (a * r(n) + c) mod m
|
r(n+1) = (a * r(n) + c) mod m
|
||||||
where the default values are
|
where the default values are
|
||||||
for the multiplicand a = 0xfdeece66d = 25214903917 and
|
for the multiplicand a = 0xfdeece66d = 25214903917 and
|
||||||
the addend c = 0xb = 11. The modul is always fixed at m = 2 ** 48.
|
the addend c = 0xb = 11. The modulo is always fixed at m = 2 ** 48.
|
||||||
r(n) is called the seed of the random number generator.
|
r(n) is called the seed of the random number generator.
|
||||||
.Pp
|
.Pp
|
||||||
For all the six generator routines described next, the first
|
For all the six generator routines described next, the first
|
||||||
|
|||||||
+1
-1
@@ -151,7 +151,7 @@ in the local user's home directory is checked to see if the request for
|
|||||||
service is allowed.
|
service is allowed.
|
||||||
.Pp
|
.Pp
|
||||||
If this file does not exist, is not a regular file, is owned by anyone
|
If this file does not exist, is not a regular file, is owned by anyone
|
||||||
other than the user or the super-user, or is writeable by anyone other
|
other than the user or the super-user, or is writable by anyone other
|
||||||
than the owner, the check automatically fails.
|
than the owner, the check automatically fails.
|
||||||
Zero is returned if the machine name is listed in the
|
Zero is returned if the machine name is listed in the
|
||||||
.Dq Pa hosts.equiv
|
.Dq Pa hosts.equiv
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
.\" $Id$
|
.\" $Id: catopen.3,v 1.1 1995/03/30 12:47:24 jkh Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1994 Winning Strategies, Inc.
|
.\" Copyright (c) 1994 Winning Strategies, Inc.
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
@@ -70,7 +70,7 @@ is set to indicate the error.
|
|||||||
.Sh ERRORS
|
.Sh ERRORS
|
||||||
.Bl -tag -width Er
|
.Bl -tag -width Er
|
||||||
.It Bq Er ENOMEM
|
.It Bq Er ENOMEM
|
||||||
Insufficient memory is availiable.
|
Insufficient memory is available.
|
||||||
.El
|
.El
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr catclose 3 ,
|
.Xr catclose 3 ,
|
||||||
|
|||||||
+2
-2
@@ -808,7 +808,7 @@ A return value of zero means that the mapping does not exist
|
|||||||
or that
|
or that
|
||||||
the
|
the
|
||||||
.SM RPC
|
.SM RPC
|
||||||
system failured to contact the remote
|
system failed to contact the remote
|
||||||
.B portmap
|
.B portmap
|
||||||
service. In the latter case, the global variable
|
service. In the latter case, the global variable
|
||||||
.B rpc_createerr(\|)
|
.B rpc_createerr(\|)
|
||||||
@@ -1487,7 +1487,7 @@ This routine returns
|
|||||||
.SM NULL
|
.SM NULL
|
||||||
if it fails.
|
if it fails.
|
||||||
.IP
|
.IP
|
||||||
This allows the user to specify the maximun packet size for sending and
|
This allows the user to specify the maximum packet size for sending and
|
||||||
receiving
|
receiving
|
||||||
.SM UDP\s0-based
|
.SM UDP\s0-based
|
||||||
.SM RPC messages.
|
.SM RPC messages.
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ rstat: RPC: Port mapper failure - RPC: Timed out
|
|||||||
.IP
|
.IP
|
||||||
The remote host is not running the portmapper (see
|
The remote host is not running the portmapper (see
|
||||||
.BR portmap(8c) ),
|
.BR portmap(8c) ),
|
||||||
and cannot accomodate any RPC-based services. The host may be down.
|
and cannot accommodate any RPC-based services. The host may be down.
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.BR portmap (8c),
|
.BR portmap (8c),
|
||||||
.BR rstat_svc (8c)
|
.BR rstat_svc (8c)
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ The standard
|
|||||||
library provides a simple and efficient buffered stream
|
library provides a simple and efficient buffered stream
|
||||||
.Tn I/O
|
.Tn I/O
|
||||||
interface.
|
interface.
|
||||||
Input and ouput is mapped into logical data streams
|
Input and output is mapped into logical data streams
|
||||||
and the physical
|
and the physical
|
||||||
.Tn I/O
|
.Tn I/O
|
||||||
characteristics are concealed. The functions and macros are listed
|
characteristics are concealed. The functions and macros are listed
|
||||||
@@ -69,7 +69,7 @@ The position indicator is maintained by subsequent reads, writes
|
|||||||
and positioning requests. All input occurs as if the characters
|
and positioning requests. All input occurs as if the characters
|
||||||
were read by successive calls to the
|
were read by successive calls to the
|
||||||
.Xr fgetc 3
|
.Xr fgetc 3
|
||||||
function; all ouput takes place as if all characters were
|
function; all output takes place as if all characters were
|
||||||
read by successive calls to the
|
read by successive calls to the
|
||||||
.Xr fputc 3
|
.Xr fputc 3
|
||||||
function.
|
function.
|
||||||
@@ -77,7 +77,7 @@ function.
|
|||||||
A file is disassociated from a stream by
|
A file is disassociated from a stream by
|
||||||
.Em closing
|
.Em closing
|
||||||
the file.
|
the file.
|
||||||
Ouput streams are flushed (any unwritten buffer contents are transferred
|
Output streams are flushed (any unwritten buffer contents are transferred
|
||||||
to the host environment) before the stream is disassociated from the file.
|
to the host environment) before the stream is disassociated from the file.
|
||||||
The value of a pointer to a
|
The value of a pointer to a
|
||||||
.Dv FILE
|
.Dv FILE
|
||||||
|
|||||||
@@ -124,7 +124,7 @@ returns an
|
|||||||
.Dv EOF
|
.Dv EOF
|
||||||
when the argument list is exhausted, or a non-recognized
|
when the argument list is exhausted, or a non-recognized
|
||||||
option is encountered.
|
option is encountered.
|
||||||
The interpretation of options in the argument list may be cancelled
|
The interpretation of options in the argument list may be canceled
|
||||||
by the option
|
by the option
|
||||||
.Ql --
|
.Ql --
|
||||||
(double dash) which causes
|
(double dash) which causes
|
||||||
|
|||||||
@@ -118,7 +118,7 @@ and scan it for flags.
|
|||||||
Flags are single letters, uppercase means on, lowercase means off.
|
Flags are single letters, uppercase means on, lowercase means off.
|
||||||
.Bl -tag -width indent
|
.Bl -tag -width indent
|
||||||
.It A
|
.It A
|
||||||
``abort'' malloc will coredump the process, rather that tollerate failure.
|
``abort'' malloc will coredump the process, rather than tolerate failure.
|
||||||
This is a very handy debugging aid, since the core file will represent the
|
This is a very handy debugging aid, since the core file will represent the
|
||||||
time of failure,
|
time of failure,
|
||||||
rather than when the NULL pointer was accessed.
|
rather than when the NULL pointer was accessed.
|
||||||
@@ -138,12 +138,12 @@ This can substantially aid in compacting memory.
|
|||||||
|
|
||||||
.It Z
|
.It Z
|
||||||
``zero'' fill some junk into the area allocated (see ``J''),
|
``zero'' fill some junk into the area allocated (see ``J''),
|
||||||
except for the exact length the user asked for, which is zerod.
|
except for the exact length the user asked for, which is zeroed.
|
||||||
|
|
||||||
.El
|
.El
|
||||||
.Pp
|
.Pp
|
||||||
The ``J'' and ``Z'' is mostly for testing and debugging,
|
The ``J'' and ``Z'' is mostly for testing and debugging,
|
||||||
if a program changes behaviour if either of these options are used,
|
if a program changes behavior if either of these options are used,
|
||||||
it is buggy.
|
it is buggy.
|
||||||
.Sh RETURN VALUES
|
.Sh RETURN VALUES
|
||||||
The
|
The
|
||||||
@@ -177,7 +177,7 @@ attached to a 20bit binary challenged computer built with discrete germanium
|
|||||||
transistors, and it has since graduated to handle primary storage rather than
|
transistors, and it has since graduated to handle primary storage rather than
|
||||||
secondary.
|
secondary.
|
||||||
.Pp
|
.Pp
|
||||||
The main difference from other malloc implementations are belived to be that
|
The main difference from other malloc implementations are believed to be that
|
||||||
the free pages are not accessed until allocated.
|
the free pages are not accessed until allocated.
|
||||||
Most malloc implementations will store a data structure containing a,
|
Most malloc implementations will store a data structure containing a,
|
||||||
possibly double-, linked list in the free chunks of memory, used to tie
|
possibly double-, linked list in the free chunks of memory, used to tie
|
||||||
@@ -188,4 +188,4 @@ likely paged out, pages get faulted into primary memory, just to see what
|
|||||||
lies after them in the list.
|
lies after them in the list.
|
||||||
.Pp
|
.Pp
|
||||||
On systems which are paging, this can make a factor five in difference on the
|
On systems which are paging, this can make a factor five in difference on the
|
||||||
pagefaults of a process.
|
page-faults of a process.
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ lexicographically compares the null-terminated strings
|
|||||||
.Fa s1
|
.Fa s1
|
||||||
and
|
and
|
||||||
.Fa s2
|
.Fa s2
|
||||||
according to the current locale collation if any, otherwith call
|
according to the current locale collation if any, otherwise call
|
||||||
.Fa strcmp ,
|
.Fa strcmp ,
|
||||||
and returns an integer greater than, equal to, or less than 0,
|
and returns an integer greater than, equal to, or less than 0,
|
||||||
according as
|
according as
|
||||||
|
|||||||
@@ -48,14 +48,14 @@
|
|||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
The
|
The
|
||||||
.Fn strxfrm
|
.Fn strxfrm
|
||||||
function transform null-terminating string pointed by
|
function transforms a null-terminated string pointed to by
|
||||||
.Fa src
|
.Fa src
|
||||||
according to the current locale collation if any,
|
according to the current locale collation if any,
|
||||||
then copied not more than
|
then copies not more than
|
||||||
.Fa n-1
|
.Fa n-1
|
||||||
characters of the result string into
|
characters of the resulting string into
|
||||||
.Fa dst ,
|
.Fa dst ,
|
||||||
ending it whith null character and return result length.
|
terminating it with a null character and then returns the resulting length.
|
||||||
Comparing two strings using
|
Comparing two strings using
|
||||||
.Fn strcmp
|
.Fn strcmp
|
||||||
after
|
after
|
||||||
@@ -64,7 +64,7 @@ is equal to comparing
|
|||||||
two original strings with
|
two original strings with
|
||||||
.Fn strcoll .
|
.Fn strcoll .
|
||||||
.Sh BUGS
|
.Sh BUGS
|
||||||
Sometimes biheviour of this function is unpredicatable.
|
Sometimes the behavior of this function is unpredictable.
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr setlocale 3 ,
|
.Xr setlocale 3 ,
|
||||||
.Xr strcmp 3 ,
|
.Xr strcmp 3 ,
|
||||||
|
|||||||
@@ -344,7 +344,7 @@ syscall is assembled to
|
|||||||
.Fn _thread_sys_fcntl
|
.Fn _thread_sys_fcntl
|
||||||
and
|
and
|
||||||
.Fn fcntl
|
.Fn fcntl
|
||||||
is implemented as a function which disables thread resheduling, locks
|
is implemented as a function which disables thread rescheduling, locks
|
||||||
.Va fd
|
.Va fd
|
||||||
for read and write, then calls
|
for read and write, then calls
|
||||||
.Fn _thread_sys_fcntl .
|
.Fn _thread_sys_fcntl .
|
||||||
@@ -352,7 +352,7 @@ Before returning,
|
|||||||
.Fn fcntl
|
.Fn fcntl
|
||||||
unlocks
|
unlocks
|
||||||
.Va fd
|
.Va fd
|
||||||
and enables thread resheduling.
|
and enables thread rescheduling.
|
||||||
.Sh RETURN VALUES
|
.Sh RETURN VALUES
|
||||||
Upon successful completion, the value returned depends on
|
Upon successful completion, the value returned depends on
|
||||||
.Fa cmd
|
.Fa cmd
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ The
|
|||||||
.Fn getpgrp
|
.Fn getpgrp
|
||||||
function conforms to IEEE Std 1003.1-1988
|
function conforms to IEEE Std 1003.1-1988
|
||||||
.Pq Dq Tn POSIX .
|
.Pq Dq Tn POSIX .
|
||||||
.Sh COMPATABILITY
|
.Sh COMPATIBILITY
|
||||||
This version of
|
This version of
|
||||||
.Fn getpgrp
|
.Fn getpgrp
|
||||||
differs from past Berkeley versions by not taking a
|
differs from past Berkeley versions by not taking a
|
||||||
|
|||||||
+1
-1
@@ -85,7 +85,7 @@ Pipes are really a special case of the
|
|||||||
call and, in fact, are implemented as such in the system.
|
call and, in fact, are implemented as such in the system.
|
||||||
.Pp
|
.Pp
|
||||||
The bidirectional nature of this implementation of pipes is not
|
The bidirectional nature of this implementation of pipes is not
|
||||||
portable to older systems, so it is reccomended to use the convention
|
portable to older systems, so it is recommended to use the convention
|
||||||
for using the endpoints in the traditional manner when using a
|
for using the endpoints in the traditional manner when using a
|
||||||
pipe in one direction.
|
pipe in one direction.
|
||||||
.Sh RETURN VALUES
|
.Sh RETURN VALUES
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" $Id$
|
.\" $Id: semctl.2,v 1.1 1995/10/03 19:17:17 joerg Exp $
|
||||||
.\"
|
.\"
|
||||||
.Dd September 12, 1995
|
.Dd September 12, 1995
|
||||||
.Dt SEMCTL 2
|
.Dt SEMCTL 2
|
||||||
@@ -88,11 +88,11 @@ or
|
|||||||
or it must have superuser privileges.
|
or it must have superuser privileges.
|
||||||
.It IPC_RMID
|
.It IPC_RMID
|
||||||
Immediately removes the semaphore set from the system. The calling
|
Immediately removes the semaphore set from the system. The calling
|
||||||
process's effictive uid must equal the semaphore set's
|
process's effective uid must equal the semaphore set's
|
||||||
.Fa sem_perm.uid
|
.Fa sem_perm.uid
|
||||||
or
|
or
|
||||||
.Fa sem_perm.cuid ,
|
.Fa sem_perm.cuid ,
|
||||||
or the process must have superuser priviliges.
|
or the process must have superuser privileges.
|
||||||
.It Dv GETVAL
|
.It Dv GETVAL
|
||||||
Return the value of semaphore number
|
Return the value of semaphore number
|
||||||
.Fa semnum .
|
.Fa semnum .
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" $Id$
|
.\" $Id: semop.2,v 1.1 1995/10/03 19:17:19 joerg Exp $
|
||||||
.\"
|
.\"
|
||||||
.Dd September 22, 1995
|
.Dd September 22, 1995
|
||||||
.Dt SEMOP 2
|
.Dt SEMOP 2
|
||||||
@@ -114,7 +114,7 @@ value, one of the following happens:
|
|||||||
.\" XXX a *second* sublist?
|
.\" XXX a *second* sublist?
|
||||||
.Bl -bullet
|
.Bl -bullet
|
||||||
.It
|
.It
|
||||||
If IPC_NOWAIT was specifed, then
|
If IPC_NOWAIT was specified, then
|
||||||
.Fn semop
|
.Fn semop
|
||||||
returns immediately with a return value of EAGAIN.
|
returns immediately with a return value of EAGAIN.
|
||||||
.It
|
.It
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" $Id$
|
.\" $Id: shmat.2,v 1.1 1995/10/03 19:17:20 joerg Exp $
|
||||||
.\"
|
.\"
|
||||||
.Dd August 2, 1995
|
.Dd August 2, 1995
|
||||||
.Dt SHMAT 2
|
.Dt SHMAT 2
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
.Fn "shmdt" "void *addr"
|
.Fn "shmdt" "void *addr"
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
.Fn Shmat
|
.Fn Shmat
|
||||||
attaches the shared memory segment identifed by
|
attaches the shared memory segment identified by
|
||||||
.Fa shmid
|
.Fa shmid
|
||||||
to the calling process's address space. The address where the segment
|
to the calling process's address space. The address where the segment
|
||||||
is attached is determined as follows:
|
is attached is determined as follows:
|
||||||
@@ -59,7 +59,7 @@ kernel.
|
|||||||
.It
|
.It
|
||||||
If
|
If
|
||||||
.Fa addr
|
.Fa addr
|
||||||
is nonzero and SHM_RND is not specifed in
|
is nonzero and SHM_RND is not specified in
|
||||||
.Fa flag ,
|
.Fa flag ,
|
||||||
the segment is attached the specified address.
|
the segment is attached the specified address.
|
||||||
.It
|
.It
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" $Id$
|
.\" $Id: shmctl.2,v 1.1 1995/10/03 19:17:21 joerg Exp $
|
||||||
.\"
|
.\"
|
||||||
.Dd July 17, 1995
|
.Dd July 17, 1995
|
||||||
.Dt SHMCTL 2
|
.Dt SHMCTL 2
|
||||||
@@ -76,13 +76,13 @@ to succeed, the calling process's effective uid must match
|
|||||||
.Fa shm_perm.uid
|
.Fa shm_perm.uid
|
||||||
or
|
or
|
||||||
.Fa shm_perm.cuid ,
|
.Fa shm_perm.cuid ,
|
||||||
or the process must have superuser privilges.
|
or the process must have superuser privileges.
|
||||||
.\" .It Dv SHM_LOCK
|
.\" .It Dv SHM_LOCK
|
||||||
.\" Locks the segment in memory. The calling process must have
|
.\" Locks the segment in memory. The calling process must have
|
||||||
.\" superuser privileges. Not implemented in FreeBSD.
|
.\" superuser privileges. Not implemented in FreeBSD.
|
||||||
.\" .It Dv SHM_UNLOCK
|
.\" .It Dv SHM_UNLOCK
|
||||||
.\" Unlocks the segment from memory. The calling process must
|
.\" Unlocks the segment from memory. The calling process must
|
||||||
.\" have superuser priviliges. Not implemented in FreeBSD.
|
.\" have superuser privileges. Not implemented in FreeBSD.
|
||||||
.El
|
.El
|
||||||
.Pp
|
.Pp
|
||||||
The
|
The
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" $Id$
|
.\" $Id: shmget.2,v 1.1 1995/10/03 19:17:21 joerg Exp $
|
||||||
.\"
|
.\"
|
||||||
.Dd July 3, 1995
|
.Dd July 3, 1995
|
||||||
.Dt SHMGET 2
|
.Dt SHMGET 2
|
||||||
@@ -116,7 +116,7 @@ will fail if:
|
|||||||
.\"
|
.\"
|
||||||
.It Bq Er EINVAL
|
.It Bq Er EINVAL
|
||||||
Size specified is greater than the size of the previously existing segment.
|
Size specified is greater than the size of the previously existing segment.
|
||||||
Size specified is less than the system imposed minumum, or greater than
|
Size specified is less than the system imposed minimum, or greater than
|
||||||
the system imposed maximum.
|
the system imposed maximum.
|
||||||
.It Bq Er ENOENT
|
.It Bq Er ENOENT
|
||||||
No shared memory segment was found matching
|
No shared memory segment was found matching
|
||||||
|
|||||||
+1
-1
@@ -258,7 +258,7 @@ depend on the time stamps being contiguous (in calls to
|
|||||||
Applying
|
Applying
|
||||||
.Xr fstat
|
.Xr fstat
|
||||||
to a socket (and thus to a pipe)
|
to a socket (and thus to a pipe)
|
||||||
returns a zero'd buffer,
|
returns a zeroed buffer,
|
||||||
except for the blocksize field,
|
except for the blocksize field,
|
||||||
and a unique device and inode number.
|
and a unique device and inode number.
|
||||||
.Sh STANDARDS
|
.Sh STANDARDS
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
.Op options
|
.Op options
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
.Nm Comcontrol
|
.Nm Comcontrol
|
||||||
is used to examine and modify some of the special characterstics
|
is used to examine and modify some of the special characteristics
|
||||||
of the specified sio device.
|
of the specified sio device.
|
||||||
If no arguments other than the device are specified,
|
If no arguments other than the device are specified,
|
||||||
it prints the settings of all controllable characteristics.
|
it prints the settings of all controllable characteristics.
|
||||||
|
|||||||
+3
-3
@@ -3,7 +3,7 @@
|
|||||||
.\".Os BSD 4
|
.\".Os BSD 4
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
.Nm fdisk
|
.Nm fdisk
|
||||||
.Nd DOS partition maintainance program
|
.Nd DOS partition maintenance program
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm
|
.Nm
|
||||||
.Op Fl i
|
.Op Fl i
|
||||||
@@ -136,7 +136,7 @@ When you are done with a partition,
|
|||||||
.Nm
|
.Nm
|
||||||
will display it and ask if it is correct.
|
will display it and ask if it is correct.
|
||||||
.Nm
|
.Nm
|
||||||
will then procede to the next entry.
|
will then proceed to the next entry.
|
||||||
.Pp
|
.Pp
|
||||||
Getting the
|
Getting the
|
||||||
.Em cyl, sector,
|
.Em cyl, sector,
|
||||||
@@ -176,7 +176,7 @@ The automatic calculation of starting cylinder etc. uses
|
|||||||
a set of figures that represent what the BIOS thinks is the
|
a set of figures that represent what the BIOS thinks is the
|
||||||
geometry of the drive.
|
geometry of the drive.
|
||||||
These figures are by default taken from the incore disklabel,
|
These figures are by default taken from the incore disklabel,
|
||||||
but the program initially gives you an oportunity to change them.
|
but the program initially gives you an opportunity to change them.
|
||||||
This allows the user to create a bootblock that can work with drives
|
This allows the user to create a bootblock that can work with drives
|
||||||
that use geometry translation under the BIOS.
|
that use geometry translation under the BIOS.
|
||||||
.Pp
|
.Pp
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
.Op options
|
.Op options
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
.Nm Comcontrol
|
.Nm Comcontrol
|
||||||
is used to examine and modify some of the special characterstics
|
is used to examine and modify some of the special characteristics
|
||||||
of the specified sio device.
|
of the specified sio device.
|
||||||
If no arguments other than the device are specified,
|
If no arguments other than the device are specified,
|
||||||
it prints the settings of all controllable characteristics.
|
it prints the settings of all controllable characteristics.
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
.\".Os BSD 4
|
.\".Os BSD 4
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
.Nm fdisk
|
.Nm fdisk
|
||||||
.Nd DOS partition maintainance program
|
.Nd DOS partition maintenance program
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm
|
.Nm
|
||||||
.Op Fl i
|
.Op Fl i
|
||||||
@@ -136,7 +136,7 @@ When you are done with a partition,
|
|||||||
.Nm
|
.Nm
|
||||||
will display it and ask if it is correct.
|
will display it and ask if it is correct.
|
||||||
.Nm
|
.Nm
|
||||||
will then procede to the next entry.
|
will then proceed to the next entry.
|
||||||
.Pp
|
.Pp
|
||||||
Getting the
|
Getting the
|
||||||
.Em cyl, sector,
|
.Em cyl, sector,
|
||||||
@@ -176,7 +176,7 @@ The automatic calculation of starting cylinder etc. uses
|
|||||||
a set of figures that represent what the BIOS thinks is the
|
a set of figures that represent what the BIOS thinks is the
|
||||||
geometry of the drive.
|
geometry of the drive.
|
||||||
These figures are by default taken from the incore disklabel,
|
These figures are by default taken from the incore disklabel,
|
||||||
but the program initially gives you an oportunity to change them.
|
but the program initially gives you an opportunity to change them.
|
||||||
This allows the user to create a bootblock that can work with drives
|
This allows the user to create a bootblock that can work with drives
|
||||||
that use geometry translation under the BIOS.
|
that use geometry translation under the BIOS.
|
||||||
.Pp
|
.Pp
|
||||||
|
|||||||
Reference in New Issue
Block a user