strings.mm - 9base - revived minimalist port of Plan 9 userland to Unix | |
git clone git://git.suckless.org/9base | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
strings.mm (2146B) | |
--- | |
1 '\" Copyright (c) 1997 Lucent | |
2 '\" All Rights Reserved | |
3 '\" | |
4 '\"#ident "@(#)macros:strings.mm 3.1" | |
5 '\" UNIX Memorandum Macros, DWB 3.1, April 1990 | |
6 '\" Company-specifics: Lucent Bell Laboratories | |
7 '''\" '''\"tab begins comments. | |
8 '''\" No comments should appear on the same line as the string de… | |
9 '''\" | |
10 '''\" The following string is used by the macro MT. | |
11 '''\" ]S defined as logo character | |
12 .ds ]S \s36\(LH\s0 | |
13 '''\" }Z defined as Company Name | |
14 .ds }Z Lucent Bell Laboratories | |
15 '''\" | |
16 '''\" Strings for proprietary markings at bottom of page. | |
17 '''\" Free Strings: ]Q ]R ]H ]L ]V ]W ]X ]k ]l | |
18 '''\" | |
19 '''\" Register ;V = user-specified year for copyright date | |
20 .nr ;V \n(yr | |
21 '''\" LUCENT PROPRIETARY MARKINGS | |
22 '''\" The following strings are used by the macro PM: | |
23 '''\" | |
24 '''\" Marking Type: PROPRIETARY | |
25 '''\" Invocation: .PM 1 or .PM P | |
26 '''\" Strings: ]M ]O | |
27 .ds ]M \f2LUCENT \- PROPRIETARY\fP | |
28 .ds ]O \f1Use pursuant to Company Instructions.\fP | |
29 '''\" | |
30 '''\" Marking Type: RESTRICTED | |
31 '''\" Invocation: .PM 2 or .PM RS | |
32 '''\" Strings: ]A ]F ]G | |
33 .ds ]A \f2LUCENT \- PROPRIETARY (RESTRICTED)\fP | |
34 .ds ]F \f1Solely for authorized persons having a need to know | |
35 .ds ]G pursuant to Company Instructions.\fP | |
36 '''\" | |
37 '''\" Marking Type: REGISTERED | |
38 '''\" Invocation: .PM 3 or .PM RG | |
39 '''\" Strings: ]I ]J ]K | |
40 .ds ]I \f2LUCENT \- PROPRIETARY (REGISTERED)\fP | |
41 .ds ]J \f1Solely for authorized persons having a need to know | |
42 .ds ]K and subject to cover sheet instructions.\fP | |
43 '''\" | |
44 '''\" Marking Type: SEE COVER PAGE | |
45 '''\" Invocation: .PM 4 or .PM CP | |
46 '''\" Strings: ]U | |
47 .ds ]U \f1SEE PROPRIETARY NOTICE ON COVER PAGE\fP | |
48 '''\" | |
49 '''\" Marking Type: COPYRIGHT | |
50 '''\" Invocation: .PM 5 or .PM CR | |
51 '''\" Strings: ]i ]j | |
52 .ds ]i \f1Copyright \(co 20\\n(;V Lucent\fP | |
53 .ds ]j \f1All Rights Reserved.\fP | |
54 '''\" | |
55 '''\" Marking Type: UNPUBLISHED WORK | |
56 '''\" Invocation: .PM 6 or .PM UW | |
57 '''\" Strings: ]M ]m ]o ]p ]i ]q ]j | |
58 .ds ]m \f1THIS DOCUMENT CONTAINS PROPRIETARY INFORMATION OF | |
59 .ds ]o LUCENT AND IS NOT TO BE DISCLOSED OR USED EXCEPT IN | |
60 .ds ]p ACCORDANCE WITH APPLICABLE AGREEMENTS.\fP | |
61 .ds ]q \f1Unpublished & Not for Publication\fP |