This HTML5 document contains 28 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
dcthttp://purl.org/dc/terms/
dbohttp://dbpedia.org/ontology/
foafhttp://xmlns.com/foaf/0.1/
dbthttp://dbpedia.org/resource/Template:
rdfshttp://www.w3.org/2000/01/rdf-schema#
freebasehttp://rdf.freebase.com/ns/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
owlhttp://www.w3.org/2002/07/owl#
n12http://en.wikipedia.org/wiki/
dbphttp://dbpedia.org/property/
dbchttp://dbpedia.org/resource/Category:
provhttp://www.w3.org/ns/prov#
xsdhhttp://www.w3.org/2001/XMLSchema#
goldhttp://purl.org/linguistics/gold/
dbrhttp://dbpedia.org/resource/

Statements

Subject Item
dbr:Kernel_Normal_Form
rdfs:label
Kernel Normal Form
rdfs:comment
Kernel normal form, or KNF, is the coding style used in the development of code for the BSD operating systems. Based on the original KNF concept from the Computer Systems Research Group, it dictates a programming style to which contributed code should adhere prior to its inclusion into the codebase. KNF started out as a codification of how Ken Thompson and Dennis Ritchie formatted the original UNIX C source code. It describes such things as how to name variables, use indents and the use of ANSI C or K&R C code styles. Each BSD variant has its own KNF rules, which have evolved over time to differ from each other in small ways.
owl:sameAs
freebase:m.08gj3n
dbp:wikiPageUsesTemplate
dbt:Reflist dbt:Soft-eng-stub dbt:Short_description dbt:Man
dct:subject
dbc:Source_code dbc:Berkeley_Software_Distribution
gold:hypernym
dbr:Style
prov:wasDerivedFrom
n12:Kernel_Normal_Form?oldid=1061268598&ns=0
dbo:wikiPageID
2965083
dbo:wikiPageLength
1684
dbo:wikiPageRevisionID
1061268598
dbo:wikiPageWikiLink
dbc:Source_code dbr:ANSI_C dbr:Programming_style dbr:Indentation_style dbr:Dennis_Ritchie dbr:Ken_Thompson dbr:Computer_Systems_Research_Group dbc:Berkeley_Software_Distribution dbr:Codebase dbr:C_(programming_language) dbr:Berkeley_Software_Distribution dbr:Unix
dbo:abstract
Kernel normal form, or KNF, is the coding style used in the development of code for the BSD operating systems. Based on the original KNF concept from the Computer Systems Research Group, it dictates a programming style to which contributed code should adhere prior to its inclusion into the codebase. KNF started out as a codification of how Ken Thompson and Dennis Ritchie formatted the original UNIX C source code. It describes such things as how to name variables, use indents and the use of ANSI C or K&R C code styles. Each BSD variant has its own KNF rules, which have evolved over time to differ from each other in small ways. The SunOS kernel and userland also uses a similar indentation style that was derived from AT&T style documents and that is sometimes known as Bill Joy Normal Form. The correctness of the indentation of a list of source files can be verified by a style checker program written by Bill Shannon. This style checker program is called cstyle.
foaf:isPrimaryTopicOf
n12:Kernel_Normal_Form