diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2011-09-17 08:38:27 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2011-09-17 08:38:27 +0000 |
commit | 7c1a5132c7c252a57ef25d9007decab1e6eb2b8c (patch) | |
tree | 155756552b6e817a8ff495473b34d0cd2bbc2824 /usr.bin | |
parent | 8d5cd7a4980973beac2803362723b5203aa5d5c4 (diff) |
remove mdoc.samples(7): all info already is in mdoc(7)
feedback and ok jmc@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/man/man.1 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/usr.bin/man/man.1 b/usr.bin/man/man.1 index de06dfd2564..91fa6cd4b63 100644 --- a/usr.bin/man/man.1 +++ b/usr.bin/man/man.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: man.1,v 1.48 2011/08/29 15:34:20 jmc Exp $ +.\" $OpenBSD: man.1,v 1.49 2011/09/17 08:38:26 schwarze Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)man.1 8.2 (Berkeley) 1/2/94 .\" -.Dd $Mdocdate: August 29 2011 $ +.Dd $Mdocdate: September 17 2011 $ .Dt MAN 1 .Os .Sh NAME @@ -258,8 +258,6 @@ Guidelines for .Ox man pages can be found in .Xr mdoc 7 . -A full tutorial for writing man pages is provided in -.Xr mdoc.samples 7 . .Pp If both a formatted and an unformatted version of the same manual page, for example @@ -337,7 +335,6 @@ default man configuration file .Xr intro 6 , .Xr intro 7 , .Xr mdoc 7 , -.Xr mdoc.samples 7 , .Xr intro 8 , .Xr intro 9 .Sh STANDARDS |