Deleted Added
full compact
sysconf.3 (1574) sysconf.3 (14101)
1.\" Copyright (c) 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 50 unchanged lines hidden (view full) ---

59.Li <unistd.h> .
60.Pp
61The available values are as follows:
62.Pp
63.Bl -tag -width "123456"
64.Pp
65.It Li _SC_ARG_MAX
66The maximum bytes of argument to
1.\" Copyright (c) 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 50 unchanged lines hidden (view full) ---

59.Li <unistd.h> .
60.Pp
61The available values are as follows:
62.Pp
63.Bl -tag -width "123456"
64.Pp
65.It Li _SC_ARG_MAX
66The maximum bytes of argument to
67.Xr exec 2 .
67.Xr execve 2 .
68.It Li _SC_CHILD_MAX
69The maximum number of simultaneous processes per user id.
70.It Li _SC_CLK_TCK
71Number of micro-seconds per hz tick.
72.It Li _SC_NGROUPS_MAX
73The maximum number of supplemental groups.
74.It Li _SC_OPEN_MAX
75The maximum number of open files per user id.

--- 109 unchanged lines hidden ---
68.It Li _SC_CHILD_MAX
69The maximum number of simultaneous processes per user id.
70.It Li _SC_CLK_TCK
71Number of micro-seconds per hz tick.
72.It Li _SC_NGROUPS_MAX
73The maximum number of supplemental groups.
74.It Li _SC_OPEN_MAX
75The maximum number of open files per user id.

--- 109 unchanged lines hidden ---