err.3 (64437d397beb4fa4471be1a424d001dcb2d03452) | err.3 (aeecffebe50e876dd229e3af1a19fa226c23b8d3) |
---|---|
1.\" Copyright (c) 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. --- 100 unchanged lines hidden (view full) --- 109.Fn verrc , 110.Fn warn , 111.Fn warnc , 112.Fn vwarn , 113and 114.Fn vwarnc 115functions append an error message obtained from 116.Xr strerror 3 | 1.\" Copyright (c) 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. --- 100 unchanged lines hidden (view full) --- 109.Fn verrc , 110.Fn warn , 111.Fn warnc , 112.Fn vwarn , 113and 114.Fn vwarnc 115functions append an error message obtained from 116.Xr strerror 3 |
117based on a code or the global variable | 117based on a supplied error code value or the global variable |
118.Va errno , 119preceded by another colon and space unless the 120.Fa fmt 121argument is 122.Dv NULL . 123.Pp 124In the case of the 125.Fn errc , --- 111 unchanged lines hidden --- | 118.Va errno , 119preceded by another colon and space unless the 120.Fa fmt 121argument is 122.Dv NULL . 123.Pp 124In the case of the 125.Fn errc , --- 111 unchanged lines hidden --- |