Fixed synopsis (missing #include and wrong paths in #includes).

This commit is contained in:
Bruce Evans 1997-03-19 01:44:56 +00:00
parent 8e868ec864
commit 610ad63a48
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24013
2 changed files with 6 additions and 4 deletions

View file

@ -22,8 +22,9 @@ readline \- get a line from a user with editing
.LP
.nf
.ft B
#include <readline.h>
#include <history.h>
#include <stdio.h>
#include <readline/readline.h>
#include <readline/history.h>
.ft
.fi
.LP

View file

@ -22,8 +22,9 @@ readline \- get a line from a user with editing
.LP
.nf
.ft B
#include <readline.h>
#include <history.h>
#include <stdio.h>
#include <readline/readline.h>
#include <readline/history.h>
.ft
.fi
.LP