*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: ranlib | Section: 1 | Source: Digital UNIX | File: ranlib.1.gz
ranlib(1) General Commands Manual ranlib(1) NAME ranlib - Converts archives to random libraries SYNOPSIS ranlib [-t] archive... The ranlib command converts each archive file archive to a format that enables fast, random access by the linker. OPTIONS Touches the named archives without modifying them. DESCRIPTION If you specify the -t option, the ranlib command only touches the archives and does not modify them. This is useful after copying an archive or using make with the -t option in order to avoid having ld display an error message about an out-of-date symbol table. The ranlib command is included for compatibility only. It is a shell script that invokes the ar command with the appropriate options (ar -qs for ranlib with no options, and ar -h for ranlib -t). EXAMPLES To convert the archive file genlib.a, enter: ranlib genlib.a SEE ALSO Commands: ar(1), lorder(1), make(1) ranlib(1)

Navigation Options