diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2012-08-23 10:42:46 -0400 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2012-08-23 10:42:46 -0400 |
commit | b83f2898528c5dd683acd2a2143879a760a8dad5 (patch) | |
tree | 41247ac872134f40423e3bdca5b83df63099e412 /man | |
parent | e9509fa6745d25eee01ec6f1c34edf8a806d66b3 (diff) |
Remove the one and only use of the .NT/.NE pair.
The problem with these macros is that they rely on being able to
center the note label. That doesn't play well with modern HTML,
not anyway without coomplications like CSS. This use was just a cute
trick, not adding enough value to be kept.
Diffstat (limited to 'man')
-rw-r--r-- | man/XmbLookupString.man | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/man/XmbLookupString.man b/man/XmbLookupString.man index 10ba9390..74e405c9 100644 --- a/man/XmbLookupString.man +++ b/man/XmbLookupString.man @@ -179,8 +179,8 @@ and .ZN XwcLookupString begins in the initial state of the encoding of the locale (if the encoding of the locale is state-dependent). -.NT -To ensure proper input processing, +.LP +Note: To ensure proper input processing, it is essential that the client pass only .ZN KeyPress events to @@ -191,7 +191,6 @@ and Their behavior when a client passes a .ZN KeyRelease event is undefined. -.NE .LP Clients should check the status_return argument before using the other returned values. |