diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-04-17 12:49:42 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-04-17 12:49:42 +0000 |
| commit | 1837dd5db5b21c6e80f8ed4a0b609afb2e9f0f89 (patch) | |
| tree | 9d6465e20cf163533a3d7259878ee849c8b6aa7c | |
| parent | a3089261bc7213698acec5cff8cda0ad1ecd0ed1 (diff) | |
Notes
| -rw-r--r-- | gnu/usr.bin/man/man/man.man | 3 | ||||
| -rw-r--r-- | share/examples/mdoc/example.1 | 3 | ||||
| -rw-r--r-- | share/examples/mdoc/example.3 | 5 | ||||
| -rw-r--r-- | share/examples/mdoc/example.4 | 3 |
4 files changed, 5 insertions, 9 deletions
diff --git a/gnu/usr.bin/man/man/man.man b/gnu/usr.bin/man/man/man.man index bd2e4ce9d1ba..1f422ee80e4b 100644 --- a/gnu/usr.bin/man/man/man.man +++ b/gnu/usr.bin/man/man/man.man @@ -237,8 +237,7 @@ one would use: .Xr more 1 , .Xr whatis 1 , .Xr man 7 , -.Xr mdoc 7 , -.Xr mdoc.samples 7 +.Xr mdoc 7 .Sh BUGS The .Fl t diff --git a/share/examples/mdoc/example.1 b/share/examples/mdoc/example.1 index 001074c85ac9..099b93e07d72 100644 --- a/share/examples/mdoc/example.1 +++ b/share/examples/mdoc/example.1 @@ -110,8 +110,7 @@ command has no known compatibility issues. .Sh SEE ALSO .Xr example 3 , .Xr example 4 , -.Xr mdoc 7 , -.Xr mdoc.samples 7 +.Xr mdoc 7 .Rs .%A A. B. Author .%T Example RFC Title diff --git a/share/examples/mdoc/example.3 b/share/examples/mdoc/example.3 index 6c1e34a37c7c..66ccc9df80ab 100644 --- a/share/examples/mdoc/example.3 +++ b/share/examples/mdoc/example.3 @@ -39,7 +39,7 @@ .Nm example .Nd example library function manual page .Sh LIBRARY -.\" Note: list of available libraries is available in mdoc.samples(7) +.\" Note: list of available libraries is available in mdoc(7) .Lb libc .Sh SYNOPSIS .Fd #include <example.h> @@ -276,8 +276,7 @@ Need authenticator. .Sh SEE ALSO .Xr example 1 , .Xr example 4 , -.Xr mdoc 7 , -.Xr mdoc.samples 7 +.Xr mdoc 7 .Rs .%A A. B. Author .%T Example RFC Title diff --git a/share/examples/mdoc/example.4 b/share/examples/mdoc/example.4 index 2d950a95e99a..d73724a6ec3e 100644 --- a/share/examples/mdoc/example.4 +++ b/share/examples/mdoc/example.4 @@ -79,8 +79,7 @@ Self explanatory. .Sh SEE ALSO .Xr example 1 , .Xr example 3 , -.Xr mdoc 7 , -.Xr mdoc.samples 7 +.Xr mdoc 7 .Sh HISTORY The .Nm |
