.Sh SYNOPSIS
.Fd #include <unistd.h>
.Ft char *
-.Fn getlogin void
+.Fo getlogin
+.Fa void
+.Fc
.Ft int
-.Fn setlogin "const char *name"
+.Fo setlogin
+.Fa "const char *name"
+.Fc
.Sh DESCRIPTION
The
.Fn getlogin
.Xr su 1
is used.)
.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