PRS (1)

NAME

prs - display selected portions of an SCCS history

CONTENTS

Synopsis
Description
Data Keywords
Examples
Files
See Also
Diagnostics

SYNOPSIS

prs [-ddataspec] [-rsid] [-e] [-l] [-cdate-time] [-a] s.filename...

DESCRIPTION

The prs utility displays part or all of the SCCS file (see sccsfile(5)) in a user supplied format.

If a directory name is used in place of the s.filename argument, the prs command applies to all s.files in that directory. Unreadable s.files produce an error; processing continues with the next file (if any). The use of '-' as the s.filename argument indicates that the names of files are to be read from the standard input, one s.file per line.

In the absence of options, prs displays the delta table (version log). In the absence of -d, or -l, prs displays the entry for each delta indicated by the other options.

-ddataspec Produce a report according to the indicated data specification. dataspec consists of a (quoted) text string that includes embedded data keywords of the form: ':key:' (see Data Keywords, below). prs expands these keywords in the output it produces. To specify a TAB character in the output, use \t; to specify a NEWLINE in the output, use \n.
-rsid Specifies the SCCS delta ID (SID) of the delta for which information is desired. If no SID is specified, the most recently created delta is used.
-e Requests information for all deltas created earlier than, and including, the delta indicated with -r or -c.
-l Requests information for all deltas created later than, and including, the delta indicated with -r or -c.
-cdate-time Either options -e or -l must be used with this option. -cdate-time displays information on the deltas checked in either prior to and including the date and time indicated by the date-time argument (option -e); or later than and including the date and time indicated (option -l). date-time takes the form:

yy[mm[dd[hh[mm[ss]]]]]

Units omitted from the indicated date and time default to their maximum possible values; that is -c7502 is equivalent to -c750228235959. Any number of non-numeric characters may separate the various 2 digit components. If white-space characters occur, the date-time specification must be quoted. Values of yy in the range 69-99 refer to the twentieth century. Values in the range of 00-68 refer to the twenty-first century.

-a Includes all deltas, including those marked as removed (see rmdel(1)).

DATA KEYWORDS

Data keywords specify which parts of an SCCS file are to be retrieved. All parts of an SCCS file (see sccsfile(5)) have an associated data keyword. A data keyword may appear any number of times in a data specification argument to -d. These data keywords are listed in the table below:

KeywordData ItemFile Section*ValueFormat**
:A:a format for the what string: N/A:Z::Y: :M: :I::Z:S
:B:branch number DnnnnS
:BD:body BtextM
:BF:branch flag Fyes or noS
:CB:ceiling boundary F:R:S
:C:comments for delta DtextM
:D:date delta created D:Dy:/:Dm:/:Dd:S
:Dd:day delta created DnnS
:Dg:deltas ignored (seq #) D:DS: :DS:...S
:DI:seq-no. of deltas included, excluded, ignored D :Dn:/:Dx:/:Dg:S
:DL:delta line statistics D:Li:/:Ld:/:Lu:S
:Dm:month delta created DnnS
:Dn:deltas included (seq #) D:DS: :DS:...S
:DP:predecessor delta seq-no. DnnnnS
:Ds:default SID F:I:S
:DS:delta sequence number DnnnnS
:Dt:delta information D:DT: :I: :D: :T: :P: :DS: :DP:S
:DT:delta type DD or RS
:Dx:deltas excluded (seq #) D:DS: ...S
:Dy:year delta created DnnS
:F:s.file name N/AtextS
:FB:floor boundary F:R:S
:FD:file descriptive text CtextM
:FL:flag list FtextM
:GB:gotten body BtextM
:I:SCCS delta ID (SID) D:R:.:L:.:B:.:S:S
:J:joint edit flag Fyes or noS
:KF:keyword error/warning flag Fyes or noS
:L:level number DnnnnS
:Ld:lines deleted by delta DnnnnnS
:Li:lines inserted by delta DnnnnnS
:LK:locked releases F:R:...S
:Lu:lines unchanged by delta DnnnnnS
:M:module name FtextS
:MF:MR validation flag Fyes or noS
:MP:MR validation program FtextS
:MR:MR numbers for delta DtextM
:ND:null delta flag Fyes or noS
:Q:user defined keyword FtextS
:P:user who created delta DusernameS
:PN:s.file's pathname N/AtextS
:R:release number DnnnnS
:S:sequence number DnnnnS
:T:time delta created D:Th:::Tm:::Ts:S
:Th:hour delta created DnnS
:Tm:minutes delta created DnnS
:Ts:seconds delta created DnnS
:UN:user names UtextM
:W:a form of what string N/A:Z::M:\t:I:S
:Y:module type flag FtextS
:Z:what string delimiter N/A@(#)S

*B = body, D = delta table, F = flags, U = user names
**S = simple format, M = multi-line format

EXAMPLES

Example 1 Displaying delta entries

The following command:

$ prs -e -d":I:\t:P:" program.c

produces:

1.6     username
1.5 username...

FILES

/tmp/pr????? temporary file

SEE ALSO

admin(1), delta(1), get(1), help(1), sccsfile(5)

DIAGNOSTICS

Use the SCCS help command for explanations (see help(1)).


Heirloom Development Tools PRS (1) 3/23/07
Generated by a modified version of manServer 1.07 from heirloom-devtools-070527/sccs/man/prs.1 using man macros with tbl support.