logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

ulimit.h.0p (1934B)


  1. '\" et
  2. .TH ulimit.h "0P" 2017 "IEEE/The Open Group" "POSIX Programmer's Manual"
  3. .\"
  4. .SH PROLOG
  5. This manual page is part of the POSIX Programmer's Manual.
  6. The Linux implementation of this interface may differ (consult
  7. the corresponding Linux manual page for details of Linux behavior),
  8. or the interface may not be implemented on Linux.
  9. .\"
  10. .SH NAME
  11. ulimit.h
  12. \(em ulimit commands
  13. .SH SYNOPSIS
  14. .LP
  15. .nf
  16. #include <ulimit.h>
  17. .fi
  18. .SH DESCRIPTION
  19. The
  20. .IR <ulimit.h>
  21. header shall define the symbolic constants used by the
  22. \fIulimit\fR()
  23. function.
  24. .P
  25. Symbolic constants:
  26. .IP UL_GETFSIZE 12
  27. Get maximum file size.
  28. .IP UL_SETFSIZE 12
  29. Set maximum file size.
  30. .P
  31. The following shall be declared as a function and may also be defined
  32. as a macro. A function prototype shall be provided.
  33. .sp
  34. .RS 4
  35. .nf
  36. long ulimit(int, ...);
  37. .fi
  38. .P
  39. .RE
  40. .LP
  41. .IR "The following sections are informative."
  42. .SH "APPLICATION USAGE"
  43. See
  44. \fIulimit\fR().
  45. .SH RATIONALE
  46. None.
  47. .SH "FUTURE DIRECTIONS"
  48. None.
  49. .SH "SEE ALSO"
  50. The System Interfaces volume of POSIX.1\(hy2017,
  51. .IR "\fIulimit\fR\^(\|)"
  52. .\"
  53. .SH COPYRIGHT
  54. Portions of this text are reprinted and reproduced in electronic form
  55. from IEEE Std 1003.1-2017, Standard for Information Technology
  56. -- Portable Operating System Interface (POSIX), The Open Group Base
  57. Specifications Issue 7, 2018 Edition,
  58. Copyright (C) 2018 by the Institute of
  59. Electrical and Electronics Engineers, Inc and The Open Group.
  60. In the event of any discrepancy between this version and the original IEEE and
  61. The Open Group Standard, the original IEEE and The Open Group Standard
  62. is the referee document. The original Standard can be obtained online at
  63. http://www.opengroup.org/unix/online.html .
  64. .PP
  65. Any typographical or formatting errors that appear
  66. in this page are most likely
  67. to have been introduced during the conversion of the source files to
  68. man page format. To report such errors, see
  69. https://www.kernel.org/doc/man-pages/reporting_bugs.html .