Server IP : 104.21.38.3 / Your IP : 162.158.190.36 Web Server : Apache System : Linux krdc-ubuntu-s-2vcpu-4gb-amd-blr1-01.localdomain 5.15.0-142-generic #152-Ubuntu SMP Mon May 19 10:54:31 UTC 2025 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /www/server/mysql/src/extra/libedit/libedit-20221030-3.1/doc/ |
Upload File : |
EL_MANS = editline.3 editline.7 editrc.5 man_MANS = $(EL_MANS) EL_MAN_LINKS = \ el_deletestr.3 \ el_end.3 \ el_get.3 \ el_getc.3 \ el_gets.3 \ el_init.3 \ el_init_fd.3 \ el_insertstr.3 \ el_line.3 \ el_parse.3 \ el_push.3 \ el_reset.3 \ el_resize.3 \ el_set.3 \ el_source.3 \ history.3 \ history_end.3 \ history_init.3 \ tok_end.3 \ tok_init.3 \ tok_line.3 \ tok_reset.3 \ tok_str.3 EL_MAN_LINKS += \ el_wdeletestr.3 \ el_wget.3 \ el_wgetc.3 \ el_wgets.3 \ el_winsertstr.3 \ el_wline.3 \ el_wparse.3 \ el_wpush.3 \ el_wset.3 \ history_w.3 \ history_wend.3 \ history_winit.3 \ tok_wend.3 \ tok_winit.3 \ tok_wline.3 \ tok_wreset.3 \ tok_wstr.3 install-data-hook: $(EL_MAN_LINKS) $(EL_MAN_LINKS): (cd $(DESTDIR)$(man3dir) && rm -f $@ && $(LN_S) editline.3 $@) $(EL_MANS): @if test "$(MANTYPE)" = "mdoc"; then\ cp $(srcdir)/[email protected] $@;\ else\ $(AWK) -f $(srcdir)/mdoc2man.awk $(srcdir)/[email protected] > $@ || rm -f $@;\ fi; uninstall-local: (cd $(DESTDIR)$(man3dir) && rm -f $(EL_MAN_LINKS)) CLEANFILES = $(EL_MANS) EXTRA_DIST = editline.3.roff editline.7.roff editrc.5.roff mdoc2man.awk changelog.txt: ../ChangeLog @sed 's/@/ (at)/g; s/&/\&/g; s/</\</g; s/>/\>/g;' $(srcdir)/$< > $@;