strdup.3 (58f0484fa251c266ede97b591b499fe3dd4f578e) strdup.3 (7bdf80e5714a8b59a2bfda90f367be4612df033e)
1.\" Copyright (c) 1990, 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.

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

55.Pp
56If insufficient memory is available, NULL is returned.
57.Sh SEE ALSO
58.Xr malloc 3
59.Xr free 3
60.Sh HISTORY
61The
62.Fn strdup
1.\" Copyright (c) 1990, 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.

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

55.Pp
56If insufficient memory is available, NULL is returned.
57.Sh SEE ALSO
58.Xr malloc 3
59.Xr free 3
60.Sh HISTORY
61The
62.Fn strdup
63function first appeared in 4.4BSD.
63function first appeared in
64.Bx 4.4 .