Age | Commit message (Collapse) | Author |
|
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
|
|
This takes into account the _CONST_X_STRING feature, distinguishing
between String and char* and const char*, but also in
several cases, such as XtSessionGetToken, the manual page was wrong.
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Conflicts:
man/XtAppErrorMsg.man
|
|
After the last cleanups all the private macros are
now obsolet. They are removed with:
sed -e'/^\.de/,/^\.ny/d' -i
|
|
Conflicts:
man/XtManageChildren.man
|
|
The in-text macros are a problem when maintaining the text.
While removing i noticed several problems with missing
definitions this is fixed also.
|
|
Use ".B" when only bold is intended.
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
|
|
By replacing we do two things:
1. this fixes the troff behavier
2. this moves us closer to std. man pages
3. after this patch the macro ZN can be deleted
Signed-off-by: Walter Harms <wharms@bfs.de>
|
|
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
|
|
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
|
|
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
|
|
1989 in X11R4. The command was given a ".ny0", but nroff did not accept
more than two-character names, so it "should" have been ".ny 0". Further,
since there is no standard macro "ny" (and no command), define a fallback.
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
|
|
Also, change .Ds/.De to use CW font, as what they're wrapping is code displays.
This may not be recognized on archaic Unixes, but .ft 1 isn't any too safe
either. The PostScript and DVI drivers both grok CW.
Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
|
|
Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
git diff -w & git diff -b show no diffs from this change
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
|
|
Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
|
|
|
|
doc/man/Xt/XtAddCbk.man
doc/man/Xt/XtAddIn.man
doc/man/Xt/XtAllocGC.man
doc/man/Xt/XtAppE.man
doc/man/Xt/XtAppEM.man
doc/man/Xt/XtAppSTC.man
doc/man/Xt/XtClass.man
doc/man/Xt/XtConvSt.man
doc/man/Xt/XtConvert.man
doc/man/Xt/XtCreateSR.man
doc/man/Xt/XtDisplayI.man
doc/man/Xt/XtErr.man
doc/man/Xt/XtErrM.man
doc/man/Xt/XtExtEvDis.man
doc/man/Xt/XtGEDB.man
doc/man/Xt/XtGetANC.man
doc/man/Xt/XtGetActK.man
doc/man/Xt/XtGetAres.man
doc/man/Xt/XtGetSTO.man
doc/man/Xt/XtGetSres.man
doc/man/Xt/XtInit.man
doc/man/Xt/XtInitWC.man
doc/man/Xt/XtManChild.man
doc/man/Xt/XtOffset.man
doc/man/Xt/XtOwnSel.man
doc/man/Xt/XtRegDraw.man
doc/man/Xt/XtResPA.man
doc/man/Xt/XtSession.man
doc/man/Xt/XtSetLangP.man
doc/man/Xt/XtSetSP.man
doc/man/Xt/XtSetVal.man
//bugs.freedesktop.org/show_bug.cgi?id=2331> Attachment #1718
<https://bugs.freedesktop.org/attachment.cgi?id=1718>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|