Deleted Added
full compact
dirname.3 (65294) dirname.3 (68854)
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 65294 2000-08-31 15:56:15Z des $
28.\" $FreeBSD: head/lib/libc/gen/dirname.3 68854 2000-11-17 11:44:16Z ru $
29.\"
30.Dd August 17, 1997
31.Dt DIRNAME 3
32.Os
33.Sh NAME
34.Nm dirname
35.Nd extract the directory portition of a pathname
36.Sh SYNOPSIS

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

97.Fn dirname
98function conforms to
99.St -xpg4.2 .
100.Sh HISTORY
101The
102.Fn dirname
103function first appeared in
104.Ox 2.2 .
29.\"
30.Dd August 17, 1997
31.Dt DIRNAME 3
32.Os
33.Sh NAME
34.Nm dirname
35.Nd extract the directory portition of a pathname
36.Sh SYNOPSIS

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

97.Fn dirname
98function conforms to
99.St -xpg4.2 .
100.Sh HISTORY
101The
102.Fn dirname
103function first appeared in
104.Ox 2.2 .
105.Sh AUTHOR
105.Sh AUTHORS
106Todd C. Miller <Todd.Miller@courtesan.com>
106Todd C. Miller <Todd.Miller@courtesan.com>