X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/ad7871609881e73855d0b04da49b486cd93efca7..ed554bc5e4201344d7eaad78263566e79428759c:/usr/src/lib/libc/stdlib/getenv.3 diff --git a/usr/src/lib/libc/stdlib/getenv.3 b/usr/src/lib/libc/stdlib/getenv.3 index 5ce0a9accc..f552d3d49d 100644 --- a/usr/src/lib/libc/stdlib/getenv.3 +++ b/usr/src/lib/libc/stdlib/getenv.3 @@ -33,9 +33,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)getenv.3 8.1 (Berkeley) 6/4/93 +.\" @(#)getenv.3 8.2 (Berkeley) 12/11/93 .\" -.Dd June 4, 1993 +.Dd December 11, 1993 .Dt GETENV 3 .Os .Sh NAME @@ -74,7 +74,7 @@ function obtains the current value of the environment variable, .Ar name . If the variable .Ar name -is not in the current environment , +is not in the current environment, a null pointer is returned. .Pp The