X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=doc%2Fman-pages%2Fpod1%2Fafs_compile_et.pod;fp=doc%2Fman-pages%2Fpod1%2Fcompile_et.pod;h=4f15a659c08e184dda639d14e129999b1f529c08;hp=cfdb146c482e8331749d210232a641593484ea17;hb=c321cb467220bbdf2ff49d5fa6e052fd27a4df5e;hpb=43ec8a64eb066774ee29136269e77dc0db1ff01d
diff --git a/doc/man-pages/pod1/compile_et.pod b/doc/man-pages/pod1/afs_compile_et.pod
similarity index 84%
rename from doc/man-pages/pod1/compile_et.pod
rename to doc/man-pages/pod1/afs_compile_et.pod
index cfdb146..4f15a65 100644
--- a/doc/man-pages/pod1/compile_et.pod
+++ b/doc/man-pages/pod1/afs_compile_et.pod
@@ -1,13 +1,13 @@
=head1 NAME
-compile_et - Produce error text tables for compilation
+afs_compile_et - Produce error text tables for compilation
=head1 SYNOPSIS
=for html
-B
[B<-debug>] S<<< [B<-language> >] >>>
+B [B<-debug>] S<<< [B<-language> >] >>>
S<<< [B<-prefix> >] >>> [B<-v> >] >
=for html
@@ -15,7 +15,7 @@ B [B<-debug>] S<<< [B<-language> >] >>>
=head1 DESCRIPTION
-The B command builds the error text tables for compilation.
+The B command builds the error text tables for compilation.
This includes both a header file that contains a set of mappings between
error names and values and a F<.c> (or F<.msf>) file that provides a text
table of descriptions.
@@ -29,7 +29,7 @@ named F.
This command is used internally within the build process for OpenAFS.
Most users will access this information via L rather than
-via B.
+via B.
This command does not use the standard AFS command-line parsing package.
@@ -65,11 +65,11 @@ files) or 2, for B<.msf> file generation.
The following command generates the files F and F,
suitable for use with C programs:
- % compile_et -p path/to/src/ptserver pterror
+ % afs_compile_et -p path/to/src/ptserver pterror
The following command generates K&R style files instead:
- % compile_et -p path/to/src/ptserver -lang 'k&r-c' pterror
+ % afs_compile_et -p path/to/src/ptserver -lang 'k&r-c' pterror
=head1 SEE ALSO