diff options
Diffstat (limited to 'lib/libc/gen/dirname.3')
-rw-r--r-- | lib/libc/gen/dirname.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/gen/dirname.3 b/lib/libc/gen/dirname.3 index 1857849f5ab..c8991d71ee1 100644 --- a/lib/libc/gen/dirname.3 +++ b/lib/libc/gen/dirname.3 @@ -24,7 +24,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: dirname.3,v 1.9 2000/04/18 03:01:25 aaron Exp $ +.\" $OpenBSD: dirname.3,v 1.10 2000/12/24 00:30:47 aaron Exp $ .\" .Dd August 17, 1997 .Dt DIRNAME 3 @@ -39,8 +39,7 @@ .Sh DESCRIPTION The .Fn dirname -function -is the converse of +function is the converse of .Xr basename 3 ; it returns a pointer to the parent directory of the pathname pointed to by .Ar path . |