Trusted Solaris 7 로드맵

섹션 번호로 온라인 참조 페이지 지정

각 섹션마다 서로 다른 버전의 항목이 있는지 확인하려면 -l 옵션과 함께 man을 입력합니다.


trusted% man -l topic

섹션으로 온라인 참조 페이지를 지정하려면 -s 옵션과 함께 man을 입력합니다.


trusted % man -s sectionnumber topic

다음 예는 -l 옵션을 사용하여 모든 Intro 온라인 참조 페이지를 찾은 결과입니다.


trusted% man -l Intro
Intro (1)   -M /usr/man
Intro (1m)  -M /usr/man
Intro (2)   -M /usr/man
Intro (3)   -M /usr/man
Intro (9f)  -M /usr/man
Intro (9s)  -M /usr/man
Intro (9e)  -M /usr/man
Intro (9)   -M /usr/man
Intro (4)   -M /usr/man
Intro (5)   -M /usr/man
Intro (7)   -M /usr/man
Intro (6)   -M /usr/man

섹션을 지정하지 않은 상태에서 Trusted Solaris 운영 환경에 man topic을 입력할 때 이름이 같은 온라인 참조 페이지가 있는 섹션이 여러 개이면 기본적으로 번호가 가장 낮은 섹션의 온라인 참조 페이지가 표시됩니다. 예를 들면 다음과 같습니다.


trusted% man Intro 
User Commands                             Intro(1)
NAME
     Intro, intro - Introduction to commands and application pro-
     grams

DESCRIPTION
  ...

다음 예는 섹션 번호를 지정한 경우를 나타냅니다.


trusted% man -s7 intro
Device and Network Interfaces                            Intro(7)

NAME
     Intro, intro - Introduction to special files

DESCRIPTION
      ...