diff options
author | 2011-09-17 08:38:26 +0000 | |
---|---|---|
committer | 2011-09-17 08:38:26 +0000 | |
commit | 369b035db26ab0544799aeb9eba90254f734b758 (patch) | |
tree | fffff360b94f0e83abe838c6c2776c531369be9f /share/man/man9 | |
parent | arithemtic -> arithmetic (diff) | |
download | wireguard-openbsd-369b035db26ab0544799aeb9eba90254f734b758.tar.xz wireguard-openbsd-369b035db26ab0544799aeb9eba90254f734b758.zip |
remove mdoc.samples(7): all info already is in mdoc(7)
feedback and ok jmc@
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/style.9 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/style.9 b/share/man/man9/style.9 index bc91d3d363c..9f23e675ddb 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.50 2008/11/14 13:42:05 tedu Exp $ +.\" $OpenBSD: style.9,v 1.51 2011/09/17 08:38:26 schwarze Exp $ .\" -.Dd $Mdocdate: November 14 2008 $ +.Dd $Mdocdate: September 17 2011 $ .Dt STYLE 9 .Os .Sh NAME @@ -618,7 +618,7 @@ or splint from the ports tree) and produce minimal warnings. .Pp Note that documentation follows its own style guide, as documented in -.Xr mdoc.samples 7 . +.Xr mdoc 7 . .Sh FILES .Bl -tag -width "/usr/share/misc/license.template " -compact .It Pa /usr/share/misc/license.template @@ -629,7 +629,7 @@ Example license for new code. .Xr err 3 , .Xr queue 3 , .Xr warn 3 , -.Xr mdoc.samples 7 +.Xr mdoc 7 .Sh HISTORY This man page is largely based on the src/admin/style/style file from the |