Browse Source

Plan 9 from Bell Labs 2005-03-13

David du Colombier 19 years ago
parent
commit
d30150d810
5 changed files with 52 additions and 3 deletions
  1. 2 1
      dist/replica/_plan9.db
  2. 2 1
      dist/replica/plan9.db
  3. 2 0
      dist/replica/plan9.log
  4. 1 1
      sys/man/1/man
  5. 45 0
      sys/man/6/keys.who

+ 2 - 1
dist/replica/_plan9.db

@@ -4745,7 +4745,7 @@ sys/man/1/look - 664 sys sys 944959673 1348
 sys/man/1/lp - 664 sys sys 1015024739 3304
 sys/man/1/ls - 664 sys sys 1087406208 2898
 sys/man/1/mail - 664 sys sys 1050078464 2158
-sys/man/1/man - 664 sys sys 1109428285 1745
+sys/man/1/man - 664 sys sys 1110638523 1743
 sys/man/1/marshal - 664 sys sys 1079970326 3150
 sys/man/1/mc - 664 sys sys 1045501392 508
 sys/man/1/mk - 664 sys sys 964455061 13154
@@ -5075,6 +5075,7 @@ sys/man/6/face - 664 sys sys 1062505426 2846
 sys/man/6/font - 664 sys sys 1077594184 2528
 sys/man/6/image - 664 sys sys 988225304 6209
 sys/man/6/keyboard - 664 sys sys 1079575918 4418
+sys/man/6/keys.who - 664 sys sys 1110641163 775
 sys/man/6/man - 664 sys sys 944959678 4961
 sys/man/6/map - 664 sys sys 944959678 1892
 sys/man/6/mpictures - 664 sys sys 944959678 2899

+ 2 - 1
dist/replica/plan9.db

@@ -4745,7 +4745,7 @@ sys/man/1/look - 664 sys sys 944959673 1348
 sys/man/1/lp - 664 sys sys 1015024739 3304
 sys/man/1/ls - 664 sys sys 1087406208 2898
 sys/man/1/mail - 664 sys sys 1050078464 2158
-sys/man/1/man - 664 sys sys 1109428285 1745
+sys/man/1/man - 664 sys sys 1110638523 1743
 sys/man/1/marshal - 664 sys sys 1079970326 3150
 sys/man/1/mc - 664 sys sys 1045501392 508
 sys/man/1/mk - 664 sys sys 964455061 13154
@@ -5075,6 +5075,7 @@ sys/man/6/face - 664 sys sys 1062505426 2846
 sys/man/6/font - 664 sys sys 1077594184 2528
 sys/man/6/image - 664 sys sys 988225304 6209
 sys/man/6/keyboard - 664 sys sys 1079575918 4418
+sys/man/6/keys.who - 664 sys sys 1110641163 775
 sys/man/6/man - 664 sys sys 944959678 4961
 sys/man/6/map - 664 sys sys 944959678 1892
 sys/man/6/mpictures - 664 sys sys 944959678 2899

+ 2 - 0
dist/replica/plan9.log

@@ -13911,3 +13911,5 @@
 1110526232 4 a mips/bin/games - 20000000775 sys sys 1110524968 0
 1110526232 5 a power/bin/games - 20000000775 sys sys 1110524968 0
 1110526232 6 a sparc/bin/games - 20000000775 sys sys 1110524968 0
+1110639656 0 c sys/man/1/man - 664 sys sys 1110638523 1743
+1110641457 0 a sys/man/6/keys.who - 664 sys sys 1110641163 775

+ 1 - 1
sys/man/1/man

@@ -69,7 +69,7 @@ words given on the command line.
 .PP
 .B Sig
 prints the signature (i.e. C definition) of the
-.IR function 's
+.IR functions
 given on the command line.
 .SH FILES
 .TF /sys/lib/man/lookman/index

+ 45 - 0
sys/man/6/keys.who

@@ -0,0 +1,45 @@
+.TH KEYS.WHO 6
+.SH NAME
+keys.who \- biographic information for key holders
+.SH DESCRIPTION
+When
+.I auth/changeuser
+(see
+.IR auth (8))
+creates or modifies an account, it writes a line of
+biographical information to
+.BR /adm/keys.who .
+The line contains the following fields, separated by
+.L |
+characters:
+.TP
+.I name
+login name
+.TP
+.I postid
+company-wide user name
+.TP
+.I "full name
+full name of the user
+.TP
+.I dept
+department of the user
+.TP
+.I email...
+one or more fields containing email addresses 
+to be notified when the key is about to expire
+.PD
+.PP
+The program
+.IR auth/warning ,
+which has fallen into disrepair,
+once read
+.I keys.who
+and mailed expiry warnings.
+.SH EXAMPLE
+.EX
+rsc|rscox|Russell S Cox|11276|rsc|dmr|rob
+.EE
+.SH "SEE ALSO
+.IR keyfs (4),
+.IR auth (8)