jcs's openbsd hax
openbsd

repair error section; Martin Vahlensieck

deraadt daecb992 456d617c

+8 -3
+8 -3
lib/libc/sys/ypconnect.2
··· 1 - .\" $OpenBSD: ypconnect.2,v 1.2 2022/07/17 05:48:26 jmc Exp $ 1 + .\" $OpenBSD: ypconnect.2,v 1.3 2022/07/21 22:45:06 deraadt Exp $ 2 2 .\" 3 3 .\" Copyright (c) 2022 Theo de Raadt <deraadt@openbsd.org> 4 4 .\" ··· 14 14 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15 15 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16 16 .\" 17 - .Dd $Mdocdate: July 17 2022 $ 17 + .Dd $Mdocdate: July 21 2022 $ 18 18 .Dt YPCONNECT 2 19 19 .Os 20 20 .Sh NAME ··· 45 45 .Nm 46 46 is only intended for use by internal libc YP functions. 47 47 .Sh RETURN VALUES 48 - .Rv -std 48 + If successful, 49 + .Fn ypconnect 50 + returns a non-negative integer, the socket file descriptor. 51 + Otherwise, a value of \-1 is returned and 52 + .Va errno 53 + is set to indicate the error. 49 54 .Sh ERRORS 50 55 .Fn ypconnect 51 56 will fail if: