From 2fb40d7c8679dfe2800b6e0f95d7014c2f820306 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sat, 5 Dec 2009 20:37:22 +0100 Subject: [PATCH] development.7: Add style(9) xref and a pointer to dragonfly.el. --- share/man/man7/development.7 | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/share/man/man7/development.7 b/share/man/man7/development.7 index ed0038c..6cfd0f5 100644 --- a/share/man/man7/development.7 +++ b/share/man/man7/development.7 @@ -31,7 +31,7 @@ .\" .\" $DragonFly: src/share/man/man7/development.7,v 1.12 2008/07/27 22:23:42 thomas Exp $ .\" -.Dd September 30, 2009 +.Dd December 5, 2009 .Dt DEVELOPMENT 7 .Os .Sh NAME @@ -64,6 +64,15 @@ system from source code, see .Xr build 7 . For information on how to build the LiveCD, LiveDVD or thumb drive image, see .Xr release 7 . +.Pp +For a specification of +.Dx Ap s +preferred source code style, refer to +.Xr style 9 . +An +.Xr emacs 1 +function to switch C-mode to this style (more or less) can be found in +.Pa /usr/share/misc/dragonfly.el . .Sh EXAMPLES A fresh copy of the repository can be cloned anywhere. Note that the directory to clone into -- 1.7.7.2