Print this page
11628 typos detected by mandoc style
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/man/man3proc/Pisprocdir.3proc.man.txt
+++ new/usr/src/man/man3proc/Pisprocdir.3proc.man.txt
1 1 PISPROCIDR(3PROC) Process Control Library Functions PISPROCIDR(3PROC)
2 2
3 3 NAME
4 4 Pisprocdir - determine if a directory is the /proc directory
↓ open down ↓ |
4 lines elided |
↑ open up ↑ |
5 5
6 6 LIBRARY
7 7 Process Control Library (libproc, -lproc)
8 8
9 9 SYNOPSIS
10 10 #include <libproc.h>
11 11
12 12 int
13 13 Pisprocdir(struct ps_prochandle *P, const char *dir);
14 14
15 -DESECRIPTION
15 +DESCRIPTION
16 16 The Pisprocdir() function determines whether or not the directory dir is
17 17 the root of the /proc file-system. This works across loopback file
18 18 system (lofs) mounts and chroots.
19 19
20 20 RETURN VALUES
21 21 Upon successful completion, the Pisprocdir() function returns 1 if dir is
22 22 the /proc directory, otherwise if not, it returns 0.
23 23
24 24 INTERFACE STABILITY
25 25 Uncommitted
26 26
27 27 MT-LEVEL
28 28 See LOCKING in libproc(3LIB).
29 29
30 30 SEE ALSO
31 31 libproc(3LIB), proc(4), lofs(7FS)
32 32
33 -illumos May 11, 2016 illumos
33 +illumos August 27, 2019 illumos
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX