98 .na
99 \fB\fB-v\fR\fR
100 .ad
101 .RS 6n
102 Print verbose output. Display output as \fBpmap\fR(1) does, showing what advice
103 is being applied where. This can be useful when the advice is being applied to
104 a named region (for example, private, shared, and so forth) to get feedback on
105 exactly where the advice is being applied.
106 .RE
107
108 .sp
109 .LP
110 \fBpmadvise\fR tries to process all legal options. If an illegal address range
111 is specified, an error message is printed and the offending option is skipped.
112 \fBpmadvise\fR quits without processing any options and prints a usage message
113 when there is a syntax error.
114 .sp
115 .LP
116 If conflicting advice is given on a region, the order of precedence is from
117 most specific advice to least, that is, most general. In other words, advice
118 specified for a particuliar address range takes precedence over advice for heap
119 and stack which in turn takes precedence over advice for private and shared
120 memory.
121 .sp
122 .LP
123 Moreover, the advice in each of the following groups are mutually exclusive
124 from the other advice within the same group:
125 .sp
126 .in +2
127 .nf
128 MADV_NORMAL, MADV_RANDOM, MADV_SEQUENTIAL
129 MADV_WILLNEED, MADV_DONTNEED, MADV_FREE, MADV_PURGE
130 MADV_ACCESS_DEFAULT, MADV_ACCESS_LWP, MADV_ACCESS_MANY
131 .fi
132 .in -2
133 .sp
134
135 .SH OPERANDS
136 .LP
137 The following operands are supported:
138 .sp
|
98 .na
99 \fB\fB-v\fR\fR
100 .ad
101 .RS 6n
102 Print verbose output. Display output as \fBpmap\fR(1) does, showing what advice
103 is being applied where. This can be useful when the advice is being applied to
104 a named region (for example, private, shared, and so forth) to get feedback on
105 exactly where the advice is being applied.
106 .RE
107
108 .sp
109 .LP
110 \fBpmadvise\fR tries to process all legal options. If an illegal address range
111 is specified, an error message is printed and the offending option is skipped.
112 \fBpmadvise\fR quits without processing any options and prints a usage message
113 when there is a syntax error.
114 .sp
115 .LP
116 If conflicting advice is given on a region, the order of precedence is from
117 most specific advice to least, that is, most general. In other words, advice
118 specified for a particular address range takes precedence over advice for heap
119 and stack which in turn takes precedence over advice for private and shared
120 memory.
121 .sp
122 .LP
123 Moreover, the advice in each of the following groups are mutually exclusive
124 from the other advice within the same group:
125 .sp
126 .in +2
127 .nf
128 MADV_NORMAL, MADV_RANDOM, MADV_SEQUENTIAL
129 MADV_WILLNEED, MADV_DONTNEED, MADV_FREE, MADV_PURGE
130 MADV_ACCESS_DEFAULT, MADV_ACCESS_LWP, MADV_ACCESS_MANY
131 .fi
132 .in -2
133 .sp
134
135 .SH OPERANDS
136 .LP
137 The following operands are supported:
138 .sp
|