summaryrefslogtreecommitdiff
path: root/lib/libc/sys/setsid.2
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-07-02 16:57:50 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-07-02 16:57:50 +0000
commitdd315e237a9a6218a77c1b65ddf478cfe70aa932 (patch)
treec69772d49de19320db824a78bc52ff8ba7ebf280 /lib/libc/sys/setsid.2
parentf0ef086ce07b0660dcadc55c6132d420ad5a64f0 (diff)
remove extra comma from .Dd arguments: "Month ##, ####" is the correct format,
not "Month, ##, ####"
Diffstat (limited to 'lib/libc/sys/setsid.2')
-rw-r--r--lib/libc/sys/setsid.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/setsid.2 b/lib/libc/sys/setsid.2
index f4a397f83ce..4cbab619d1e 100644
--- a/lib/libc/sys/setsid.2
+++ b/lib/libc/sys/setsid.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: setsid.2,v 1.9 1999/06/29 14:10:19 aaron Exp $
+.\" $OpenBSD: setsid.2,v 1.10 1999/07/02 16:57:49 aaron Exp $
.\" $NetBSD: setsid.2,v 1.3 1995/10/12 15:41:13 jtc Exp $
.\"
.\" Copyright (c) 1991, 1993
@@ -34,7 +34,7 @@
.\"
.\" @(#)setsid.2 8.1 (Berkeley) 6/4/93
.\"
-.Dd June, 4, 1993
+.Dd June 4, 1993
.Dt SETSID 2
.Os
.Sh NAME