From 83decd22b44019b0fe369224fb19e1ef21263ab6 Mon Sep 17 00:00:00 2001 From: Dan McDonald Date: Tue, 15 Mar 2022 12:07:15 -0400 Subject: OS-8361 IPD 4 (man page renumbering) tracking issue Reviewed by: Brian Bennett Approved by: Brian Bennett --- usr/src/lib/libdtrace/common/dt_buf.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'usr/src/lib/libdtrace/common/dt_buf.c') 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 -- cgit v1.2.3