getcwd.3 (b76cc0f8310d89cf8ff55cfa695f65ee4bf6874b) getcwd.3 (712dc76e87bd7bbeb3f781e690886b69a1f9c5ca)
1.\" Copyright (c) 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 21 unchanged lines hidden (view full) ---

30.\" SUCH DAMAGE.
31.\"
32.\" @(#)getcwd.3 8.2 (Berkeley) 12/11/93
33.\"
34.Dd December 11, 1993
35.Dt GETCWD 3
36.Os BSD 4.2
37.Sh NAME
1.\" Copyright (c) 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 21 unchanged lines hidden (view full) ---

30.\" SUCH DAMAGE.
31.\"
32.\" @(#)getcwd.3 8.2 (Berkeley) 12/11/93
33.\"
34.Dd December 11, 1993
35.Dt GETCWD 3
36.Os BSD 4.2
37.Sh NAME
38.Nm getcwd
38.Nm getcwd ,
39.Nm getwd
39.Nd get working directory pathname
40.Sh SYNOPSIS
41.Fd #include <unistd.h>
42.Ft char *
43.Fn getcwd "char *buf" "size_t size"
44.Ft char *
45.Fn getwd "char *buf"
46.Sh DESCRIPTION

--- 108 unchanged lines hidden ---
40.Nd get working directory pathname
41.Sh SYNOPSIS
42.Fd #include <unistd.h>
43.Ft char *
44.Fn getcwd "char *buf" "size_t size"
45.Ft char *
46.Fn getwd "char *buf"
47.Sh DESCRIPTION

--- 108 unchanged lines hidden ---