gbranden pushed a commit to branch master
in repository groff.

commit 8cae7426723579a883a5b11848ee61c9c2752732
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Aug 27 22:00:32 2026 -0500

    pic(1): De-document argumentful "rand()" expr.
    
    It's been marked deprecated in this man page for over 35 years, and GNU
    pic has thrown a deprecation warning about it for over 3 years.
---
 src/preproc/pic/pic.1.man | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/preproc/pic/pic.1.man b/src/preproc/pic/pic.1.man
index af4da7656..358cbff9e 100644
--- a/src/preproc/pic/pic.1.man
+++ b/src/preproc/pic/pic.1.man
@@ -832,11 +832,6 @@ The syntax for expressions has been significantly extended.
 .B rand()
 (return a random number between 0 and 1)
 .br
-.BI rand( x )
-(return a random number between 1 and
-.IR x ;
-deprecated)
-.br
 .BI srand( x )
 (set the random number seed)
 .br

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to