Remove duplicate FreeBSD Id

Remoce unused #include
Use imperative mode to start flag description
This commit is contained in:
Philippe Charnier 2001-02-06 20:03:48 +00:00
parent 3a87eff1cf
commit 39e21a1b64
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72108
2 changed files with 2 additions and 6 deletions

View File

@ -86,7 +86,7 @@ It is not an error to select fields or columns not present in the
input line.
.Pp
The options are as follows:
.Bl -tag -width Fl
.Bl -tag -width indent
.It Fl b Ar list
The
.Ar list
@ -107,7 +107,7 @@ Output fields are separated by a single tab character.
.It Fl n
Do not split multi-byte characters.
.It Fl s
Suppresses lines with no field delimiter characters.
Suppress lines with no field delimiter characters.
Unless specified, lines with no delimiters are passed through unmodified.
.El
.Pp

View File

@ -32,9 +32,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
*
*/
#ifndef lint
@ -48,7 +45,6 @@ static const char rcsid[] =
#include <ctype.h>
#include <err.h>
#include <errno.h>
#include <limits.h>
#include <locale.h>
#include <stdio.h>