getusershell.3 (7f3dea244c40159a41ab22da77a434d7c5b5e85a) | getusershell.3 (c6ff3a1bf74d96278726113478b2c66884aab584) |
---|---|
1.\" Copyright (c) 1985, 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. --- 80 unchanged lines hidden (view full) --- 89The 90.Fn getusershell 91function appeared in 92.Bx 4.3 . 93.Sh BUGS 94The 95.Fn getusershell 96function leaves its result in an internal static object and returns | 1.\" Copyright (c) 1985, 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. --- 80 unchanged lines hidden (view full) --- 89The 90.Fn getusershell 91function appeared in 92.Bx 4.3 . 93.Sh BUGS 94The 95.Fn getusershell 96function leaves its result in an internal static object and returns |
97a pointer to that object. Subsequent calls to | 97a pointer to that object. 98Subsequent calls to |
98.Fn getusershell 99will modify the same object. | 99.Fn getusershell 100will modify the same object. |