summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>1999-12-20 14:49:07 +0000
committerJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>1999-12-20 14:49:07 +0000
commit5d5b20f7b5ea70bbe22fafedbe06f29747b7a6cb (patch)
treeb0c6f08637b2c80f0f639032ef0853c8aaec4476 /gnu
parent4d45bb1716b7eb5d0a9dbf2704aef3f4a2e7817e (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/man/man/man.man13
1 files changed, 13 insertions, 0 deletions
diff --git a/gnu/usr.bin/man/man/man.man b/gnu/usr.bin/man/man/man.man
index 2e569d3ac257..4d3ee15aed0d 100644
--- a/gnu/usr.bin/man/man/man.man
+++ b/gnu/usr.bin/man/man/man.man
@@ -12,6 +12,8 @@
.\" The University of Texas at Austin
.\" Austin, Texas 78712
.\"
+.\" $FreeBSD$
+.\"
.Dd Jan 5, 1991
.Dt MAN 1
.Os
@@ -128,6 +130,17 @@ the man page. By default,
.Nm %pager%
is used.
.El
+.Sh EXAMPLES
+.Pp
+Normally, to look at the relevant manpage information for getopt,
+one would use:
+.Dl man getopt
+.Pp
+However, when referred to a specific section of the manual,
+such as
+.Xr getopt 3 ,
+one would use:
+.Dl man 3 getopt
.Sh SEE ALSO
.Xr apropos 1 ,
.Xr groff 1 ,