diff options
author | Richard Lowe <richlowe@richlowe.net> | 2022-02-26 16:40:47 -0600 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2022-03-10 01:14:35 -0600 |
commit | bbf215553c7233fbab8a0afdf1fac74c44781867 (patch) | |
tree | e698415c5d1265b368c58c56199244dc2be86500 /usr/src/lib/libdtrace/common/dt_buf.c | |
parent | 236cb9a89d936b4b681853751c9af1adccc35ef9 (diff) | |
download | illumos-gate-bbf215553c7233fbab8a0afdf1fac74c44781867.tar.gz |
14443 resection manual pages per IPD4
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Robert Mustacchi <rm@fingolfin.org>
Reviewed by: Peter Tribble <peter.tribble@gmail.com>
Reviewed by: Andy Fiddaman <andy@omnios.org>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/lib/libdtrace/common/dt_buf.c')
-rw-r--r-- | usr/src/lib/libdtrace/common/dt_buf.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/lib/libdtrace/common/dt_buf.c b/usr/src/lib/libdtrace/common/dt_buf.c index 324e778213..d34d359025 100644 --- a/usr/src/lib/libdtrace/common/dt_buf.c +++ b/usr/src/lib/libdtrace/common/dt_buf.c @@ -24,14 +24,12 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - /* * DTrace Memory Buffer Routines * * The routines in this file are used to create an automatically resizing * memory buffer that can be written to like a file. Memory buffers are - * used to construct DOF to ioctl() to dtrace(7D), and provide semantics that + * used to construct DOF to ioctl() to dtrace(4D), and provide semantics that * simplify caller code. Specifically, any allocation errors result in an * error code being set inside the buffer which is maintained persistently and * propagates to another buffer if the buffer in error is concatenated. These |