diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-09-08 19:57:22 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-09-08 19:57:22 +0000 |
commit | fe08efe680f6705e0c60beabe3e39629c655e743 (patch) | |
tree | f208c0020248a2800766b91d7bf24e0234629b8b /share/man/man5/group.5 | |
parent | 6ce729e14d938bbc580c6eec5c6defc287ffd298 (diff) | |
download | src-fe08efe680f6705e0c60beabe3e39629c655e743.tar.gz src-fe08efe680f6705e0c60beabe3e39629c655e743.zip |
mdoc(7): Use the new feature of the .In macro.
Notes
Notes:
svn path=/head/; revision=119893
Diffstat (limited to 'share/man/man5/group.5')
-rw-r--r-- | share/man/man5/group.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man5/group.5 b/share/man/man5/group.5 index 0f22a1830a09..7dc1fc643082 100644 --- a/share/man/man5/group.5 +++ b/share/man/man5/group.5 @@ -107,7 +107,7 @@ file. .\" the fields are read into the structure .\" .Fa group .\" declared in -.\" .Aq Pa grp.h : +.\" .In grp.h : .\" .Bd -literal -offset indent .\" struct group { .\" char *gr_name; /* group name */ |