aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pcvt/loadfont
Commit message (Collapse)AuthorAgeFilesLines
* Send the pcvt(4) driver off to retirement.Poul-Henning Kamp2006-05-173-398/+0
| | | | Notes: svn path=/head/; revision=158687
* Sort sections.Ruslan Ermilov2005-01-181-2/+2
| | | | Notes: svn path=/head/; revision=140442
* english(4) police.Jens Schweikhardt2002-12-271-1/+1
| | | | Notes: svn path=/head/; revision=108317
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
| | | | Notes: svn path=/head/; revision=79755
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79537
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-1/+0
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74816
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-0/+1
| | | | Notes: svn path=/head/; revision=74532
* Include <unistd.h> for getopt's interface rather than declare thingsWarner Losh2001-03-011-4/+1
| | | | | | | individually here. Notes: svn path=/head/; revision=73264
* Finish cleaning up the error reporting (standardize on err*()/warn*())Kris Kennaway2001-01-281-45/+12
| | | | | | | | | and fix some overflows. Submitted by: Mike Heffner <mheffner@vt.edu> Notes: svn path=/head/; revision=71732
* mdoc(7) police: added missing .Os call.Ruslan Ermilov2000-12-141-0/+1
| | | | Notes: svn path=/head/; revision=70022
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
| | | | Notes: svn path=/head/; revision=68965
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-101-3/+2
| | | | Notes: svn path=/head/; revision=68575
* pcvt cleanup. add $FreeBSD$. get copyright header in sync withHellmuth Michaelis2000-03-283-18/+12
| | | | | | | FreeBSD recommendation. Notes: svn path=/head/; revision=58722
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-1/+2
| | | | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. Notes: svn path=/head/; revision=57673
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50479
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
| | | | | | | | | | | | | | | | | | | | track. The Id line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde Notes: svn path=/head/; revision=48791
* Part 4 of pcvt/voxware revival: pcvt userlandPeter Wemm1999-01-013-0/+438
| | | | | | | Reviewed by: core Notes: svn path=/head/; revision=42222
* follow up to:Poul-Henning Kamp1998-12-273-438/+0
| | | | | | | Pre 3.0 branch cleanup casualty #4: pcvt Notes: svn path=/head/; revision=42090
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-311-1/+1
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24428
* Correct a bunch of man page cross references and generallyMike Pritchard1996-02-111-1/+2
| | | | | | | | | try and silence "manck". ncurses, rpc, and some of the gnu stuff are still a big mess, however. Notes: svn path=/head/; revision=14038
* Fix some of the pcvt related man pages to reflect where theMike Pritchard1996-01-221-9/+9
| | | | | | | various pcvt support files are really installed. Closes PR# 740. Notes: svn path=/head/; revision=13560
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-19/+19
| | | | Notes: svn path=/head/; revision=8857
* Upgrade pcvt to 3.20 b24.Joerg Wunsch1995-04-082-17/+47
| | | | Notes: svn path=/head/; revision=7668
* Updated this to be more FreeBSD-like; there was a lot of bipartisan cruftJordan K. Hubbard1995-02-121-17/+1
| | | | | | | | | in here that just made it a heck of a lot more confusing to maintain. Somebody like Joerg can reality-check this at some point, when they have more time. For now, it works. Notes: svn path=/head/; revision=6316
* PCVT userland utilities.Jordan K. Hubbard1995-02-053-0/+423
Submitted by: hm Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=6199