summaryrefslogtreecommitdiff
path: root/usr.bin/logname/logname.1
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-06-05 01:21:54 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-06-05 01:21:54 +0000
commit1805b94e6caa317d402e398fa06fa3d93d6827a0 (patch)
treee58ba56a51e58547f1d6f5a95c25435bc397c5c3 /usr.bin/logname/logname.1
parentf35d61706eae00527a19f021ef26ab0109f18e5c (diff)
- remove trailing white space
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/
Diffstat (limited to 'usr.bin/logname/logname.1')
-rw-r--r--usr.bin/logname/logname.114
1 files changed, 7 insertions, 7 deletions
diff --git a/usr.bin/logname/logname.1 b/usr.bin/logname/logname.1
index 9c78703c57a..961251577a8 100644
--- a/usr.bin/logname/logname.1
+++ b/usr.bin/logname/logname.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: logname.1,v 1.5 1998/09/26 19:55:01 aaron Exp $
+.\" $OpenBSD: logname.1,v 1.6 1999/06/05 01:21:32 aaron Exp $
.\" $NetBSD: logname.1,v 1.5 1995/07/25 18:31:12 jtc Exp $
.\"
.\" Copyright (c) 1991, 1993
@@ -39,7 +39,7 @@
.\"
.Dd June, 9, 1993
.Dt LOGNAME 1
-.Os BSD 4.4
+.Os
.Sh NAME
.Nm logname
.Nd display user's login name
@@ -47,12 +47,12 @@
.Nm logname
.Sh DESCRIPTION
The
-.Nm logname
+.Nm
utility writes the user's login name to standard output followed by
a newline.
.Pp
The
-.Nm logname
+.Nm
utility explicitly ignores the
.Ev LOGNAME
and
@@ -61,7 +61,7 @@ environment variables
because the environment cannot be trusted.
.Pp
The
-.Nm logname
+.Nm
utility exits 0 on success or >0 if an error occurred.
.Sh SEE ALSO
.Xr who 1 ,
@@ -69,8 +69,8 @@ utility exits 0 on success or >0 if an error occurred.
.Xr getlogin 2
.Sh STANDARDS
The
-.Nm logname
-utility conforms to
+.Nm
+utility conforms to
.St -p1003.2-92 .
.Sh HISTORY
The