style.9 (75dfc66c1b2b44609e5a7c3e1d6a751be4922689) style.9 (6d33315d2f7bd38c923f7a1db277348fad767a42)
1.\"-
2.\" Copyright (c) 1995-2019 The FreeBSD Project
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 11 unchanged lines hidden (view full) ---

20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" From: @(#)style 1.14 (Berkeley) 4/28/95
26.\" $FreeBSD$
27.\"
1.\"-
2.\" Copyright (c) 1995-2019 The FreeBSD Project
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 11 unchanged lines hidden (view full) ---

20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" From: @(#)style 1.14 (Berkeley) 4/28/95
26.\" $FreeBSD$
27.\"
28.Dd January 10, 2020
28.Dd June 30, 2020
29.Dt STYLE 9
30.Os
31.Sh NAME
32.Nm style
33.Nd "kernel source file style guide"
34.Sh DESCRIPTION
35This file specifies the preferred style for kernel source files in the
36.Fx

--- 874 unchanged lines hidden (view full) ---

911.Nm
912indentation rules.
913.El
914.Sh SEE ALSO
915.Xr indent 1 ,
916.Xr err 3 ,
917.Xr warn 3 ,
918.Xr style.Makefile 5 ,
29.Dt STYLE 9
30.Os
31.Sh NAME
32.Nm style
33.Nd "kernel source file style guide"
34.Sh DESCRIPTION
35This file specifies the preferred style for kernel source files in the
36.Fx

--- 874 unchanged lines hidden (view full) ---

911.Nm
912indentation rules.
913.El
914.Sh SEE ALSO
915.Xr indent 1 ,
916.Xr err 3 ,
917.Xr warn 3 ,
918.Xr style.Makefile 5 ,
919.Xr style.mdoc 5 ,
919.Xr style.lua 9
920.Sh HISTORY
921This manual page is largely based on the
922.Pa src/admin/style/style
923file from the
924.Bx 4.4 Lite2
925release, with occasional updates to reflect the current practice and
926desire of the
927.Fx
928project.
929.Pa src/admin/style/style
930is a codification by the CSRG of the programming style of Ken Thompson and
931Dennis Ritchie in
932.At v6 .
920.Xr style.lua 9
921.Sh HISTORY
922This manual page is largely based on the
923.Pa src/admin/style/style
924file from the
925.Bx 4.4 Lite2
926release, with occasional updates to reflect the current practice and
927desire of the
928.Fx
929project.
930.Pa src/admin/style/style
931is a codification by the CSRG of the programming style of Ken Thompson and
932Dennis Ritchie in
933.At v6 .