1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
Commit Graph

7 Commits

Author SHA1 Message Date
aaron
7f3168a29b The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.
Out of the approximately 1450 man pages, only about 90 of them were wrong.
Thanks to kwesterback@home.com for coming up with a script and patch to repair
this. The patch also inserted a .Os macro in the few man pages that were
missing one.
1999-07-07 10:50:04 +00:00
aaron
fc8533a33f remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common
is used instead; kwesterback@home.com
1999-05-23 14:10:46 +00:00
aaron
17e1143f9c builtin -> built-in 1999-05-12 21:58:32 +00:00
aaron
7349792ab9 always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net 1998-12-15 01:20:16 +00:00
millert
84d7b780dc Updates from NetBSD (christos@netbsd.org)
* Portability fixes:
	__const         -> const
	BADSIG          -> SIG_ERR
	int flags       -> u_int flags
	#if __STDC__    -> #ifdef __STDC__
  * Don't allow CSWTCH to interfere with CSUSP on __SVR4 systems.
  * Return -1 if the terminal set operation resulted in dumb terminal settings.
  * Handle properly the case where the last line in the sourced file does
    not have a trailing '\n'. From Jeffrey C Honig.
  * editrc -> editline in editline(3)
1997-06-29 23:40:46 +00:00
millert
f840f2e031 fix el_source() - a block needed braces around it (from NetBSD)
Some strcpy() -> strncpy (from NetBSD)
Some KNF
Add current NetBSD tags
1997-03-14 05:12:41 +00:00
millert
9f6474d4a4 Man pages for libedit, from NetBSD. 1997-01-16 05:20:28 +00:00