Deleted Added
full compact
dirname.3 (108317) dirname.3 (131504)
1.\"
2.\" Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com>
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 11 unchanged lines hidden (view full) ---

20.\" EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
21.\" PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
22.\" OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
23.\" WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
24.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
25.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26.\"
27.\" $OpenBSD: dirname.3,v 1.9 2000/04/18 03:01:25 aaron Exp $
1.\"
2.\" Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com>
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 11 unchanged lines hidden (view full) ---

20.\" EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
21.\" PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
22.\" OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
23.\" WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
24.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
25.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26.\"
27.\" $OpenBSD: dirname.3,v 1.9 2000/04/18 03:01:25 aaron Exp $
28.\" $FreeBSD: head/lib/libc/gen/dirname.3 108317 2002-12-27 12:15:40Z schweikh $
28.\" $FreeBSD: head/lib/libc/gen/dirname.3 131504 2004-07-02 23:52:20Z ru $
29.\"
30.Dd August 17, 1997
31.Dt DIRNAME 3
32.Os
33.Sh NAME
34.Nm dirname
35.Nd extract the directory part of a pathname
36.Sh SYNOPSIS

--- 65 unchanged lines hidden (view full) ---

102.Sh HISTORY
103The
104.Fn dirname
105function first appeared in
106.Ox 2.2
107and
108.Fx 4.2 .
109.Sh AUTHORS
29.\"
30.Dd August 17, 1997
31.Dt DIRNAME 3
32.Os
33.Sh NAME
34.Nm dirname
35.Nd extract the directory part of a pathname
36.Sh SYNOPSIS

--- 65 unchanged lines hidden (view full) ---

102.Sh HISTORY
103The
104.Fn dirname
105function first appeared in
106.Ox 2.2
107and
108.Fx 4.2 .
109.Sh AUTHORS
110Todd C. Miller <Todd.Miller@courtesan.com>
110.An "Todd C. Miller" Aq Todd.Miller@courtesan.com