summaryrefslogtreecommitdiff
path: root/lib/libc/gen/dirname.3
diff options
context:
space:
mode:
authorMike Pechkin <mpech@cvs.openbsd.org>2001-08-06 10:42:27 +0000
committerMike Pechkin <mpech@cvs.openbsd.org>2001-08-06 10:42:27 +0000
commit1320ab033fe87f3c4bbe6a5b938051a972e2c008 (patch)
tree08643f7157203db17f792c9fa6e21e98cbb2ed53 /lib/libc/gen/dirname.3
parentee5b7a2eb6e46300664b2e6619df8f6ef2e27947 (diff)
o) We always close .Bl and .Bd tags;
o) .Sh AUTHOR -> .Sh AUTHORS; o) We don't like .Pp before/after .Sh; o) We don't like .Pp before/after .Rs/.Re; o) NetBSD -> .Nx; o) OpenBSD -> .Ox; millert@ ok
Diffstat (limited to 'lib/libc/gen/dirname.3')
-rw-r--r--lib/libc/gen/dirname.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/dirname.3 b/lib/libc/gen/dirname.3
index c8991d71ee1..9351b700fa4 100644
--- a/lib/libc/gen/dirname.3
+++ b/lib/libc/gen/dirname.3
@@ -24,7 +24,7 @@
.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: dirname.3,v 1.10 2000/12/24 00:30:47 aaron Exp $
+.\" $OpenBSD: dirname.3,v 1.11 2001/08/06 10:42:25 mpech Exp $
.\"
.Dd August 17, 1997
.Dt DIRNAME 3
@@ -100,5 +100,5 @@ The
.Fn dirname
function first appeared in
.Ox 2.2 .
-.Sh AUTHOR
+.Sh AUTHORS
Todd C. Miller <Todd.Miller@courtesan.com>