X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=man%2Fcurs_border.3x;h=bd6f040c860c48cc35157ddf3619501caefc2aed;hb=75a9c36c205ebefe07580acd0b1053a2abbd44b9;hp=b8582bfc71c324baefde22e32b523b08fc91310f;hpb=084e3b44fc1c904d5ab941da55f47a237cb15766;p=ncurses.git diff --git a/man/curs_border.3x b/man/curs_border.3x index b8582bfc..bd6f040c 100644 --- a/man/curs_border.3x +++ b/man/curs_border.3x @@ -1,5 +1,5 @@ .\"*************************************************************************** -.\" Copyright 2018-2022,2023 Thomas E. Dickey * +.\" Copyright 2018-2023,2024 Thomas E. Dickey * .\" Copyright 1998-2007,2010 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * @@ -27,8 +27,8 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_border.3x,v 1.43 2023/11/25 11:31:27 tom Exp $ -.TH curs_border 3X 2023-11-25 "ncurses 6.4" "Library calls" +.\" $Id: curs_border.3x,v 1.46 2024/03/16 15:38:43 tom Exp $ +.TH curs_border 3X 2024-03-16 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls" .ie \n(.g \{\ .ds `` \(lq .ds '' \(rq @@ -137,10 +137,11 @@ The line is at most \fIn\fP characters long, or as many as fit into the window. .SH RETURN VALUE All routines return the integer \fBOK\fP. -The SVr4.0 manual says "or a -non-negative integer if \fBimmedok\fP is set", but this appears to be an error. +The SVr4.0 manual says +\*(``or a non-negative integer if \fB\%immedok\fP is set\*('', +but this appears to be an error. .PP -X/Open does not define any error conditions. +X/Open Curses does not specify any error conditions. This implementation returns an error if the window pointer is null. .PP