View | Details | Raw Unified | Return to bug 75577
Collapse All | Expand All

(-)./login_class.3 (-1 lines)
Lines 61-67 Link Here
61
sets various class context values (resource limits, umask and
61
sets various class context values (resource limits, umask and
62
process priorities) based on values for a specific named class.
62
process priorities) based on values for a specific named class.
63
.Pp
63
.Pp
64
The function
65
.Fn setusercontext
64
.Fn setusercontext
66
function sets class context values based on a given login_cap_t
65
function sets class context values based on a given login_cap_t
67
object and a specific passwd record (if login_cap_t is NULL),
66
object and a specific passwd record (if login_cap_t is NULL),
(-)./login_ok.3 (-1 / +1 lines)
Lines 55-61 Link Here
55
An empty
55
An empty
56
.Em ttys.allow
56
.Em ttys.allow
57
list (or if no such capability exists for
57
list (or if no such capability exists for
58
the give login class) logins via any tty device are allowed unless
58
the given login class) logins via any tty device are allowed unless
59
the
59
the
60
.Em ttys.deny
60
.Em ttys.deny
61
list exists and is non-empty, and the device or its
61
list exists and is non-empty, and the device or its
(-)./mbrune.3 (-4 / +3 lines)
Lines 64-70 Link Here
64
The
64
The
65
.Fn mbrune
65
.Fn mbrune
66
function locates the first occurrence of
66
function locates the first occurrence of
67
.Fn rune
67
.Fa rune
68
in the string pointed to by
68
in the string pointed to by
69
.Ar string .
69
.Ar string .
70
The terminating
70
The terminating
Lines 126-139 Link Here
126
The
126
The
127
.Fn mbrrune
127
.Fn mbrrune
128
function
128
function
129
returns a pointer to the character, or
129
returns a pointer to the located character, or
130
.Dv NULL
130
.Dv NULL
131
if the character does not appear in the string.
131
if the character does not appear in the string.
132
.Pp
132
.Pp
133
The
133
The
134
.Fn mbmb
134
.Fn mbmb
135
function
135
function
136
returns a pointer to the
136
returns a pointer to the located
137
.Fa pattern ,
137
.Fa pattern ,
138
or
138
or
139
.Dv NULL
139
.Dv NULL
Lines 141-147 Link Here
141
.Fa pattern
141
.Fa pattern
142
does not appear in the string.
142
does not appear in the string.
143
.Sh "SEE ALSO
143
.Sh "SEE ALSO
144
.Xr mbrune 3 ,
145
.Xr rune 3 ,
144
.Xr rune 3 ,
146
.Xr setlocale 3 ,
145
.Xr setlocale 3 ,
147
.Xr euc 4 ,
146
.Xr euc 4 ,
(-)./ncurses.3 (-5 / +2 lines)
Lines 103-109 Link Here
103
routines are \fBmove\fR and \fBaddch\fR.  More general versions of
103
routines are \fBmove\fR and \fBaddch\fR.  More general versions of
104
these routines are included with names beginning with \fBw\fR,
104
these routines are included with names beginning with \fBw\fR,
105
allowing the user to specify a window.  The routines not beginning
105
allowing the user to specify a window.  The routines not beginning
106
with \fBw\fR affect \fBstdscr\fR.)
106
with \fBw\fR affect \fBstdscr\fR.
107
107
108
After using routines to manipulate a window, \fBrefresh\fR is called,
108
After using routines to manipulate a window, \fBrefresh\fR is called,
109
telling \fBcurses\fR to make the user's CRT screen look like
109
telling \fBcurses\fR to make the user's CRT screen look like
Lines 159-165 Link Here
159
which is used for certain low-level operations like clearing and redrawing a
159
which is used for certain low-level operations like clearing and redrawing a
160
screen containing garbage.  The \fBcurscr\fR can be used in only a few
160
screen containing garbage.  The \fBcurscr\fR can be used in only a few
161
routines.
161
routines.
162
163
.SS Routine and Argument Names
162
.SS Routine and Argument Names
164
Many \fBcurses\fR routines have two or more versions.  The routines prefixed
163
Many \fBcurses\fR routines have two or more versions.  The routines prefixed
165
with \fBw\fR require a window argument.  The routines prefixed with \fBp\fR
164
with \fBw\fR require a window argument.  The routines prefixed with \fBp\fR
Lines 186-192 Link Here
186
\fBchtype\fR.  The types \fBWINDOW\fR, \fBSCREEN\fR, \fBbool\fR, and
185
\fBchtype\fR.  The types \fBWINDOW\fR, \fBSCREEN\fR, \fBbool\fR, and
187
\fBchtype\fR are defined in \fB<curses.h>\fR.  The type \fBTERMINAL\fR
186
\fBchtype\fR are defined in \fB<curses.h>\fR.  The type \fBTERMINAL\fR
188
is defined in \fB<term.h>\fR.  All other arguments are integers.
187
is defined in \fB<term.h>\fR.  All other arguments are integers.
189
190
.SS Routine Name Index
188
.SS Routine Name Index
191
The following table lists each \fBcurses\fR routine and the name of
189
The following table lists each \fBcurses\fR routine and the name of
192
the manual page on which it is described.  Routines flagged with `*'
190
the manual page on which it is described.  Routines flagged with `*'
Lines 719-725 Link Here
719
@DATADIR@/tabset
717
@DATADIR@/tabset
720
directory containing initialization files for the terminal capability database
718
directory containing initialization files for the terminal capability database
721
/usr/share/misc/terminfo
719
/usr/share/misc/terminfo
722
terminal capability database
723
.SH SEE ALSO
720
.SH SEE ALSO
724
\fBterminfo\fR(\*n) and 3X pages whose names begin "curs_" for detailed routine
721
\fBterminfo\fR(\*n) and 3X pages whose names begin "curs_" for detailed routine
725
descriptions.
722
descriptions.
Lines 904-910 Link Here
904
ANSI C standard (see section 3.5.4.1), these declarations are either (a)
901
ANSI C standard (see section 3.5.4.1), these declarations are either (a)
905
meaningless, or (b) meaningless and illegal.  The declaration
902
meaningless, or (b) meaningless and illegal.  The declaration
906
\fBconst char *x\fR is a modifiable pointer to unmodifiable data, but
903
\fBconst char *x\fR is a modifiable pointer to unmodifiable data, but
907
\fBchar *const x\fR' is
904
\fBchar *const x\fR is
908
an unmodifiable pointer to modifiable data.  Given that C passes arguments by
905
an unmodifiable pointer to modifiable data.  Given that C passes arguments by
909
value, \fB<type> *const\fR as a formal type is at best dubious.  Some compilers
906
value, \fB<type> *const\fR as a formal type is at best dubious.  Some compilers
910
choke on the prototypes.  Therefore, in this implementation, they have been
907
choke on the prototypes.  Therefore, in this implementation, they have been
(-)./pam_fail_delay.3 (-1 / +1 lines)
Lines 57-63 Link Here
57
and/or the authentication modules, both may have an interest in
57
and/or the authentication modules, both may have an interest in
58
delaying a reapplication for service by the user.  The length of the
58
delaying a reapplication for service by the user.  The length of the
59
delay is computed at the time it is required.  Its length is
59
delay is computed at the time it is required.  Its length is
60
pseudo-gausianly distributed about the
60
pseudo-gaussianly distributed about the
61
.I maximum
61
.I maximum
62
requested value; the resultant delay will differ by as much as 25% of
62
requested value; the resultant delay will differ by as much as 25% of
63
this maximum requested value (both up and down).
63
this maximum requested value (both up and down).
(-)./pcap.3 (-6 / +6 lines)
Lines 159-165 Link Here
159
.I errbuf
159
.I errbuf
160
may also be set to warning text when
160
may also be set to warning text when
161
.B pcap_open_live()
161
.B pcap_open_live()
162
succeds; to detect this case the caller should store a zero-length string in
162
succeeds; to detect this case the caller should store a zero-length string in
163
.I errbuf
163
.I errbuf
164
before calling
164
before calling
165
.B pcap_open_live()
165
.B pcap_open_live()
Lines 366-372 Link Here
366
.I cnt
366
.I cnt
367
specifies the maximum number of packets to process before returning.
367
specifies the maximum number of packets to process before returning.
368
This is not a minimum number; when reading a live capture, only one
368
This is not a minimum number; when reading a live capture, only one
369
bufferful of packets is read at a time, so fewer than
369
buffer full of packets is read at a time, so fewer than
370
.I cnt
370
.I cnt
371
packets may be processed. A
371
packets may be processed. A
372
.I cnt
372
.I cnt
Lines 393-399 Link Here
393
packets arrive, the timeout expires before any packets arrive, or if the
393
packets arrive, the timeout expires before any packets arrive, or if the
394
file descriptor for the capture device is in non-blocking mode and no
394
file descriptor for the capture device is in non-blocking mode and no
395
packets were available to be read) or if no more packets are available
395
packets were available to be read) or if no more packets are available
396
in a ``savefile.'' A return of \-1 indicates
396
in a ``savefile''. A return of \-1 indicates
397
an error in which case
397
an error in which case
398
.B pcap_perror()
398
.B pcap_perror()
399
or
399
or
Lines 667-673 Link Here
667
.PP
667
.PP
668
.B pcap_snapshot()
668
.B pcap_snapshot()
669
returns the snapshot length specified when
669
returns the snapshot length specified when
670
.B pcap_open_live
670
.B pcap_open_live()
671
was called.
671
was called.
672
.PP
672
.PP
673
.B pcap_is_swapped()
673
.B pcap_is_swapped()
Lines 683-689 Link Here
683
savefile.
683
savefile.
684
.PP
684
.PP
685
.B pcap_file()
685
.B pcap_file()
686
returns the standard I/O stream of the ``savefile,'' if a ``savefile''
686
returns the standard I/O stream of the ``savefile'', if a ``savefile''
687
was opened with
687
was opened with
688
.BR pcap_open_offline() ,
688
.BR pcap_open_offline() ,
689
or NULL, if a network device was opened with
689
or NULL, if a network device was opened with
Lines 738-744 Link Here
738
and deallocates resources.
738
and deallocates resources.
739
.PP
739
.PP
740
.B pcap_dump_close()
740
.B pcap_dump_close()
741
closes the ``savefile.''
741
closes the ``savefile''.
742
.PP
742
.PP
743
.SH SEE ALSO
743
.SH SEE ALSO
744
tcpdump(1), tcpslice(1)
744
tcpdump(1), tcpslice(1)
(-)./posix1e.3 (-1 lines)
Lines 85-91 Link Here
85
.Fx 4.0
85
.Fx 4.0
86
so as to discourage their
86
so as to discourage their
87
use in the short term.
87
use in the short term.
88
.Sh FILES
89
.Sh SEE ALSO
88
.Sh SEE ALSO
90
.Xr acl 3 ,
89
.Xr acl 3 ,
91
.Xr acl 9 ,
90
.Xr acl 9 ,

Return to bug 75577