From c9cccc1354f5b4c877de0d308f81b7cb15623073 Mon Sep 17 00:00:00 2001 From: lukem Date: Wed, 14 Mar 2001 06:12:35 +0000 Subject: [PATCH] reference not , and separate out the synopsis for vsyslog(3) from the rest after , as per printf(3)/vsprintf(3) --- lib/libc/gen/syslog.3 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/libc/gen/syslog.3 b/lib/libc/gen/syslog.3 index 7da3dd0bc109..8657de9ccc31 100644 --- a/lib/libc/gen/syslog.3 +++ b/lib/libc/gen/syslog.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: syslog.3,v 1.9 1999/03/22 19:44:46 garbled Exp $ +.\" $NetBSD: syslog.3,v 1.10 2001/03/14 06:12:35 lukem Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -33,7 +33,7 @@ .\" .\" @(#)syslog.3 8.1 (Berkeley) 6/4/93 .\" -.Dd June 4, 1993 +.Dd March 14, 2001 .Dt SYSLOG 3 .Os .Sh NAME @@ -47,17 +47,17 @@ .Lb libc .Sh SYNOPSIS .Fd #include -.Fd #include .Ft void .Fn syslog "int priority" "const char *message" "..." .Ft void -.Fn vsyslog "int priority" "const char *message" "va_list args" -.Ft void .Fn openlog "const char *ident" "int logopt" "int facility" .Ft void .Fn closelog void .Ft int .Fn setlogmask "int maskpri" +.Fd #include +.Ft void +.Fn vsyslog "int priority" "const char *message" "va_list args" .Sh DESCRIPTION The .Fn syslog