Un outil pour savoir si une commande est posix - retour accueil
git clone git://bebou.netlib.re/isposix
Log | Files | Refs | README |
ipcs.html (25340B)
1 <!-- Copyright 2001-2024 IEEE and The Open Group, All Rights Reserved --> 2 <!DOCTYPE HTML> 3 <html lang="en"> 4 <head> 5 <meta name="generator" content="HTML Tidy for HTML5 for Linux version 5.8.0"> 6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 7 <link type="text/css" rel="stylesheet" href="style.css"><!-- Generated by The Open Group rhtm tool v1.2.4 --> 8 <!-- Copyright (c) 2001-2024 The Open Group, All Rights Reserved --> 9 <title>ipcs</title> 10 </head> 11 <body bgcolor="white"> 12 <div class="NAVHEADER"> 13 <table summary="Header navigation table" class="nav" width="100%" border="0" cellpadding="0" cellspacing="0"> 14 <tr class="nav"> 15 <td class="nav" width="15%" align="left" valign="bottom"><a href="../utilities/ipcrm.html" accesskey="P"><<< 16 Previous</a></td> 17 <td class="nav" width="70%" align="center" valign="bottom"><a href="contents.html">Home</a></td> 18 <td class="nav" width="15%" align="right" valign="bottom"><a href="../utilities/jobs.html" accesskey="N">Next >>></a></td> 19 </tr> 20 </table> 21 <hr align="left" width="100%"></div> 22 <script language="JavaScript" src="../jscript/codes.js"></script><basefont size="3"> 23 <center><font size="2">The Open Group Base Specifications Issue 8<br> 24 IEEE Std 1003.1-2024<br> 25 Copyright © 2001-2024 The IEEE and The Open Group</font></center> 26 <hr size="2" noshade> 27 <a name="top" id="top"></a> <a name="ipcs" id="ipcs"></a> <a name="tag_20_61" id="tag_20_61"></a><!-- ipcs --> 28 <h4 class="mansect"><a name="tag_20_61_01" id="tag_20_61_01"></a>NAME</h4> 29 <blockquote>ipcs — report XSI interprocess communication facilities status</blockquote> 30 <h4 class="mansect"><a name="tag_20_61_02" id="tag_20_61_02"></a>SYNOPSIS</h4> 31 <blockquote class="synopsis"> 32 <div class="box"><code><tt><sup>[<a href="javascript:open_code('XSI')">XSI</a>]</sup> <img src="../images/opt-start.gif" alt= 33 "[Option Start]" border="0"> ipcs</tt> <b>[</b><tt>-qms</tt><b>] [</b><tt>-a|-bcopt</tt><b>]</b> <tt><img src= 34 "../images/opt-end.gif" alt="[Option End]" border="0"></tt></code></div> 35 </blockquote> 36 <h4 class="mansect"><a name="tag_20_61_03" id="tag_20_61_03"></a>DESCRIPTION</h4> 37 <blockquote> 38 <p>The <i>ipcs</i> utility shall write information about active interprocess communication facilities.</p> 39 <p>Without options, information shall be written in short format for message queues, shared memory segments, and semaphore sets 40 that are currently active in the system. Otherwise, the information that is displayed is controlled by the options specified.</p> 41 </blockquote> 42 <h4 class="mansect"><a name="tag_20_61_04" id="tag_20_61_04"></a>OPTIONS</h4> 43 <blockquote> 44 <p>The <i>ipcs</i> utility shall conform to XBD <a href="../basedefs/V1_chap12.html#tag_12_02"><i>12.2 Utility Syntax 45 Guidelines</i></a> .</p> 46 <p>The <i>ipcs</i> utility accepts the following options:</p> 47 <dl compact> 48 <dd></dd> 49 <dt><b>-q</b></dt> 50 <dd>Write information about active message queues.</dd> 51 <dt><b>-m</b></dt> 52 <dd>Write information about active shared memory segments.</dd> 53 <dt><b>-s</b></dt> 54 <dd>Write information about active semaphore sets.</dd> 55 </dl> 56 <p>If <b>-q</b>, <b>-m</b>, or <b>-s</b> are specified, only information about those facilities shall be written. If none of these 57 three are specified, information about all three shall be written subject to the following options:</p> 58 <dl compact> 59 <dd></dd> 60 <dt><b>-a</b></dt> 61 <dd>Use all print options. (This is a shorthand notation for <b>-b</b>, <b>-c</b>, <b>-o</b>, <b>-p</b>, and <b>-t</b>.)</dd> 62 <dt><b>-b</b></dt> 63 <dd>Write information on maximum allowable size. (Maximum number of bytes in messages on queue for message queues, size of segments 64 for shared memory, and number of semaphores in each set for semaphores.)</dd> 65 <dt><b>-c</b></dt> 66 <dd>Write creator's user name and group name; see below.</dd> 67 <dt><b>-o</b></dt> 68 <dd>Write information on outstanding usage. (Number of messages on queue and total number of bytes in messages on queue for message 69 queues, and number of processes attached to shared memory segments.)</dd> 70 <dt><b>-p</b></dt> 71 <dd>Write process number information. (Process ID of the last process to send a message and process ID of the last process to 72 receive a message on message queues, process ID of the creating process, and process ID of the last process to attach or detach on 73 shared memory segments.)</dd> 74 <dt><b>-t</b></dt> 75 <dd>Write time information. (Time of the last control operation that changed the access permissions for all facilities, time of the 76 last <a href="../functions/msgsnd.html"><i>msgsnd</i>()</a> and <a href="../functions/msgrcv.html"><i>msgrcv</i>()</a> operations 77 on message queues, time of the last <a href="../functions/shmat.html"><i>shmat</i>()</a> and <a href= 78 "../functions/shmdt.html"><i>shmdt</i>()</a> operations on shared memory, and time of the last <a href= 79 "../functions/semop.html"><i>semop</i>()</a> operation on semaphores.)</dd> 80 </dl> 81 </blockquote> 82 <h4 class="mansect"><a name="tag_20_61_05" id="tag_20_61_05"></a>OPERANDS</h4> 83 <blockquote> 84 <p>None.</p> 85 </blockquote> 86 <h4 class="mansect"><a name="tag_20_61_06" id="tag_20_61_06"></a>STDIN</h4> 87 <blockquote> 88 <p>Not used.</p> 89 </blockquote> 90 <h4 class="mansect"><a name="tag_20_61_07" id="tag_20_61_07"></a>INPUT FILES</h4> 91 <blockquote> 92 <ul> 93 <li> 94 <p>The group database</p> 95 </li> 96 <li> 97 <p>The user database</p> 98 </li> 99 </ul> 100 </blockquote> 101 <h4 class="mansect"><a name="tag_20_61_08" id="tag_20_61_08"></a>ENVIRONMENT VARIABLES</h4> 102 <blockquote> 103 <p>The following environment variables shall affect the execution of <i>ipcs</i>:</p> 104 <dl compact> 105 <dd></dd> 106 <dt><i>LANG</i></dt> 107 <dd>Provide a default value for the internationalization variables that are unset or null. (See XBD <a href= 108 "../basedefs/V1_chap08.html#tag_08_02"><i>8.2 Internationalization Variables</i></a> for the precedence of internationalization 109 variables used to determine the values of locale categories.)</dd> 110 <dt><i>LC_ALL</i></dt> 111 <dd>If set to a non-empty string value, override the values of all the other internationalization variables.</dd> 112 <dt><i>LC_CTYPE</i></dt> 113 <dd>Determine the locale for the interpretation of sequences of bytes of text data as characters (for example, single-byte as 114 opposed to multi-byte characters in arguments).</dd> 115 <dt><i>LC_MESSAGES</i></dt> 116 <dd><br> 117 Determine the locale that should be used to affect the format and contents of diagnostic messages written to standard error.</dd> 118 <dt><i>NLSPATH</i></dt> 119 <dd>Determine the location of messages objects and message catalogs.</dd> 120 <dt><i>TZ</i></dt> 121 <dd>Determine the timezone for the date and time strings written by <i>ipcs</i>. If <i>TZ</i> is unset or null, an unspecified 122 default timezone shall be used.</dd> 123 </dl> 124 </blockquote> 125 <h4 class="mansect"><a name="tag_20_61_09" id="tag_20_61_09"></a>ASYNCHRONOUS EVENTS</h4> 126 <blockquote> 127 <p>Default.</p> 128 </blockquote> 129 <h4 class="mansect"><a name="tag_20_61_10" id="tag_20_61_10"></a>STDOUT</h4> 130 <blockquote> 131 <p>An introductory line shall be written with the format:</p> 132 <pre> 133 <tt>"IPC status from %s as of %s\n", <</tt><i>source</i><tt>>, <</tt><i>date</i><tt>> 134 </tt></pre> 135 <p>where <<i>source</i>> indicates the source used to gather the statistics and <<i>date</i>> is the information that 136 would be produced by the <a href="../utilities/date.html"><i>date</i></a> command when invoked in the POSIX locale.</p> 137 <p>The <i>ipcs</i> utility then shall create up to three reports depending upon the <b>-q</b>, <b>-m</b>, and <b>-s</b> options. 138 The first report shall indicate the status of message queues, the second report shall indicate the status of shared memory 139 segments, and the third report shall indicate the status of semaphore sets.</p> 140 <p>If the corresponding facility is not installed or has not been used since the last reboot, then the report shall be written out 141 in the format:</p> 142 <pre> 143 <tt>"%s facility not in system.\n", <</tt><i>facility</i><tt>> 144 </tt></pre> 145 <p>where <<i>facility</i>> is <i>Message Queue</i>, <i>Shared Memory</i>, or <i>Semaphore</i>, as appropriate. If the 146 facility has been installed and has been used since the last reboot, column headings separated by one or more <space> 147 characters and followed by a <newline> shall be written as indicated below followed by the facility name written out using 148 the format:</p> 149 <pre> 150 <tt>"%s:\n", <</tt><i>facility</i><tt>> 151 </tt></pre> 152 <p>where <<i>facility</i>> is <i>Message Queues</i>, <i>Shared Memory</i>, or <i>Semaphores</i>, as appropriate. On the 153 second and third reports the column headings need not be written if the last column headings written already provide column 154 headings for all information in that report.</p> 155 <p>The column headings provided in the first column below and the meaning of the information in those columns shall be given in 156 order below; the letters in parentheses indicate the options that shall cause the corresponding column to appear; "all" means 157 that the column shall always appear. Each column is separated by one or more <space> characters. Note that these options only 158 determine what information is provided for each report; they do not determine which reports are written.</p> 159 <dl compact> 160 <dd></dd> 161 <dt>T (all)</dt> 162 <dd>Type of facility: 163 <dl compact> 164 <dd></dd> 165 <dt><tt>q</tt></dt> 166 <dd>Message queue.</dd> 167 <dt><tt>m</tt></dt> 168 <dd>Shared memory segment.</dd> 169 <dt><tt>s</tt></dt> 170 <dd>Semaphore.</dd> 171 </dl> 172 <p>This field is a single character written using the format <tt>%c</tt>.</p> 173 </dd> 174 <dt>ID (all)</dt> 175 <dd>The identifier for the facility entry. This field shall be written using the format <tt>%d</tt>.</dd> 176 <dt>KEY (all)</dt> 177 <dd>The key used as an argument to <a href="../functions/msgget.html"><i>msgget</i>()</a>, <a href= 178 "../functions/semget.html"><i>semget</i>()</a>, or <a href="../functions/shmget.html"><i>shmget</i>()</a> to create the facility 179 entry. <basefont size="2"> 180 <dl> 181 <dt><b>Note:</b></dt> 182 <dd>The key of a shared memory segment is changed to IPC_PRIVATE when the segment has been removed until all processes attached to 183 the segment detach it.</dd> 184 </dl> 185 <basefont size="3"> This field shall be written using the format <tt>0x%x</tt>.</dd> 186 <dt>MODE (all)</dt> 187 <dd>The facility access modes and flags. The mode shall consist of 11 characters that are interpreted as follows. 188 <p>The first character shall be:</p> 189 <dl compact> 190 <dd></dd> 191 <dt><tt>S</tt></dt> 192 <dd>If a process is waiting on a <a href="../functions/msgsnd.html"><i>msgsnd</i>()</a> operation.</dd> 193 <dt><tt>-</tt></dt> 194 <dd>If the above is not true.</dd> 195 </dl> 196 <p>The second character shall be:</p> 197 <dl compact> 198 <dd></dd> 199 <dt><tt>R</tt></dt> 200 <dd>If a process is waiting on a <a href="../functions/msgrcv.html"><i>msgrcv</i>()</a> operation.</dd> 201 <dt><tt>C</tt> or <tt>-</tt></dt> 202 <dd>If the associated shared memory segment is to be cleared when the first attach operation is executed.</dd> 203 <dt><tt>-</tt></dt> 204 <dd>If none of the above is true.</dd> 205 </dl> 206 <p>The next nine characters shall be interpreted as three sets of three bits each. The first set refers to the owner's permissions; 207 the next to permissions of others in the usergroup of the facility entry; and the last to all others. Within each set, the first 208 character indicates permission to read, the second character indicates permission to write or alter the facility entry, and the 209 last character is a <hyphen-minus> (<tt>'-'</tt>).</p> 210 <p>The permissions shall be indicated as follows:</p> 211 <dl compact> 212 <dd></dd> 213 <dt><i>r</i></dt> 214 <dd>If read permission is granted.</dd> 215 <dt><i>w</i></dt> 216 <dd>If write permission is granted.</dd> 217 <dt><i>a</i></dt> 218 <dd>If alter permission is granted.</dd> 219 <dt><tt>-</tt></dt> 220 <dd>If the indicated permission is not granted.</dd> 221 </dl> 222 <p>The first character following the permissions specifies if there is an alternate or additional access control method associated 223 with the facility. If there is no alternate or additional access control method associated with the facility, a single 224 <space> shall be written; otherwise, another printable character is written.</p> 225 </dd> 226 <dt>OWNER (all)</dt> 227 <dd>The user name of the owner of the facility entry. If the user name of the owner is found in the user database, at least the 228 first eight column positions of the name shall be written using the format <tt>%s</tt>. Otherwise, the user ID of the owner shall 229 be written using the format <tt>%d</tt>.</dd> 230 <dt>GROUP (all)</dt> 231 <dd>The group name of the owner of the facility entry. If the group name of the owner is found in the group database, at least the 232 first eight column positions of the name shall be written using the format <tt>%s</tt>. Otherwise, the group ID of the owner shall 233 be written using the format <tt>%d</tt>.</dd> 234 </dl> 235 <p>The following nine columns shall be only written out for message queues:</p> 236 <dl compact> 237 <dd></dd> 238 <dt>CREATOR (<b>a</b>,<b>c</b>)</dt> 239 <dd>The user name of the creator of the facility entry. If the user name of the creator is found in the user database, at least the 240 first eight column positions of the name shall be written using the format <tt>%s</tt>. Otherwise, the user ID of the creator shall 241 be written using the format <tt>%d</tt>.</dd> 242 <dt>CGROUP (<b>a</b>,<b>c</b>)</dt> 243 <dd>The group name of the creator of the facility entry. If the group name of the creator is found in the group database, at least 244 the first eight column positions of the name shall be written using the format <tt>%s</tt>. Otherwise, the group ID of the creator 245 shall be written using the format <tt>%d</tt>.</dd> 246 <dt>CBYTES (<b>a</b>,<b>o</b>)</dt> 247 <dd>The number of bytes in messages currently outstanding on the associated message queue. This field shall be written using the 248 format <tt>%d</tt>.</dd> 249 <dt>QNUM (<b>a</b>,<b>o</b>)</dt> 250 <dd>The number of messages currently outstanding on the associated message queue. This field shall be written using the format 251 <tt>%d</tt>.</dd> 252 <dt>QBYTES (<b>a</b>,<b>b</b>)</dt> 253 <dd>The maximum number of bytes allowed in messages outstanding on the associated message queue. This field shall be written using 254 the format <tt>%d</tt>.</dd> 255 <dt>LSPID (<b>a</b>,<b>p</b>)</dt> 256 <dd>The process ID of the last process to send a message to the associated queue. This field shall be written using the format: 257 <pre> 258 <tt>"%d", <</tt><i>pid</i><tt>> 259 </tt></pre> 260 <p>where <<i>pid</i>> is 0 if no message has been sent to the corresponding message queue; otherwise, <<i>pid</i>> 261 shall be the process ID of the last process to send a message to the queue.</p> 262 </dd> 263 <dt>LRPID (<b>a</b>,<b>p</b>)</dt> 264 <dd>The process ID of the last process to receive a message from the associated queue. This field shall be written using the 265 format: 266 <pre> 267 <tt>"%d", <</tt><i>pid</i><tt>> 268 </tt></pre> 269 <p>where <<i>pid</i>> is 0 if no message has been received from the corresponding message queue; otherwise, 270 <<i>pid</i>> shall be the process ID of the last process to receive a message from the queue.</p> 271 </dd> 272 <dt>STIME (<b>a</b>,<b>t</b>)</dt> 273 <dd>The time the last message was sent to the associated queue. If a message has been sent to the corresponding message queue, the 274 hour, minute, and second of the last time a message was sent to the queue shall be written using the format 275 <tt>%d</tt>:<tt>%2.2d</tt>:<tt>%2.2d</tt>. Otherwise, the format <tt>" no-entry"</tt> shall be written.</dd> 276 <dt>RTIME (<b>a</b>,<b>t</b>)</dt> 277 <dd>The time the last message was received from the associated queue. If a message has been received from the corresponding message 278 queue, the hour, minute, and second of the last time a message was received from the queue shall be written using the format 279 <tt>%d</tt>:<tt>%2.2d</tt>:<tt>%2.2d</tt>. Otherwise, the format <tt>" no-entry"</tt> shall be written.</dd> 280 </dl> 281 <p>The following eight columns shall be only written out for shared memory segments.</p> 282 <dl compact> 283 <dd></dd> 284 <dt>CREATOR (<b>a</b>,<b>c</b>)</dt> 285 <dd>The user of the creator of the facility entry. If the user name of the creator is found in the user database, at least the 286 first eight column positions of the name shall be written using the format <tt>%s</tt>. Otherwise, the user ID of the creator shall 287 be written using the format <tt>%d</tt>.</dd> 288 <dt>CGROUP (<b>a</b>,<b>c</b>)</dt> 289 <dd>The group name of the creator of the facility entry. If the group name of the creator is found in the group database, at least 290 the first eight column positions of the name shall be written using the format <tt>%s</tt>. Otherwise, the group ID of the creator 291 shall be written using the format <tt>%d</tt>.</dd> 292 <dt>NATTCH (<b>a</b>,<b>o</b>)</dt> 293 <dd>The number of processes attached to the associated shared memory segment. This field shall be written using the format 294 <tt>%d</tt>.</dd> 295 <dt>SEGSZ (<b>a</b>,<b>b</b>)</dt> 296 <dd>The size of the associated shared memory segment. This field shall be written using the format <tt>%d</tt>.</dd> 297 <dt>CPID (<b>a</b>,<b>p</b>)</dt> 298 <dd>The process ID of the creator of the shared memory entry. This field shall be written using the format <tt>%d</tt>.</dd> 299 <dt>LPID (<b>a</b>,<b>p</b>)</dt> 300 <dd>The process ID of the last process to attach or detach the shared memory segment. This field shall be written using the format: 301 <pre> 302 <tt>"%d", <</tt><i>pid</i><tt>> 303 </tt></pre> 304 <p>where <<i>pid</i>> is 0 if no process has attached the corresponding shared memory segment; otherwise, <<i>pid</i>> 305 shall be the process ID of the last process to attach or detach the segment.</p> 306 </dd> 307 <dt>ATIME (<b>a</b>,<b>t</b>)</dt> 308 <dd>The time the last attach on the associated shared memory segment was completed. If the corresponding shared memory segment has 309 ever been attached, the hour, minute, and second of the last time the segment was attached shall be written using the format 310 <tt>%d</tt>:<tt>%2.2d</tt>:<tt>%2.2d</tt>. Otherwise, the format <tt>" no-entry"</tt> shall be written.</dd> 311 <dt>DTIME (<b>a</b>,<b>t</b>)</dt> 312 <dd>The time the last detach on the associated shared memory segment was completed. If the corresponding shared memory segment has 313 ever been detached, the hour, minute, and second of the last time the segment was detached shall be written using the format 314 <tt>%d</tt>:<tt>%2.2d</tt>:<tt>%2.2d</tt>. Otherwise, the format <tt>" no-entry"</tt> shall be written.</dd> 315 </dl> 316 <p>The following four columns shall be only written out for semaphore sets:</p> 317 <dl compact> 318 <dd></dd> 319 <dt>CREATOR (<b>a</b>,<b>c</b>)</dt> 320 <dd>The user of the creator of the facility entry. If the user name of the creator is found in the user database, at least the 321 first eight column positions of the name shall be written using the format <tt>%s</tt>. Otherwise, the user ID of the creator shall 322 be written using the format <tt>%d</tt>.</dd> 323 <dt>CGROUP (<b>a</b>,<b>c</b>)</dt> 324 <dd>The group name of the creator of the facility entry. If the group name of the creator is found in the group database, at least 325 the first eight column positions of the name shall be written using the format <tt>%s</tt>. Otherwise, the group ID of the creator 326 shall be written using the format <tt>%d</tt>.</dd> 327 <dt>NSEMS (<b>a</b>,<b>b</b>)</dt> 328 <dd>The number of semaphores in the set associated with the semaphore entry. This field shall be written using the format 329 <tt>%d</tt>.</dd> 330 <dt>OTIME (<b>a</b>,<b>t</b>)</dt> 331 <dd>The time the last semaphore operation on the set associated with the semaphore entry was completed. If a semaphore operation 332 has ever been performed on the corresponding semaphore set, the hour, minute, and second of the last semaphore operation on the 333 semaphore set shall be written using the format <tt>%d</tt>:<tt>%2.2d</tt>:<tt>%2.2d</tt>. Otherwise, the format 334 <tt>" no-entry"</tt> shall be written.</dd> 335 </dl> 336 <p>The following column shall be written for all three reports when it is requested:</p> 337 <dl compact> 338 <dd></dd> 339 <dt>CTIME (<b>a</b>,<b>t</b>)</dt> 340 <dd>The time the associated entry was created or changed. The hour, minute, and second of the time when the associated entry was 341 created shall be written using the format <tt>%d</tt>:<tt>%2.2d</tt>:<tt>%2.2d</tt>.</dd> 342 </dl> 343 </blockquote> 344 <h4 class="mansect"><a name="tag_20_61_11" id="tag_20_61_11"></a>STDERR</h4> 345 <blockquote> 346 <p>The standard error shall be used only for diagnostic messages.</p> 347 </blockquote> 348 <h4 class="mansect"><a name="tag_20_61_12" id="tag_20_61_12"></a>OUTPUT FILES</h4> 349 <blockquote> 350 <p>None.</p> 351 </blockquote> 352 <h4 class="mansect"><a name="tag_20_61_13" id="tag_20_61_13"></a>EXTENDED DESCRIPTION</h4> 353 <blockquote> 354 <p>None.</p> 355 </blockquote> 356 <h4 class="mansect"><a name="tag_20_61_14" id="tag_20_61_14"></a>EXIT STATUS</h4> 357 <blockquote> 358 <p>The following exit values shall be returned:</p> 359 <dl compact> 360 <dd></dd> 361 <dt> 0</dt> 362 <dd>Successful completion.</dd> 363 <dt>>0</dt> 364 <dd>An error occurred.</dd> 365 </dl> 366 </blockquote> 367 <h4 class="mansect"><a name="tag_20_61_15" id="tag_20_61_15"></a>CONSEQUENCES OF ERRORS</h4> 368 <blockquote> 369 <p>Default.</p> 370 </blockquote> 371 <hr> 372 <div class="box"><em>The following sections are informative.</em></div> 373 <h4 class="mansect"><a name="tag_20_61_16" id="tag_20_61_16"></a>APPLICATION USAGE</h4> 374 <blockquote> 375 <p>Things can change while <i>ipcs</i> is running; the information it gives is guaranteed to be accurate only when it was 376 retrieved.</p> 377 </blockquote> 378 <h4 class="mansect"><a name="tag_20_61_17" id="tag_20_61_17"></a>EXAMPLES</h4> 379 <blockquote> 380 <p>None.</p> 381 </blockquote> 382 <h4 class="mansect"><a name="tag_20_61_18" id="tag_20_61_18"></a>RATIONALE</h4> 383 <blockquote> 384 <p>None.</p> 385 </blockquote> 386 <h4 class="mansect"><a name="tag_20_61_19" id="tag_20_61_19"></a>FUTURE DIRECTIONS</h4> 387 <blockquote> 388 <p>If this utility is directed to display a pathname that contains any bytes that have the encoded value of a <newline> 389 character when <newline> is a terminator or separator in the output format being used, implementations are encouraged to 390 treat this as an error. A future version of this standard may require implementations to treat this as an error.</p> 391 </blockquote> 392 <h4 class="mansect"><a name="tag_20_61_20" id="tag_20_61_20"></a>SEE ALSO</h4> 393 <blockquote> 394 <p><a href="../utilities/ipcrm.html#"><i>ipcrm</i></a></p> 395 <p>XBD <a href="../basedefs/V1_chap08.html#tag_08"><i>8. Environment Variables</i></a> , <a href= 396 "../basedefs/V1_chap12.html#tag_12_02"><i>12.2 Utility Syntax Guidelines</i></a></p> 397 <p>XSH <a href="../functions/msgrcv.html#"><i>msgrcv</i></a> , <a href="../functions/msgsnd.html#"><i>msgsnd</i></a> , <a href= 398 "../functions/semget.html#"><i>semget</i></a> , <a href="../functions/semop.html#"><i>semop</i></a> , <a href= 399 "../functions/shmat.html#"><i>shmat</i></a> , <a href="../functions/shmdt.html#"><i>shmdt</i></a> , <a href= 400 "../functions/shmget.html#"><i>shmget</i></a></p> 401 </blockquote> 402 <h4 class="mansect"><a name="tag_20_61_21" id="tag_20_61_21"></a>CHANGE HISTORY</h4> 403 <blockquote> 404 <p>First released in Issue 5.</p> 405 </blockquote> 406 <h4 class="mansect"><a name="tag_20_61_22" id="tag_20_61_22"></a>Issue 6</h4> 407 <blockquote> 408 <p>The Open Group Corrigendum U020/1 is applied, correcting the SYNOPSIS.</p> 409 <p>The Open Group Corrigenda U032/1 and U032/2 are applied, clarifying the output format.</p> 410 <p>The Open Group Base Resolution bwg98-004 is applied.</p> 411 </blockquote> 412 <h4 class="mansect"><a name="tag_20_61_23" id="tag_20_61_23"></a>Issue 7</h4> 413 <blockquote> 414 <p>SD5-XCU-ERN-97 is applied, updating the SYNOPSIS.</p> 415 <p>SD5-XCU-ERN-139 is applied, adding the <a href="../utilities/ipcrm.html"><i>ipcrm</i></a> utility to the SEE ALSO section.</p> 416 <p>POSIX.1-2008, Technical Corrigendum 2, XCU/TC2-2008/0108 [584] is applied.</p> 417 </blockquote> 418 <h4 class="mansect"><a name="tag_20_61_24" id="tag_20_61_24"></a>Issue 8</h4> 419 <blockquote> 420 <p>Austin Group Defect 251 is applied, encouraging implementations to report an error if a utility is directed to display a 421 pathname that contains any bytes that have the encoded value of a <newline> character when <newline> is a terminator or 422 separator in the output format being used.</p> 423 <p>Austin Group Defect 1122 is applied, changing the description of <i>NLSPATH .</i></p> 424 </blockquote> 425 <div class="box"><em>End of informative text.</em></div> 426 <hr> 427 <p> </p> 428 <a href="#top"><span class="topOfPage">return to top of page</span></a><br> 429 <hr size="2" noshade> 430 <center><font size="2">UNIX® is a registered Trademark of The Open Group.<br> 431 POSIX™ is a Trademark of The IEEE.<br> 432 Copyright © 2001-2024 The IEEE and The Open Group, All Rights Reserved<br> 433 [ <a href="../mindex.html">Main Index</a> | <a href="../basedefs/contents.html">XBD</a> | <a href= 434 "../functions/contents.html">XSH</a> | <a href="../utilities/contents.html">XCU</a> | <a href="../xrat/contents.html">XRAT</a> 435 ]</font></center> 436 <hr size="2" noshade> 437 <div class="NAVHEADER"> 438 <table summary="Header navigation table" class="nav" width="100%" border="0" cellpadding="0" cellspacing="0"> 439 <tr class="nav"> 440 <td class="nav" width="15%" align="left" valign="bottom"><a href="../utilities/ipcrm.html" accesskey="P"><<< 441 Previous</a></td> 442 <td class="nav" width="70%" align="center" valign="bottom"><a href="contents.html">Home</a></td> 443 <td class="nav" width="15%" align="right" valign="bottom"><a href="../utilities/jobs.html" accesskey="N">Next >>></a></td> 444 </tr> 445 </table> 446 <hr align="left" width="100%"></div> 447 </body> 448 </html>