summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authormux <mux@FreeBSD.org>2002-07-08 20:16:15 +0000
committermux <mux@FreeBSD.org>2002-07-08 20:16:15 +0000
commit9d6bbab0db0946d90ecbec17908e3927d620e15c (patch)
treebbf9454ad6c53ab7a65c3983758a6664dda1d074 /lib
parentf6b851446c0a9d367c46fee0bff6c607cb2e3dbb (diff)
downloadFreeBSD-src-9d6bbab0db0946d90ecbec17908e3927d620e15c.zip
FreeBSD-src-9d6bbab0db0946d90ecbec17908e3927d620e15c.tar.gz
Typo fix: Setlogin() -> setlogin().
Submitted by: Olivier Houchard <cognet@ci0.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/getlogin.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/getlogin.2 b/lib/libc/sys/getlogin.2
index 04a32a6..dca0f60 100644
--- a/lib/libc/sys/getlogin.2
+++ b/lib/libc/sys/getlogin.2
@@ -78,7 +78,7 @@ to hold the result. The buffer should be at least
.Dv MAXLOGNAME
bytes in length.
.Pp
-.Fn Setlogin
+.Fn setlogin
sets the login name of the user associated with the current session to
.Fa name .
This call is restricted to the super-user, and
OpenPOWER on IntegriCloud