summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/getlogin.2
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* /^\.St/ s/-iso9945-1/-p1003.1-96/ru2001-02-261-2/+2
|
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-4/+4
|
* mdoc(7) police: fixed (minor) mdoc bugs introduced in previous revision.ru2001-01-101-2/+3
|
* Change the interface of getlogin_r to return an int. The formerdeischen2001-01-011-5/+18
| | | | | | | | | | interface was based on a draft version of POSIX whereas the final (1996) version of POSIX specified that the error is returned. While I'm here, fix getlogin_r so that it works for more than just the first time it's called. Reviewed by: wes, wollman (man page)
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
| | | | More libraries manpages updates following.
* Document the getlogin_r function.wes1999-11-281-2/+22
|
* Some style and "look" fixesphantom1999-09-051-1/+1
| | | | Reviewed by: mpp
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Removed superfluous quoting of function args.bde1997-09-071-2/+2
|
* Reference the correct version of BSD at the bottom of thesteve1997-08-231-1/+1
| | | | | | manpage. PR: docs/3735
* `it's'' -> `its'' where appropriate and typo fixes in time2posix.3.eivind1997-05-191-1/+1
| | | | | | Closes PR docs/3612. Submitted by: Josh Gilliam <soil@quick.net>
* Remove words about lower limit needed (from BUGS section), we haveache1997-03-031-7/+0
| | | | precise limit now
* Use stricter MAXLOGNAME nowache1997-03-031-1/+1
|
* Reflect current MAXLONGNAME value and specify that null includedache1997-03-031-1/+1
|
* MAXLOGNAME currently 16, not 12ache1997-03-021-1/+1
|
* Correctly use .Fn instead of .Nm to reference function namesmpp1996-08-221-1/+2
| | | | | | | | in a bunch of man pages. Use the correct .Bx (BSD UNIX) or .At (AT&T UNIX) macros instead of explicitly specifying the version in the text in a bunch of man pages.
* Add a dire warning about misusing the setlogin() system call. Be verypeter1996-02-231-1/+46
| | | | | | | explicit that it is global to the entire "session", and that setsid() or daemon() are need to have been called at some point. The most notable offender of setlogin() misuse is XFree86's xdm.
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+126
OpenPOWER on IntegriCloud