]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - share/man/man7/hier.7
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / share / man / man7 / hier.7
1 .\" Copyright (c) 1990, 1993
2 .\"     The Regents of the University of California.  All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\"    notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\" 3. All advertising materials mentioning features or use of this software
13 .\"    must display the following acknowledgement:
14 .\"     This product includes software developed by the University of
15 .\"     California, Berkeley and its contributors.
16 .\" 4. Neither the name of the University nor the names of its contributors
17 .\"    may be used to endorse or promote products derived from this software
18 .\"    without specific prior written permission.
19 .\"
20 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
21 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
24 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 .\" SUCH DAMAGE.
31 .\"
32 .\"     @(#)hier.7      8.1 (Berkeley) 6/5/93
33 .\" $FreeBSD$
34 .\"
35 .Dd June 28, 2007
36 .Dt HIER 7
37 .Os
38 .Sh NAME
39 .Nm hier
40 .Nd layout of file systems
41 .Sh DESCRIPTION
42 A sketch of the file system hierarchy.
43 .Bl -tag -width ".Pa /libexec/"
44 .It Pa /
45 root directory of the file system
46 .It Pa /bin/
47 user utilities fundamental to both single-user and multi-user environments
48 .It Pa /boot/
49 programs and configuration files used during operating system bootstrap
50 .Pp
51 .Bl -tag -width ".Pa defaults/" -compact
52 .It Pa defaults/
53 default bootstrapping configuration files; see
54 .Xr loader.conf 5
55 .It Pa kernel/
56 pure kernel executable (the operating system loaded into memory
57 at boot time).
58 .It Pa modules/
59 third-party loadable kernel modules;
60 see
61 .Xr kldstat 8
62 .El
63 .It Pa /cdrom/
64 default mount point for CD-ROM drives
65 (created by
66 .Xr sysinstall 8 )
67 .It Pa /compat/
68 normally a link to
69 .Pa /usr/compat .
70 If not, then the
71 .Pa /usr/compat
72 comments apply
73 (created by
74 .Xr sysinstall 8 )
75 .It Pa /dev/
76 device special files managed by
77 .Xr devfs 5
78 .Pp
79 .Bl -tag -width ".Pa net/" -compact
80 .It Pa fd/
81 file descriptor files;
82 see
83 .Xr \&fd 4
84 .It Pa net/
85 network devices
86 .El
87 .It Pa /dist/
88 mount point used by
89 .Xr sysinstall 8
90 .It Pa /etc/
91 system configuration files and scripts
92 .Pp
93 .Bl -tag -width ".Pa bluetooth/" -compact
94 .It Pa defaults/
95 default system configuration files;
96 see
97 .Xr rc 8
98 .It Pa bluetooth/
99 bluetooth configuration files
100 .It Pa gnats/
101 gnats configuration files;
102 see
103 .Xr send-pr 1
104 .It Pa isdn/
105 isdn4bsd configuration files;
106 see
107 .Xr isdnd 8
108 .It Pa localtime
109 local timezone information;
110 see
111 .Xr ctime 3
112 .It Pa mail/
113 Sendmail control files
114 .It Pa mtree/
115 mtree configuration files;
116 see
117 .Xr mtree 8
118 .It Pa namedb/
119 named configuration files;
120 see
121 .Xr named 8
122 .It Pa pam.d/
123 configuration files for the Pluggable Authentication Modules (PAM)
124 library
125 .It Pa periodic/
126 scripts that are run daily, weekly, and monthly, via
127 .Xr cron 8 ;
128 see
129 .Xr periodic 8
130 .It Pa rc.d/
131 System and daemon startup/control scripts;
132 see
133 .Xr rc 8
134 .It Pa security/
135 OpenBSM audit configuration files;
136 see
137 .Xr audit 8
138 .It Pa ppp/
139 ppp configuration files;
140 see
141 .Xr ppp 8
142 .It Pa ssh/
143 OpenSSH configuration files;
144 see
145 .Xr ssh 1
146 .It Pa ssl/
147 OpenSSL configuration files
148 .El
149 .It Pa /lib/
150 critical system libraries needed for binaries in
151 .Pa /bin
152 and
153 .Pa /sbin
154 .Pp
155 .Bl -tag -width ".Pa geom/" -compact
156 .It Pa geom/
157 class-specific libraries for the
158 .Xr geom 8
159 utility
160 .El
161 .It Pa /libexec/
162 critical system utilities needed for binaries in
163 .Pa /bin
164 and
165 .Pa /sbin
166 .It Pa /media/
167 contains subdirectories to be used as mount points
168 for removable media such as CDs, USB drives, and
169 floppy disks
170 .It Pa /mnt/
171 empty directory commonly used by
172 system administrators as a temporary mount point
173 .It Pa /proc/
174 process file system;
175 see
176 .Xr procfs 5
177 .It Pa /rescue/
178 statically linked programs for emergency recovery;
179 see
180 .Xr rescue 8
181 .It Pa /root/
182 root's HOME directory
183 .It Pa /sbin/
184 system programs and administration utilities
185 fundamental to both single-user and multi-user environments
186 .It Pa /tmp/
187 temporary files that are not guaranteed to persist across system reboots
188 .It Pa /usr/
189 contains the majority of user utilities and applications
190 .Pp
191 .Bl -tag -width ".Pa libdata/" -compact
192 .It Pa bin/
193 common utilities, programming tools, and applications
194 .It Pa compat/
195 files needed to support binary compatibility with other operating systems,
196 such as Linux
197 (created by
198 .Xr sysinstall 8 )
199 .It Pa games/
200 useful and semi-frivolous programs
201 .It Pa include/
202 standard C include files
203 .Pp
204 .Bl -tag -width ".Pa kerberos5/" -compact
205 .It Pa altq/
206 C include files for alternate queueing
207 .It Pa arpa/
208 C include files for Internet service protocols
209 .It Pa bsnmp/
210 C include files for the SNMP daemon
211 .It Pa c++/
212 C++ include files
213 .It Pa cam/
214 C include files for the Common Access Methods Layer
215 .Bl -tag -width ".Pa kerberos5/" -compact
216 .It Pa scsi/
217 The SCSI device on top of CAM
218 .El
219 .It Pa dev/
220 C include files for programming various
221 .Fx
222 devices
223 .Bl -tag -width ".Pa kerberos5/" -compact
224 .It Pa ic/
225 Various header files describing driver- and bus-independent
226 hardware circuits
227 .It Pa ofw/
228 Open Firmware support
229 .It Pa pbio/
230 8255 PPI cards;
231 see
232 .Xr pbio 4
233 .It Pa ppbus/
234 The parallel port bus;
235 see
236 .Xr ppbus 4
237 .It Pa usb/
238 The USB subsystem
239 .It Pa utopia/
240 Physical chip driver for ATM interfaces;
241 see
242 .Xr utopia 4
243 .It Pa wi/
244 The
245 .Xr wi 4
246 WaveLAN driver
247 .El
248 .It Pa fs/
249 .Bl -tag -width ".Pa kerberos5/" -compact
250 .It Pa fdescfs/
251 per-process file descriptors file system
252 .It Pa fifofs/
253 .St -p1003.1
254 FIFOs file system
255 .It Pa msdosfs/
256 MS-DOS file system
257 .It Pa ntfs/
258 NTFS file system
259 .It Pa nullfs/
260 loopback file system
261 .It Pa nwfs/
262 NetWare file system
263 .It Pa portalfs/
264 portal file system
265 .It Pa procfs/
266 process file system
267 .It Pa smbfs/
268 SMB/CIFS file system
269 .It Pa udf/
270 UDF file system
271 .It Pa unionfs
272 union file system
273 .El
274 .It Pa geom/
275 GEOM framework
276 .Bl -tag -width ".Pa kerberos5/" -compact
277 .It Pa concat/
278 CONCAT GEOM class
279 .It Pa gate/
280 GATE GEOM class
281 .It Pa mirror/
282 MIRROR GEOM class
283 .It Pa nop/
284 NOP GEOM class
285 .It Pa raid3/
286 RAID3 GEOM class
287 .It Pa stripe/
288 STRIPE GEOM class
289 .El
290 .Pp
291 .It Pa isc/
292 ISC utility library libisc include files
293 .It Pa isofs/
294 .Bl -tag -width ".Pa kerberos5/" -compact
295 .It Pa cd9660/
296 iso9660 file system
297 .El
298 .It Pa libmilter/
299 C include files for libmilter,
300 the
301 .Xr sendmail 8
302 mail filter API
303 .It Pa machine/
304 machine-specific C include files
305 .It Pa net/
306 miscellaneous network C include files
307 .It Pa netatalk/
308 Appletalk protocol
309 .It Pa netinet/
310 C include files for Internet standard protocols;
311 see
312 .Xr inet 4
313 .It Pa netinet6/
314 C include files for Internet protocol version 6;
315 see
316 .Xr inet6 4
317 .It Pa netipsec/
318 kernel key-management service;
319 see
320 .Xr ipsec 4
321 .It Pa netipx/
322 IPX/SPX protocol stacks
323 .It Pa netnatm/
324 NATM include files;
325 see
326 .Xr natm 4
327 .Bl -tag -width ".Pa kerberos5/" -compact
328 .It Pa api/
329 include files for the signalling API
330 .It Pa msg/
331 include files that describe signalling messages and
332 declare associated functions
333 .It Pa saal/
334 include files for the signalling AAL layer
335 .It Pa sig/
336 include files for the UNI signalling protocol
337 .El
338 .It Pa netsmb/
339 SMB/CIFS requester
340 .It Pa nfs/
341 C include files for NFS (Network File System)
342 .It Pa objc/
343 Objective C include files
344 .It Pa openssl/
345 OpenSSL (Cryptography/SSL toolkit) headers
346 .It Pa pccard/
347 PC-CARD controllers
348 .It Pa protocols/
349 C include files for Berkeley service protocols
350 .It Pa readline/
351 get a line from a user, with editing;
352 see
353 .Xr readline 3
354 .It Pa rpc/
355 remote procedure calls;
356 see
357 .Xr rpc 3
358 .It Pa rpcsvc/
359 definition of RPC service structures; see
360 .Xr rpc 3
361 .It Pa security/
362 PAM; see
363 .Xr pam 8
364 .It Pa sys/
365 system C include files (kernel data structures)
366 .\" .It Pa tcl/
367 .\" Tcl language;
368 .\" see
369 .\" .Xr Tcl n
370 .\" .Bl -tag -width ".Pa kerberos5/" -compact
371 .\" .It Pa generic/
372 .\" ???
373 .\" .It Pa unix/
374 .\" ???
375 .\" .El
376 .It Pa ufs/
377 C include files for UFS (The U-word File System)
378 .Bl -tag -width ".Pa kerberos5/" -compact
379 .It Pa ffs/
380 Fast file system
381 .It Pa ufs/
382 UFS file system
383 .El
384 .It Pa vm/
385 virtual memory;
386 see
387 .Xr vmstat 8
388 .El
389 .Pp
390 .It Pa lib/
391 shared and archive
392 .Xr ar 1 Ns -type
393 libraries
394 .Bl -tag -width Fl -compact
395 .It Pa aout/
396 a.out archive libraries
397 .It Pa compat/
398 shared libraries for compatibility
399 .Bl -tag -width Fl -compact
400 .It Pa aout/
401 a.out backward compatibility libraries
402 .El
403 .It Pa dtrace/
404 DTrace library scripts
405 .It Pa engines/
406 OpenSSL (Cryptography/SSL toolkit) dynamically loadable engines
407 .El
408 .Pp
409 .It Pa libdata/
410 miscellaneous utility data files
411 .Bl -tag -width Fl -compact
412 .It Pa gcc/
413 .Xr gcc 1
414 configuration data
415 .It Pa ldscripts/
416 linker scripts;
417 see
418 .Xr ld 1
419 .It Pa lint/
420 various prebuilt lint libraries;
421 see
422 .Xr lint 1
423 .El
424 .Pp
425 .It Pa libexec/
426 system daemons & system utilities (executed by other programs)
427 .Bl -tag -width Fl -compact
428 .It Pa aout/
429 utilities to manipulate a.out executables
430 .It Pa elf/
431 utilities to manipulate ELF executables
432 .It Pa lpr/
433 utilities and filters for LP print system;
434 see
435 .Xr lpr 1
436 .It Pa sendmail/
437 the
438 .Xr sendmail 8
439 binary;
440 see
441 .Xr mailwrapper 8
442 .It Pa sm.bin/
443 restricted shell for
444 .Xr sendmail 8 ;
445 see
446 .Xr smrsh 8
447 .El
448 .Pp
449 .It Pa local/
450 local executables, libraries, etc.
451 Also used as the default destination for the
452 .Fx
453 ports framework.
454 Within local/, the general layout sketched out by
455 .Nm
456 for /usr
457 should be used.
458 Exceptions are the man directory (directly under local/
459 rather than under local/share/), ports documentation (in share/doc/<port>/),
460 and /usr/local/etc (mimics /etc).
461 .It Pa obj/
462 architecture-specific target tree produced by building the /usr/src tree
463 .It Pa ports/
464 The
465 .Fx
466 ports collection (optional).
467 .It Pa sbin/
468 system daemons & system utilities (executed by users)
469 .It Pa share/
470 architecture-independent files
471 .Pp
472 .Bl -tag -width ".Pa calendar/" -compact
473 .It Pa calendar/
474 a variety of pre-fab calendar files;
475 see
476 .Xr calendar 1
477 .It Pa dict/
478 word lists;
479 see
480 .Xr look 1
481 .Pp
482 .Bl -tag -width Fl -compact
483 .It Pa freebsd
484 .Fx Ns -specific
485 terms, proper names, and jargon
486 .It Pa words
487 common words
488 .It Pa web2
489 words from Webster's 2nd International
490 .It Pa papers/
491 reference databases;
492 see
493 .Xr refer 1
494 .El
495 .Pp
496 .It Pa doc/
497 miscellaneous documentation;
498 source for most of the printed
499 .Bx
500 manuals (available
501 from the
502 .Tn USENIX
503 association)
504 .Bl -tag -width Fl -compact
505 .It Pa FAQ/
506 Frequently Asked Questions
507 .It Pa IPv6/
508 implementation notes for IPv6
509 .It Pa bind/
510 documents pertaining to BIND (the Berkeley Internet Name Domain)
511 .It Pa es/
512 Spanish translations of documents in /usr/share/doc
513 .It Pa handbook/
514 .Fx
515 Handbook
516 .It Pa ja/
517 Japanese translations of documents in /usr/share/doc
518 .It Pa legal/
519 License files for vendor supplied firmwares
520 .It Pa ncurses/
521 HTML documents pertaining to ncurses;
522 see
523 .Xr ncurses 3
524 .It Pa ntp/
525 HTML documents pertaining to the Network Time Protocol
526 .It Pa papers/
527 UNIX Papers
528 .It Pa psd/
529 UNIX Programmer's Supplementary Documents
530 .It Pa ru/
531 Russian translations of documents in /usr/share/doc
532 .It Pa smm/
533 UNIX System Manager's Manual
534 .It Pa tutorials/
535 .Fx
536 tutorials
537 .It Pa usd/
538 UNIX User's Supplementary Documents
539 .It Pa zh/
540 Chinese translations of documents in /usr/share/doc
541 .El
542 .Pp
543 .It Pa examples/
544 various examples for users and programmers
545 .It Pa games/
546 ASCII text files used by various games
547 .It Pa groff_font/
548 device description file for device name
549 .It Pa info/
550 GNU Info hypertext system
551 .It Pa isdn/
552 ISDN
553 .It Pa locale/
554 localization files;
555 see
556 .Xr setlocale 3
557 .It Pa man/
558 manual pages
559 .It Pa me/
560 macros for use with the me macro package;
561 see
562 .Xr me 7
563 .It Pa misc/
564 miscellaneous system-wide ASCII text files
565 .Bl -tag -width Fl -compact
566 .It Pa fonts/
567 ???
568 .It Pa termcap
569 terminal characteristics database;
570 see
571 .Xr termcap 5
572 .El
573 .It Pa mk/
574 templates for make;
575 see
576 .Xr make 1
577 .It Pa nls/
578 national language support files;
579 see
580 .Xr mklocale 1
581 .It Pa security/
582 data files for security policies such as
583 .Xr mac_lomac 4
584 .It Pa sendmail/
585 .Xr sendmail 8
586 configuration files
587 .It Pa skel/
588 example
589 .Pa .\&
590 (dot) files for new accounts
591 .It Pa snmp/
592 MIBs, example files and tree definitions for the SNMP daemon.
593 .Bl -tag -width Fl -compact
594 .It Pa defs/
595 Tree definition files for use with
596 .Xr gensnmptree 1
597 .It Pa mibs/
598 MIB files
599 .El
600 .It Pa syscons/
601 files used by syscons;
602 see
603 .Xr syscons 4
604 .Bl -tag -width ".Pa scrnmaps/" -compact
605 .It Pa fonts/
606 console fonts;
607 see
608 .Xr vidcontrol 1
609 and
610 .Xr vidfont 1
611 .It Pa keymaps/
612 console keyboard maps;
613 see
614 .Xr kbdcontrol 1
615 and
616 .Xr kbdmap 1
617 .It Pa scrnmaps/
618 console screen maps
619 .El
620 .It Pa tabset/
621 tab description files for a variety of terminals; used in
622 the termcap file;
623 see
624 .Xr termcap 5
625 .It Pa tmac/
626 text processing macros;
627 see
628 .Xr nroff 1
629 and
630 .Xr troff 1
631 .It Pa vi/
632 localization support and utilities for
633 .Xr vi 1
634 .It Pa zoneinfo/
635 timezone configuration information;
636 see
637 .Xr tzfile 5
638 .El
639 .It Pa src/
640 .Bx ,
641 third-party, and/or local source files
642 .Pp
643 .Bl -tag -width ".Pa kerberos5/" -compact
644 .It Pa bin/
645 source code for files in /bin
646 .It Pa contrib/
647 source code for contributed software
648 .It Pa crypto/
649 source code for contributed cryptography software
650 .It Pa etc/
651 source code for files in /etc
652 .It Pa games/
653 source code for files in /usr/games
654 .It Pa gnu/
655 Utilities covered by the GNU General Public License
656 .It Pa include/
657 source code for files in /usr/include
658 .It Pa kerberos5/
659 build infrastructure for kerberos version 5
660 .It Pa lib/
661 source code for files in /usr/lib
662 .It Pa libexec/
663 source code for files in /usr/libexec
664 .It Pa release/
665 files required to produce a
666 .Fx
667 release
668 .It Pa sbin/
669 source code for files in /sbin
670 .It Pa secure/
671 build directory for files in /usr/src/crypto
672 .It Pa share/
673 source for files in /usr/share
674 .It Pa sys/
675 kernel source code
676 .It Pa tools/
677 tools used for maintenance and testing of
678 .Fx
679 .It Pa usr.bin/
680 source code for files in /usr/bin
681 .It Pa usr.sbin/
682 source code for files in /usr/sbin
683 .El
684 .El
685 .It Pa /var/
686 multi-purpose log, temporary, transient, and spool files
687 .Pp
688 .Bl -tag -width ".Pa preserve/" -compact
689 .It Pa account/
690 system accounting files
691 .Pp
692 .Bl -tag -width Fl -compact
693 .It Pa acct
694 execution accounting file;
695 see
696 .Xr acct 5
697 .El
698 .Pp
699 .It Pa at/
700 timed command scheduling files;
701 see
702 .Xr \&at 1
703 .Bl -tag -width ".Pa preserve/" -compact
704 .It Pa jobs/
705 directory containing job files
706 .It Pa spool/
707 directory containing output spool files
708 .El
709 .Pp
710 .It Pa backups/
711 miscellaneous backup files
712 .It Pa crash/
713 default directory to store kernel crash dumps; see
714 .Xr crash 8
715 and
716 .Xr savecore 8
717 .It Pa cron/
718 files used by cron;
719 see
720 .Xr cron 8
721 .Bl -tag -width ".Pa preserve/" -compact
722 .It Pa tabs/
723 crontab files;
724 see
725 .Xr crontab 5
726 .El
727 .Pp
728 .It Pa db/
729 miscellaneous automatically generated system-specific database files
730 .It Pa empty/
731 empty directory for use by programs that need a specifically empty directory.
732 Used for instance by
733 .Xr sshd 8
734 for privilege separation.
735 .It Pa games/
736 miscellaneous game status and score files
737 .It Pa heimdal/
738 kerberos server databases; see
739 .Xr kdc 8
740 .It Pa log/
741 miscellaneous system log files
742 .Pp
743 .Bl -tag -width Fl -compact
744 .It Pa wtmp
745 login/logout log;
746 see
747 .Xr wtmp 5
748 .El
749 .Pp
750 .It Pa mail/
751 user mailbox files
752 .It Pa msgs/
753 system messages database;
754 see
755 .Xr msgs 1
756 .It Pa preserve/
757 temporary home of files preserved after an accidental death
758 of an editor;
759 see
760 .Xr \&ex 1
761 .It Pa quotas/
762 file system quota information files
763 .It Pa run/
764 system information files describing various info about
765 system since it was booted
766 .Pp
767 .Bl -tag -width Fl -compact
768 .It Pa named/
769 writable by the
770 .Dq bind
771 user; see
772 .Xr named 8
773 .It Pa ppp/
774 writable by the
775 .Dq network
776 group for command connection sockets; see
777 .Xr ppp 8
778 .It Pa utmp
779 database of current users;
780 see
781 .Xr utmp 5
782 .El
783 .Pp
784 .It Pa rwho/
785 rwho data files;
786 see
787 .Xr rwhod 8 ,
788 .Xr rwho 1 ,
789 and
790 .Xr ruptime 1
791 .It Pa spool/
792 miscellaneous printer and mail system spooling directories
793 .Pp
794 .Bl -tag -width Fl -compact
795 .It Pa clientmqueue/
796 undelivered submission mail queue;
797 see
798 .Xr sendmail 8
799 .It Pa ftp/
800 commonly ~ftp; the anonymous ftp root directory
801 .It Pa mqueue/
802 undelivered mail queue;
803 see
804 .Xr sendmail 8
805 .It Pa output/
806 line printer spooling directories
807 .El
808 .Pp
809 .It Pa tmp/
810 temporary files that are kept between system reboots
811 .Bl -tag -width Fl -compact
812 .It Pa vi.recover/
813 the directory where recovery files are stored
814 .El
815 .It Pa yp/
816 the NIS maps
817 .El
818 .El
819 .Sh NOTES
820 This manual page documents the default
821 .Fx
822 file system layout, but
823 the actual hierarchy on a given system is defined at the system
824 administrator's discretion.
825 A well-maintained installation will include a customized version of
826 this document.
827 .Sh SEE ALSO
828 .Xr apropos 1 ,
829 .Xr find 1 ,
830 .Xr finger 1 ,
831 .Xr grep 1 ,
832 .Xr ls 1 ,
833 .Xr whatis 1 ,
834 .Xr whereis 1 ,
835 .Xr which 1 ,
836 .Xr fd 4 ,
837 .Xr devfs 5 ,
838 .Xr fsck 8
839 .Sh HISTORY
840 A
841 .Nm
842 manual page appeared in
843 .At v7 .