Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jan 2000 11:22:04 -0800 (PST)
From:      Chris Costello <chris@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/stdlib realpath.3
Message-ID:  <200001291922.LAA01186@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
chris       2000/01/29 11:22:04 PST

  Modified files:        (Branch: RELENG_3)
    lib/libc/stdlib      realpath.3 
  Log:
  Repair consistency among references to the resolved path name
  filled in by realpath(3).  Specifically, the manual page referred
  to three different variations of the same variable, which has no doubt
  confused some people.  The variable reference was changed to ``resolved_path''
  as it is in /usr/include/stdlib.h
  
  In summary:
       resolvedname	-> resolved_path
       resolved_name	-> resolved_path
  
  Additionally, $FreeBSD$ tags were added to this file for the commit to be
  permitted.
  
  Revision  Changes    Path
  1.4.2.1   +6 -5      src/lib/libc/stdlib/realpath.3



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001291922.LAA01186>