summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-03-06 20:48:36 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-03-06 20:48:36 +0000
commitc77ed1f1fec0c2219c5f3a1dc9d47b417505762a (patch)
treefd9bb1e60ec748001cfbe170c16229a9f2071253 /lib/libc
parent10e005b77fba6674ccb1fcaf98674a3ac9a97356 (diff)
.Xr typos;
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/login_cap.34
-rw-r--r--lib/libc/net/inet_net.34
-rw-r--r--lib/libc/stdio/fgets.36
-rw-r--r--lib/libc/stdio/fopen.34
4 files changed, 9 insertions, 9 deletions
diff --git a/lib/libc/gen/login_cap.3 b/lib/libc/gen/login_cap.3
index 91d469113e6..9e8f73027f0 100644
--- a/lib/libc/gen/login_cap.3
+++ b/lib/libc/gen/login_cap.3
@@ -29,7 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: login_cap.3,v 1.8 2002/02/23 00:39:06 millert Exp $
+.\" $OpenBSD: login_cap.3,v 1.9 2003/03/06 20:48:35 jmc Exp $
.\" BSDI $From: login_cap.3,v 1.4 1997/11/07 16:22:27 jch Exp $
.\"
.Dd July 16, 1996
@@ -235,7 +235,7 @@ are:
Set the group id and call
.Xr initgroups 3 .
Requires the
-.Xr pwd
+.Ar pwd
field be specified.
.It Dv LOGIN_SETLOGIN
Sets the login name by
diff --git a/lib/libc/net/inet_net.3 b/lib/libc/net/inet_net.3
index 329b479dccb..51a2aa5ac34 100644
--- a/lib/libc/net/inet_net.3
+++ b/lib/libc/net/inet_net.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: inet_net.3,v 1.8 2003/02/24 09:56:49 cedric Exp $
+.\" $OpenBSD: inet_net.3,v 1.9 2003/03/06 20:48:35 jmc Exp $
.\" $NetBSD: inet_net.3,v 1.1 1997/06/18 02:25:27 lukem Exp $
.\"
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -171,7 +171,7 @@ otherwise, the number is interpreted as decimal).
.Sh SEE ALSO
.Xr byteorder 3 ,
.Xr inet 3 ,
-.Xr inet_pton 3,
+.Xr inet_pton 3 ,
.Xr networks 5
.Sh HISTORY
The
diff --git a/lib/libc/stdio/fgets.3 b/lib/libc/stdio/fgets.3
index 2937cea99e3..00f708d6be8 100644
--- a/lib/libc/stdio/fgets.3
+++ b/lib/libc/stdio/fgets.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fgets.3,v 1.14 2002/07/20 18:30:23 pvalchev Exp $
+.\" $OpenBSD: fgets.3,v 1.15 2003/03/06 20:48:35 jmc Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -52,7 +52,7 @@
The
.Fn fgets
function reads at most one less than the number of characters specified by
-.Xr size
+.Ar size
from the given
.Fa stream
and stores them in the string
@@ -69,7 +69,7 @@ The
function is equivalent to
.Fn fgets
with an infinite
-.Xr size
+.Ar size
and a
.Fa stream
of
diff --git a/lib/libc/stdio/fopen.3 b/lib/libc/stdio/fopen.3
index a9c667d603a..ce2dbff7c07 100644
--- a/lib/libc/stdio/fopen.3
+++ b/lib/libc/stdio/fopen.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fopen.3,v 1.13 2001/12/07 23:07:35 millert Exp $
+.\" $OpenBSD: fopen.3,v 1.14 2003/03/06 20:48:35 jmc Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -144,7 +144,7 @@ fails.
The
.Fa mode
argument is used just as in the
-.Xr fopen
+.Fn fopen
function.
The primary use of the
.Fn freopen