summaryrefslogtreecommitdiff
path: root/bin/pwd
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1998-11-28 03:20:37 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1998-11-28 03:20:37 +0000
commit9bb6028fe02a280e61b8f862f447486ce6b5f72a (patch)
treeebd1056cace973776cd01330a93779596980ef88 /bin/pwd
parenteecdb9deb4317c0e37ed8d58ba92503563912fed (diff)
start killing redundant .Nm macro arguments (mandoc ``remembers'' the first one
it's given)
Diffstat (limited to 'bin/pwd')
-rw-r--r--bin/pwd/pwd.18
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/pwd/pwd.1 b/bin/pwd/pwd.1
index 5b345c5f9e0..fbf60ffd411 100644
--- a/bin/pwd/pwd.1
+++ b/bin/pwd/pwd.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pwd.1,v 1.4 1998/09/14 22:13:54 aaron Exp $
+.\" $OpenBSD: pwd.1,v 1.5 1998/11/28 03:20:35 aaron Exp $
.\" $NetBSD: pwd.1,v 1.10 1995/09/07 06:47:30 jtc Exp $
.\"
.\" Copyright (c) 1990, 1993
@@ -44,16 +44,16 @@
.Nm pwd
.Nd return working directory name
.Sh SYNOPSIS
-.Nm pwd
+.Nm
.Sh DESCRIPTION
-.Nm pwd
+.Nm
writes the absolute pathname of the current working directory to
the standard output.
.Pp
The pwd utility exits 0 on success or >0 if an error occurred.
.Sh STANDARDS
The
-.Nm pwd
+.Nm
utility is expected to be
.St -p1003.2
compatible.