Deleted Added
full compact
basename.3 (65294) basename.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: basename.3,v 1.12 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: basename.3,v 1.12 2000/04/18 03:01:25 aaron Exp $
28.\" $FreeBSD: head/lib/libc/gen/basename.3 65294 2000-08-31 15:56:15Z des $
28.\" $FreeBSD: head/lib/libc/gen/basename.3 68854 2000-11-17 11:44:16Z ru $
29.\"
30.Dd August 17, 1997
31.Dt BASENAME 3
32.Os
33.Sh NAME
34.Nm basename
35.Nd extract the base portion of a pathname
36.Sh SYNOPSIS

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

90.Fn basename
91function conforms to
92.St -xpg4.2 .
93.Sh HISTORY
94The
95.Fn basename
96function first appeared in
97.Ox 2.2 .
29.\"
30.Dd August 17, 1997
31.Dt BASENAME 3
32.Os
33.Sh NAME
34.Nm basename
35.Nd extract the base portion of a pathname
36.Sh SYNOPSIS

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

90.Fn basename
91function conforms to
92.St -xpg4.2 .
93.Sh HISTORY
94The
95.Fn basename
96function first appeared in
97.Ox 2.2 .
98.Sh AUTHOR
98.Sh AUTHORS
99Todd C. Miller <Todd.Miller@courtesan.com>
99Todd C. Miller <Todd.Miller@courtesan.com>