commit 1988901b7df40fb70eb7e39ac8cfe5e4f4cc7fa7
Author: sin <[email protected]>
Date: Mon Jun 2 16:41:07 2014 +0100
Add login(1) manpage
diff --git a/Makefile b/Makefile
index fe87548..e55d770 100644
--- a/Makefile
+++ b/Makefile
@@ -67,6 +67,7 @@ MAN1 = \
fallocate.1 \
free.1 \
id.1 \
+ login.1 \
mknod.1 \
mountpoint.1 \
pagesize.1 \
diff --git a/login.1 b/login.1
new file mode 100644
index 0000000..e69f692
--- /dev/null
+++ b/login.1
@@ -0,0 +1,16 @@
+.TH LOGIN 1 ubase-VERSION
+.SH NAME
+BloginR - Log into the system
+.SH SYNOPSIS
+BloginR [B-pR] IuserR
+.SH DESCRIPTION
+BloginR logs the IuserR into the system. It sets BHOMER,
+BSHELLR, BUSERR, BLOGNAMER and the BPATHR environment
+variables and invokes the login shell as specified in I/etc/passwdR.
+.SH OPTIONS
+.TP
+B-pR
+Preserve the environment.
+.SH BUGS
+.TP
+There is no support for shadow files.