First set of documentation updates to man page, texinfo manual

This commit is contained in:
Chet Ramey
2024-10-08 09:52:21 -04:00
parent 254081c097
commit 9d1eb43fdd
32 changed files with 14856 additions and 12403 deletions
+1 -1
View File
@@ -26,8 +26,8 @@
order of decreasing precedence.
"id++", "id--" [post-increment and post-decrement]
"-", "+" [(unary operators)]
"++id", "--id" [pre-increment and pre-decrement]
"-", "+" [(unary operators)]
"!", "~"
"**" [(exponentiation)]
"*", "/", "%"