diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-01-12 16:16:02 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-01-12 16:16:02 +0000 |
| commit | 53f9e548372220f271f3e664a0caffa4f4d0761e (patch) | |
| tree | dfd55b1a10e516b4f41061f6827105a6c18cc334 /gnu/lib/libdialog | |
| parent | 7799c55bd1144359f195f7bd09b3bb48ffd38876 (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libdialog')
| -rw-r--r-- | gnu/lib/libdialog/dialog.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/lib/libdialog/dialog.3 b/gnu/lib/libdialog/dialog.3 index 140c4ab7d3e8..876c6738b65a 100644 --- a/gnu/lib/libdialog/dialog.3 +++ b/gnu/lib/libdialog/dialog.3 @@ -326,7 +326,7 @@ should be a positive integer representing the number of string pointer pairs to find in .Va itptr (which should be of type -.Ft char "**" ), +.Ft char "**" ) , the strings are expected to be in prompt and title order for each item and the .Va result @@ -392,7 +392,7 @@ should be a positive integer representing the number of string pointer tuples to find in .Va itptr (which should be of type -.Ft "char **" ), +.Ft "char **" ) , the strings are expected to be in prompt, title and state ("on" or "off") order for each item and the @@ -408,7 +408,7 @@ integer representing the number of structures pointed to by .Va itptr (which should be of type -.Ft "dialogMenuItem *" ), +.Ft "dialogMenuItem *" ) , one structure per item. In the new interface, the .Va result @@ -475,7 +475,7 @@ should be a positive integer representing the number of string pointer tuples to find in .Va itptr (which should be of type -.Ft "char **" ), +.Ft "char **" ) , the strings are expected to be in prompt, title and state ("on" or "off") order for each item and the |
