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

4 Commits

Author SHA1 Message Date
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