History log of /netbsd-src/lib/libc/gen/getcwd.3 (Results 1 – 18 of 18)
Revision Date Author Comments
# 157d0c3e 29-Apr-2010 jruoho <jruoho@NetBSD.org>

Add some STANDARDS lingo, mainly to note the functions that have been
removed from POSIX (2008).


# 1c3412fa 22-Mar-2010 joerg <joerg@NetBSD.org>

Use .In for header files instead of .Ar Pa and variations.


# eb7c1594 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.


# 472351e1 16-Apr-2003 wiz <wiz@NetBSD.org>

Use
.In header.h
instead of
.Fd #include \*[Lt]header.h\*[Gt]
Much easier to read and write, and supported by groff for ages.
Okayed by ross.


# 814f296b 07-Feb-2002 ross <ross@NetBSD.org>

Generate <>& symbolically.


# 09a03cd8 16-Sep-2001 wiz <wiz@NetBSD.org>

Standardize section headers, sort sections, sort SEE ALSO, punctuation
and misc. fixes.


# a0dbe70b 16-Sep-2001 wiz <wiz@NetBSD.org>

Boring whitespace fixes.


# 38c96853 22-Mar-1999 garbled <garbled@NetBSD.org>

Last of the .Os cleanups. .Os is defined in the tmac.doc-common file,
so we shouldn't override it with versions in the manpages. Wheee!


# fc907569 08-Jun-1998 lukem <lukem@NetBSD.org>

Implement a new manual page category ``SECURITY CONSIDERATIONS''
(suggested by mycroft)


# 312aca53 05-Feb-1998 perry <perry@NetBSD.org>

add LIBRARY section to man page


# 335c5b76 27-Nov-1997 mikel <mikel@NetBSD.org>

s/EACCESS/EACCES/, from Brian Evans via OpenBSD


# 8a7cd68e 08-Oct-1997 kleink <kleink@NetBSD.org>

getcwd(3) is not defined by ANSI C but by 1003.1; pointed out by Alan Curry
in PR lib/4238.


# 29308d7d 30-Jul-1995 jtc <jtc@NetBSD.org>

stdio.h -> unistd.h


# b585e843 27-Feb-1995 cgd <cgd@NetBSD.org>

update from Lite, with local changes. fix Ids, etc.


# 691ded45 29-Nov-1993 jtc <jtc@NetBSD.org>

Use "Er" for argument to -width in the lists in the ERROR sections so that
formatting is consistant.
Other misc. tweaks.


# 0b5def9b 04-Oct-1993 jtc <jtc@NetBSD.org>

Update to reflect the fact that this manpage is used for both getcwd & getwd:
Change main title from GETWD to GETCWD as getcwd is the prefered interface.
Add getwd to NAME section so it shows up

Update to reflect the fact that this manpage is used for both getcwd & getwd:
Change main title from GETWD to GETCWD as getcwd is the prefered interface.
Add getwd to NAME section so it shows up in whatis database.

show more ...


# 0e9c8e45 30-Jul-1993 mycroft <mycroft@NetBSD.org>

Add RCS identifiers.


# 61f28255 21-Mar-1993 cgd <cgd@NetBSD.org>

initial import of 386bsd-0.1 sources