summaryrefslogtreecommitdiffstats
path: root/usr.bin/logname
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>1999-06-05 01:21:16 +0000
committeraaron <aaron@openbsd.org>1999-06-05 01:21:16 +0000
commit2e0eb34f9ef8580fcc302e699336a1ee9c0e962d (patch)
tree2e1671e517b88ea870a25bdefcce70dfa61e640c /usr.bin/logname
parentThink-o in pmap_extract4m(), detected by UVM; pk (diff)
downloadwireguard-openbsd-2e0eb34f9ef8580fcc302e699336a1ee9c0e962d.tar.xz
wireguard-openbsd-2e0eb34f9ef8580fcc302e699336a1ee9c0e962d.zip
- 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')
-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