summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2013-06-29 09:08:42 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2013-06-29 09:08:42 +0000
commite3a0801da3b8c824dca69ecf0ff8620d7777f63f (patch)
tree1ce28ad386ac379929f1d46d9e484f08aea9e790 /lib
parent106bbb613d5b225c861fa33f57375ff5faec1da0 (diff)
do not use Sx for sections outwith the page;
man4 still to go...
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdio/stdio.37
-rw-r--r--lib/libc/sys/_exit.211
2 files changed, 7 insertions, 11 deletions
diff --git a/lib/libc/stdio/stdio.3 b/lib/libc/stdio/stdio.3
index 07a947bba97..3ad8718c221 100644
--- a/lib/libc/stdio/stdio.3
+++ b/lib/libc/stdio/stdio.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: stdio.3,v 1.27 2013/06/05 03:39:23 tedu Exp $
+.\" $OpenBSD: stdio.3,v 1.28 2013/06/29 09:08:41 jmc Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: June 5 2013 $
+.Dd $Mdocdate: June 29 2013 $
.Dt STDIO 3
.Os
.Sh NAME
@@ -158,8 +158,7 @@ The
.Nm stdio
library is a part of the library libc
and routines are automatically loaded as needed by the compiler.
-The
-.Sx SYNOPSIS
+The SYNOPSIS
sections of the following manual pages indicate which include files
are to be used, what the compiler declaration for the function
looks like, and which external variables are of interest.
diff --git a/lib/libc/sys/_exit.2 b/lib/libc/sys/_exit.2
index 82cd5645a4e..3169f6dcfa2 100644
--- a/lib/libc/sys/_exit.2
+++ b/lib/libc/sys/_exit.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: _exit.2,v 1.18 2013/06/05 04:06:08 guenther Exp $
+.\" $OpenBSD: _exit.2,v 1.19 2013/06/29 09:08:41 jmc Exp $
.\" $NetBSD: _exit.2,v 1.6 1995/02/27 12:31:34 cgd Exp $
.\"
.\" Copyright (c) 1980, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)_exit.2 8.1 (Berkeley) 6/4/93
.\"
-.Dd $Mdocdate: June 5 2013 $
+.Dd $Mdocdate: June 29 2013 $
.Dt _EXIT 2
.Os
.Sh NAME
@@ -72,16 +72,13 @@ are passed on to the parent, thus negative values have less meaning.)
.It
The parent process ID of all of the calling process's existing child
processes are set to 1; the initialization process (see the
-.Sx DEFINITIONS
-section of
+DEFINITIONS section of
.Xr intro 2 )
inherits each of these processes.
.It
If the termination of the process causes any process group
to become orphaned (usually because the parents of all members
-of the group have now exited; see
-.Sx Orphaned Process Group
-in
+of the group have now exited; see Orphaned Process Group in
.Xr intro 2 ) ,
and if any member of the orphaned group is stopped, the
.Dv SIGHUP