Print this page
4023 - Typo in file(1) manpage and various others

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3tecla/gl_get_line.3tecla
          +++ new/usr/src/man/man3tecla/gl_get_line.3tecla
↓ open down ↓ 17 lines elided ↑ open up ↑
  18   18  .\" INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
  19   19  .\" FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
  20   20  .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
  21   21  .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  22   22  .\"
  23   23  .\" Except as contained in this notice, the name of a copyright holder
  24   24  .\" shall not be used in advertising or otherwise to promote the sale, use
  25   25  .\" or other dealings in this Software without prior written authorization
  26   26  .\" of the copyright holder.
  27   27  .\" Portions Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved.
  28      -.TH GL_GET_LINE 3TECLA "Nov 28, 2007"
       28 +.TH GL_GET_LINE 3TECLA "Sep 10, 2013"
  29   29  .SH NAME
  30   30  gl_get_line, new_GetLine, del_GetLine, gl_customize_completion,
  31   31  gl_change_terminal, gl_configure_getline, gl_load_history, gl_save_history,
  32   32  gl_group_history, gl_show_history, gl_watch_fd, gl_inactivity_timeout,
  33   33  gl_terminal_size, gl_set_term_size, gl_resize_history, gl_limit_history,
  34   34  gl_clear_history, gl_toggle_history, gl_lookup_history, gl_state_of_history,
  35   35  gl_range_of_history, gl_size_of_history, gl_echo_mode, gl_replace_prompt,
  36   36  gl_prompt_style, gl_ignore_signal, gl_trap_signal, gl_last_signal,
  37   37  gl_completion_action, gl_register_action, gl_display_text, gl_return_status,
  38   38  gl_error_message, gl_catch_blocked, gl_list_signals, gl_bind_keyseq,
↓ open down ↓ 627 lines elided ↑ open up ↑
 666  666  If \fIapp_string\fR != \fINULL\fR, then it is interpreted as a string
 667  667  containing one or more configuration commands, separated from each other in the
 668  668  string by embedded newline  characters. If \fIapp_file\fR != \fINULL\fR then it
 669  669  is interpreted as the full pathname of an application-specific configuration
 670  670  file. If user_file != \fINULL\fR then it is interpreted as the full path name
 671  671  of a user-specific configuration file, such as \fB~/.teclarc\fR. For example,
 672  672  in the call
 673  673  .sp
 674  674  .in +2
 675  675  .nf
 676      -gl_configure_getline(gl, "edit-mode vi \n nobeep",
      676 +gl_configure_getline(gl, "edit-mode vi \en nobeep",
 677  677                       "/usr/share/myapp/teclarc", "~/.teclarc");
 678  678  .fi
 679  679  .in -2
 680  680  
 681  681  .sp
 682  682  .LP
 683  683  The \fIapp_string\fR argument causes the calling application to start in
 684  684  \fBvi\fR(1) edit-mode, instead of the default \fBemacs\fR mode, and turns off
 685  685  the use of the terminal bell by the library. It then attempts to read
 686  686  system-wide configuration commands from an optional file called
↓ open down ↓ 1752 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX