From: schwarze Date: Tue, 27 Feb 2018 03:29:50 +0000 (+0000) Subject: improve lining up of tabs inside .Fd macros for terminal output; X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=ec729a50c97343e9833c6a86d5f40b32750c0f4e;p=openbsd improve lining up of tabs inside .Fd macros for terminal output; from on tech@ --- diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2 index 93543e4bf1b..9bd262001fa 100644 --- a/lib/libc/sys/sigaction.2 +++ b/lib/libc/sys/sigaction.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sigaction.2,v 1.74 2017/05/29 11:13:09 jmc Exp $ +.\" $OpenBSD: sigaction.2,v 1.75 2018/02/27 03:29:50 schwarze Exp $ .\" $NetBSD: sigaction.2,v 1.7 1995/10/12 15:41:16 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)sigaction.2 8.2 (Berkeley) 4/3/94 .\" -.Dd $Mdocdate: May 29 2017 $ +.Dd $Mdocdate: February 27 2018 $ .Dt SIGACTION 2 .Os .Sh NAME @@ -49,7 +49,7 @@ struct sigaction { }; .Ed .Pp -.Fd #define sa_handler __sigaction_u.__sa_handler +.Fd #define sa_handler __sigaction_u.__sa_handler .Fd #define sa_sigaction __sigaction_u.__sa_sigaction .Ft int .Fn sigaction "int sig" "const struct sigaction *act" "struct sigaction *oact"