Add mandoc-manpage for logname(1)

and mark it as finished in README.
This commit is contained in:
FRIGN 2015-01-26 15:06:50 +01:00
parent 00e7f4e38a
commit 1d28e5b981
2 changed files with 17 additions and 9 deletions

2
README
View File

@ -39,7 +39,7 @@ The following tools are implemented ('*' == finished, '#' == UTF-8 support,
=* link yes none =* link yes none
=* ln yes none =* ln yes none
=* logger yes none =* logger yes none
= logname yes none =* logname yes none
= ls no -C, -R, -q, -u = ls no -C, -R, -q, -u
md5sum non-posix none md5sum non-posix none
= mkdir yes none = mkdir yes none

View File

@ -1,8 +1,16 @@
.TH LOGNAME 1 sbase\-VERSION .Dd January 26, 2015
.SH NAME .Dt LOGNAME 1 sbase\-VERSION
logname \- return the user's login name .Sh NAME
.SH SYNOPSIS .Nm logname
.B logname .Nd show login name
.SH DESCRIPTION .Sh SYNOPSIS
.B logname .Nm logname
prints the login name of the current user. .Sh DESCRIPTION
.Nm
writes the login name of the current user to stdout.
.Sh STANDARDS
The
.Nm
utility is compliant with the
.St -p1003.1-2008
specification.