diff options
author | Wolfram Schneider <wosch@FreeBSD.org> | 1996-09-23 22:24:39 +0000 |
---|---|---|
committer | Wolfram Schneider <wosch@FreeBSD.org> | 1996-09-23 22:24:39 +0000 |
commit | e0e5145ce6dc9de9aa4d1ce7a36a8dcf06b96585 (patch) | |
tree | c1d9699eaa2f8d24b20889d9f06566a42766622a /share/man/man1 | |
parent | 1f05a9e73aceed609dc811f4d9dae1d4edb5da06 (diff) | |
download | src-e0e5145ce6dc9de9aa4d1ce7a36a8dcf06b96585.tar.gz src-e0e5145ce6dc9de9aa4d1ce7a36a8dcf06b96585.zip |
add missing comma(s) in .Xr macros
Notes
Notes:
svn path=/head/; revision=18480
Diffstat (limited to 'share/man/man1')
-rw-r--r-- | share/man/man1/intro.1 | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/share/man/man1/intro.1 b/share/man/man1/intro.1 index 070466e71712..087d532e14f5 100644 --- a/share/man/man1/intro.1 +++ b/share/man/man1/intro.1 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)intro.1 8.2 (Berkeley) 12/30/93 +.\" $Id$ .\" .Dd December 30, 1993 .Dt INTRO 1 @@ -58,12 +59,12 @@ The exit values and their meanings are explained in the individual manuals. Traditionally, the value 0 signifies successful completion of the command. .Sh SEE ALSO -.Xr man 1 -.Xr intro 2 -.Xr intro 3 -.Xr intro 4 -.Xr intro 7 -.Xr intro 8 +.Xr man 1 , +.Xr intro 2 , +.Xr intro 3 , +.Xr intro 4 , +.Xr intro 7 , +.Xr intro 8 , .Xr intro 9 .Pp Tutorials in the |