Fix argument naming in dirname(1)
This commit is contained in:
parent
a7ad11ed5e
commit
f9a7a7e59f
|
@ -3,11 +3,11 @@
|
||||||
dirname \- strip final path component
|
dirname \- strip final path component
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B dirname
|
.B dirname
|
||||||
.I string
|
.I pathname
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.B dirname
|
.B dirname
|
||||||
prints the
|
prints the
|
||||||
.I string
|
.I pathname
|
||||||
with its final path component removed.
|
with its final path component removed.
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.IR basename (1),
|
.IR basename (1),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user