aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/vis.3
Commit message (Collapse)AuthorAgeFilesLines
* MFC: rev. 1.28Christian Brueffer2006-04-131-1/+3
| | | | | | | | | Document that VIS_CSTYLE encodes space (040) as '\s'. Approved by: re (hrs) Notes: svn path=/stable/6/; revision=157713
* Markup: convert a display to a list.Ruslan Ermilov2005-01-151-10/+19
| | | | Notes: svn path=/head/; revision=140287
* Fix typo: carat -> caret.Tim J. Robbins2004-07-171-1/+1
| | | | Notes: svn path=/head/; revision=132288
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-5/+10
| | | | Notes: svn path=/head/; revision=131504
* Markup, grammar, and spelling fixes.Ruslan Ermilov2004-06-301-2/+8
| | | | Notes: svn path=/head/; revision=131365
* Document incorrect handling of multibyte characters.Tim J. Robbins2004-03-211-1/+7
| | | | Notes: svn path=/head/; revision=127271
* Add '#' to the characters VIS_GLOB encodes. This fixes a bug in mtree.Poul-Henning Kamp2003-10-301-1/+1
| | | | Notes: svn path=/head/; revision=121737
* Add a new flag to vis(3): VIS_GLOB which encodes the glob(3) magicPoul-Henning Kamp2003-10-301-0/+3
| | | | | | | characters '*', '?' and '['. Notes: svn path=/head/; revision=121728
* mdoc(7) police: "The .Fa argument.".Ruslan Ermilov2002-12-191-2/+6
| | | | Notes: svn path=/head/; revision=108087
* mdoc(7) police: Fixed abuses of the .Ar and .Em macros.Ruslan Ermilov2002-12-181-2/+2
| | | | Notes: svn path=/head/; revision=108040
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-1/+1
| | | | Notes: svn path=/head/; revision=84306
* mdoc(7) police: fixed the "new sentence" bogons.Ruslan Ermilov2001-08-101-1/+1
| | | | Notes: svn path=/head/; revision=81458
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-1/+1
| | | | Notes: svn path=/head/; revision=71895
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-291-1/+0
| | | | Notes: svn path=/head/; revision=70481
* strunvis(3) and unvis(3) are the same files.Alexander Langer2000-12-081-1/+0
| | | | Notes: svn path=/head/; revision=69759
* There are four types of encoding now, not three. Most of them use theAlexander Langer2000-12-081-2/+2
| | | | | | | backslash as a special char, but not all. Notes: svn path=/head/; revision=69756
* Remove trailing whitespace only.Sheldon Hearn2000-07-031-13/+13
| | | | Notes: svn path=/head/; revision=62446
* Add to the SEE ALSO section, a reference to the RFC mentioned inSheldon Hearn2000-07-031-0/+5
| | | | | | | text introduced in the previous commit. Notes: svn path=/head/; revision=62444
* Document VIS_HTTPSTYLE:Alexander Langer2000-07-021-1/+8
| | | | | | | | | | | | | | | | VIS_HTTPSTYLE is a new encoding style for use in vis(), strvis() and strvisx() that escapes characters according to RFC 1808 (URI encoding). Since decoding of these require different detection of start-points of escaped characters, VIS_HTTPSTYLE can be given as flag to unvis(). unvis() will then properly decode URIs. A new function appeared, strunvisx(): strunvisx() behaves similar as strunvis(), with one exception: It has an additional flag parameter, which is passed to unvis() to archive the effect I described above. Notes: svn path=/head/; revision=62423
* Introduce ".Lb" macro to libc manpages.Alexey Zelkin2000-04-211-0/+2
| | | | | | | More libraries manpages updates following. Notes: svn path=/head/; revision=59460
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Fixed #include and/or prototype bugs in synopsis.Bruce Evans1997-04-131-4/+4
| | | | Notes: svn path=/head/; revision=24876
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22993
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Typo police.Mike Pritchard1996-08-231-2/+2
| | | | Notes: svn path=/head/; revision=17785
* Correctly use .Fn instead of .Nm to reference function namesMike Pritchard1996-08-221-2/+3
| | | | | | | | | | | in a bunch of man pages. Use the correct .Bx (BSD UNIX) or .At (AT&T UNIX) macros instead of explicitly specifying the version in the text in a bunch of man pages. Notes: svn path=/head/; revision=17782
* Refer to the ASCII character 000 by its proper name, `NUL', and notGarrett Wollman1996-07-251-11/+12
| | | | | | | | `NULL' (which should only be used in reference to null pointers). Also fix a cross-reference. Notes: svn path=/head/; revision=17286
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+263
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573