X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..3903760236c30e3b5ace7a4eefac3a269d68957c:/bsd/man/man2/getlogin.2?ds=sidebyside diff --git a/bsd/man/man2/getlogin.2 b/bsd/man/man2/getlogin.2 index 33f127fad..be2b7e5bf 100644 --- a/bsd/man/man2/getlogin.2 +++ b/bsd/man/man2/getlogin.2 @@ -43,9 +43,13 @@ .Sh SYNOPSIS .Fd #include .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 @@ -61,7 +65,7 @@ for example when .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