From d134e17633e9da7d6274aca5deaa4485e0419e6e Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Fri, 11 Apr 1997 17:55:19 +0000 Subject: [PATCH] Cleaned up synopsis: - don't quote function names, since quoting them is unnecessary and unusual and confuses my synopsis checker. - include instead of . It is normal to (have to) include instead of , but it is more useful for man pages to document minimal prerequisites. --- share/man/man9/psignal.9 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/share/man/man9/psignal.9 b/share/man/man9/psignal.9 index 5dfc22904329..eedb35b97d4b 100644 --- a/share/man/man9/psignal.9 +++ b/share/man/man9/psignal.9 @@ -38,7 +38,7 @@ .Dt PSIGNAL 9 .Os .Sh NAME -.Fd #include +.Fd #include .Fd #include .Nm psignal , .Nm pgsignal , @@ -46,11 +46,11 @@ .Nd post signal to a process or process group .Sh SYNOPSIS .Ft void -.Fn "psignal" "struct proc *p" "int signum" +.Fn psignal "struct proc *p" "int signum" .Ft void -.Fn "pgsignal" "struct pgrp *pgrp" "int signum" "int checkctty" +.Fn pgsignal "struct pgrp *pgrp" "int signum" "int checkctty" .Ft void -.Fn "gsignal" "int pgid" "int signum" +.Fn gsignal "int pgid" "int signum" .Sh DESCRIPTION These functions post a signal to one or more processes. The argument .Fa signum