diff options
author | 2017-01-22 09:03:09 +0000 | |
---|---|---|
committer | 2017-01-22 09:03:09 +0000 | |
commit | 1f93bc44e54aa49411a9196f1c9df88ddd7273fe (patch) | |
tree | ed498de4385b4087723574fdd711edc10bdb37e2 | |
parent | Move most of the SSL3_STATE fields to internal - the ones that remain are (diff) | |
download | wireguard-openbsd-1f93bc44e54aa49411a9196f1c9df88ddd7273fe.tar.xz wireguard-openbsd-1f93bc44e54aa49411a9196f1c9df88ddd7273fe.zip |
remove the perfect example
ok lengthyhackroomdiscussion@
-rw-r--r-- | share/man/man9/style.9 | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/share/man/man9/style.9 b/share/man/man9/style.9 index 73693c52155..3af9543e03d 100644 --- a/share/man/man9/style.9 +++ b/share/man/man9/style.9 @@ -22,9 +22,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: style.9,v 1.68 2016/10/18 18:13:56 millert Exp $ +.\" $OpenBSD: style.9,v 1.69 2017/01/22 09:03:09 benno Exp $ .\" -.Dd $Mdocdate: October 18 2016 $ +.Dd $Mdocdate: January 22 2017 $ .Dt STYLE 9 .Os .Sh NAME @@ -86,10 +86,7 @@ Then there's a blank line, followed by the files. The .Pa /usr/include -files should be sorted! -.Bd -literal -offset indent -#include <stdio.h> -.Ed +files should be mosty sorted. .Pp Global pathnames are defined in .Pa /usr/include/paths.h . |