diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1999-05-28 16:28:06 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 1999-05-28 16:28:06 +0000 |
commit | e91bb9217d5deb96af476f6c4c31152899f2d8ab (patch) | |
tree | 745bff93b81800b2c2ebb30308cdf4b528773e8a /lib/libc | |
parent | c9a7c496c4b4ccdffde8f5c6a51fe1fbdf59afca (diff) |
fix tytypos.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/basename.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/basename.3 b/lib/libc/gen/basename.3 index 72aaecd7ff0..b19d7c691fb 100644 --- a/lib/libc/gen/basename.3 +++ b/lib/libc/gen/basename.3 @@ -24,14 +24,14 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: basename.3,v 1.7 1999/05/27 20:49:32 aaron Exp $ +.\" $OpenBSD: basename.3,v 1.8 1999/05/28 16:28:05 espie Exp $ .\" .Dd August 17, 1997 .Dt BASENAME 3 .Os .Sh NAME .Nm basename -.Nd extract the base portition of a pathname +.Nd extract the base portion of a pathname .Sh SYNOPSIS .Fd #include <libgen.h> .Ft char * @@ -40,7 +40,7 @@ The .Fn basename function -returns the last componenent from the pathname pointed to by +returns the last component from the pathname pointed to by .Ar path , deleting any trailing .Sq \&/ |