From 6422cdfdf75e4d513528f881db85fb49fb579a50 Mon Sep 17 00:00:00 2001 From: Gitea Date: Fri, 11 Dec 2020 01:25:55 -0600 Subject: [PATCH] complete man page for logname --- logname.1 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 logname.1 diff --git a/logname.1 b/logname.1 new file mode 100644 index 0000000..990e287 --- /dev/null +++ b/logname.1 @@ -0,0 +1,18 @@ +.TH LOGNAME 1 +.SH NAME +logname \- return the user's login name +.SH SYNOPSIS +.B logname +.SH DESCRIPTION +.B logname +simply writes the user's login name to standard output. That's it. It's +basically just a call to getlogin(3). Pretty simple. +.SH OPTIONS +None +.SH AUTHOR +Written by Kat. +.SH COPYRIGHT +Copyright (C) 2020 The FENIX Project +.PP +This software is free software. Feel free to modify it and/or pass +it around. \ No newline at end of file