History log of /openbsd/lib/libc/gen/unvis.3 (Results 1 – 19 of 19)
Revision Date Author Comments
# 6db3e3d7 30-Jul-2022 jsg <jsg@openbsd.org>

we mention interim BSD releases so change some 4.4BSD use to 4.3BSD-Reno
ok jmc@ schwarze@


# 325e9757 09-Nov-2014 guenther <guenther@openbsd.org>

Correct constness of str*unvis()'s second (source) argument


# 64d4e987 05-Jun-2013 tedu <tedu@openbsd.org>

Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze


# 9490d37c 31-May-2007 jmc <jmc@openbsd.org>

convert to new .Dd format;


# 7bac872d 22-Jul-2005 jaredy <jaredy@openbsd.org>

- sync prototypes and header file excerpts to reality
- many grammar, punctuation, macro, layout, spelling/typos,
rewording, etc. fixes
- avoid first person
- sprinkle crossrefs where relevant

hel

- sync prototypes and header file excerpts to reality
- many grammar, punctuation, macro, layout, spelling/typos,
rewording, etc. fixes
- avoid first person
- sprinkle crossrefs where relevant

help & ok jmc

show more ...


# facf863e 17-Oct-2004 otto <otto@openbsd.org>

implement strnunvis(3), a bounded version of strunvis(3). ok millert@


# 6580fee3 02-Jun-2003 millert <millert@openbsd.org>

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# 50772e64 24-Dec-2000 aaron <aaron@openbsd.org>

Various repairs, mostly to get rid of short lines.


# 10cc2884 18-Apr-2000 aaron <aaron@openbsd.org>

Repairs, mostly removing hard sentence breaks.


# a07a300d 11-Aug-1999 deraadt <deraadt@openbsd.org>

more unescaped \n lines in nroff documents


# 5c3dced3 09-Jul-1999 aaron <aaron@openbsd.org>

- remove all trailing whitespace
* except when it is escaped with a `\' at the end of the line
- fix remaining .Nm usage as well
- this is from a patch I received from kwesterback@home.com, who

- remove all trailing whitespace
* except when it is escaped with a `\' at the end of the line
- fix remaining .Nm usage as well
- this is from a patch I received from kwesterback@home.com, who has been
working on some scripts for fixing formatting errors in mdoc'd man pages

Ok, so there could be a cost/benefit debate with this commit, but since I have
the patch we might as well commit it...

show more ...


# 5a0c168d 02-Jul-1999 aaron <aaron@openbsd.org>

remove redundant .Pp macros


# 2b0e239d 03-Jun-1999 aaron <aaron@openbsd.org>

use \-1, not -1, to change the meaning of `-' to minus sign from hyphen;
pjanzen@


# d7403a2a 29-May-1999 aaron <aaron@openbsd.org>

repairs; go back over some old files, because we should properly distinguish
between NUL and NULL, i.e., don't use the .Dv (defined variable) macro when
referring to an ASCII NUL


# 350bb3b8 16-May-1999 alex <alex@openbsd.org>

Cleanup xrefs under SEE ALSO. Specifically:

- Sort xrefs by section, and then alphabetically.
- Add missing commas between xref items.
- Remove commas from the last xref entry.
- Remove dup

Cleanup xrefs under SEE ALSO. Specifically:

- Sort xrefs by section, and then alphabetically.
- Add missing commas between xref items.
- Remove commas from the last xref entry.
- Remove duplicate entries.

show more ...


# a873166d 15-Jun-1998 mickey <mickey@openbsd.org>

use Bx macro for BSD versions


# e9b2b68c 19-Aug-1996 tholo <tholo@openbsd.org>

Fix RCS ids
Make sure everything uses {SYS,}LIBC_SCCS properly


# 2fc784d3 14-Dec-1995 deraadt <deraadt@openbsd.org>

unvis() works on plain char, not u_char


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree