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

(-)pathconf.2 Tue Jan 7 09:42:26 2003 (-1 / +1 lines)
Lines 107-113 Link Here
107
.It Li _PC_ALLOC_SIZE_MIN
107
.It Li _PC_ALLOC_SIZE_MIN
108
Minimum number of bytes of storage allocated for any portion of a file.
108
Minimum number of bytes of storage allocated for any portion of a file.
109
.It Li _PC_FILESIZEBITS
109
.It Li _PC_FILESIZEBITS
110
Number of bits needed to represented the maximum file size.
110
Number of bits needed to represent the maximum file size.
111
.It Li _PC_REC_INCR_XFER_SIZE
111
.It Li _PC_REC_INCR_XFER_SIZE
112
Recommended increment for file transfer sizes between
112
Recommended increment for file transfer sizes between
113
.Dv _PC_REC_MIN_XFER_SIZE
113
.Dv _PC_REC_MIN_XFER_SIZE
(-)setuid.2 Tue Jan 7 10:00:29 2003 (-1 / +1 lines)
Lines 118-124 Link Here
118
may be toggled by switching to the real user ID, then re-enabled
118
may be toggled by switching to the real user ID, then re-enabled
119
by reverting to the set-user-ID value.
119
by reverting to the set-user-ID value.
120
Similarly, the effective group ID may be set to the value
120
Similarly, the effective group ID may be set to the value
121
of the real group ID or the saved set-user-ID.
121
of the real group ID or the saved set-group-ID.
122
.Sh RETURN VALUES
122
.Sh RETURN VALUES
123
.Rv -std
123
.Rv -std
124
.Sh ERRORS
124
.Sh ERRORS
(-)sigaction.2 Tue Jan 7 09:42:49 2003 (-1 / +1 lines)
Lines 432-438 Link Here
432
.Fn strcpy ,
432
.Fn strcpy ,
433
.Fn strcat ,
433
.Fn strcat ,
434
.Fn strncpy ,
434
.Fn strncpy ,
435
.Fn strncat ,
435
.Fn strncat
436
and perhaps some others.
436
and perhaps some others.
437
.Pp
437
.Pp
438
Extension Interfaces:
438
Extension Interfaces:

Return to bug 46815