NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
misc/49222: Sections out of order in man pages.
>Number: 49222
>Category: misc
>Synopsis: Sections out of order in man pages.
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: misc-bug-people
>State: open
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Fri Sep 19 13:10:00 +0000 2014
>Originator: Henning Petersen
>Release: NetBSD-current
>Organization:
>Environment:
>Description:
Sections in more man pages is out of order.
Tested with mandoc version 1.13.1.
>How-To-Repeat:
>Fix:
Index: games/hals_end/hals_end.6
===================================================================
RCS file: /cvsroot/src/games/hals_end/hals_end.6,v
retrieving revision 1.1
diff -u -p -r1.1 hals_end.6
--- games/hals_end/hals_end.6 12 Nov 2013 17:46:21 -0000 1.1
+++ games/hals_end/hals_end.6 19 Sep 2014 11:40:21 -0000
@@ -46,11 +46,6 @@ Fast forward.
Every movie can be played back with fast forward.
This option will double the speed of the output.
.El
-.Sh BUGS
-Unlike the real HAL, this program can be repeately run.
-There should be functionality in the program to destroy itself after one run.
-The rationale for not doing this right now is that the movie itself can be
-watched several times as well.
.Sh HISTORY
.Nm
first appeared in the book "Total Interaction" (ISBN 978-3-7643-7076-3) where
@@ -64,3 +59,8 @@ this article.
.Nm
was written by
.An Marc Balmer Aq Mt marc%msys.ch@localhost .
+.Sh BUGS
+Unlike the real HAL, this program can be repeately run.
+There should be functionality in the program to destroy itself after one run.
+The rationale for not doing this right now is that the movie itself can be
+watched several times as well.
Index: lib/libc/stdlib/qsort.3
===================================================================
RCS file: /cvsroot/src/lib/libc/stdlib/qsort.3,v
retrieving revision 1.13
diff -u -p -r1.13 qsort.3
--- lib/libc/stdlib/qsort.3 7 Aug 2003 16:43:42 -0000 1.13
+++ lib/libc/stdlib/qsort.3 19 Sep 2014 11:40:30 -0000
@@ -161,6 +161,12 @@ return 0.
Otherwise, they return \-1 and the global variable
.Va errno
is set to indicate the error.
+.Sh COMPATIBILITY
+Previous versions of
+.Fn qsort
+did not permit the comparison routine itself to call
+.Fn qsort .
+This is no longer true.
.Sh ERRORS
The
.Fn heapsort
@@ -182,12 +188,6 @@ or
.Fn mergesort
were unable to allocate memory.
.El
-.Sh COMPATIBILITY
-Previous versions of
-.Fn qsort
-did not permit the comparison routine itself to call
-.Fn qsort .
-This is no longer true.
.Sh SEE ALSO
.Xr sort 1 ,
.Xr radixsort 3
Index: lib/libc/sys/getpgrp.2
===================================================================
RCS file: /cvsroot/src/lib/libc/sys/getpgrp.2,v
retrieving revision 1.23
diff -u -p -r1.23 getpgrp.2
--- lib/libc/sys/getpgrp.2 23 Mar 2009 14:11:27 -0000 1.23
+++ lib/libc/sys/getpgrp.2 19 Sep 2014 11:40:30 -0000
@@ -69,35 +69,6 @@ and
.Fn tcsetpgrp
calls
are used to get/set the process group of the control terminal.
-.Sh ERRORS
-.Fn getpgrp
-always succeeds, however
-.Fn getpgid
-will succeed unless:
-.Bl -tag -width Er
-.It Bq Er ESRCH
-if there is no process with a process ID equal to
-.Fa pid .
-.El
-.Sh SEE ALSO
-.Xr setpgid 2 ,
-.Xr termios 4
-.Sh STANDARDS
-The
-.Fn getpgrp
-function conforms to
-.St -p1003.1-88 .
-.Sh HISTORY
-The
-.Fn getpgrp
-function call appeared in
-.Bx 4.0 .
-The
-.Fn getpgid
-function call is derived from its usage in
-.At V.4 ,
-and first appeared in
-.Nx 1.3 .
.Sh COMPATIBILITY
This version of
.Fn getpgrp
@@ -127,3 +98,32 @@ has been omitted from POSIX.1.
The old functionality is available from the
.Fn getpgid
function.
+.Sh ERRORS
+.Fn getpgrp
+always succeeds, however
+.Fn getpgid
+will succeed unless:
+.Bl -tag -width Er
+.It Bq Er ESRCH
+if there is no process with a process ID equal to
+.Fa pid .
+.El
+.Sh SEE ALSO
+.Xr setpgid 2 ,
+.Xr termios 4
+.Sh STANDARDS
+The
+.Fn getpgrp
+function conforms to
+.St -p1003.1-88 .
+.Sh HISTORY
+The
+.Fn getpgrp
+function call appeared in
+.Bx 4.0 .
+The
+.Fn getpgid
+function call is derived from its usage in
+.At V.4 ,
+and first appeared in
+.Nx 1.3 .
Index: lib/libc/sys/setpgid.2
===================================================================
RCS file: /cvsroot/src/lib/libc/sys/setpgid.2,v
retrieving revision 1.22
diff -u -p -r1.22 setpgid.2
--- lib/libc/sys/setpgid.2 13 May 2004 10:20:58 -0000 1.22
+++ lib/libc/sys/setpgid.2 19 Sep 2014 11:40:30 -0000
@@ -68,6 +68,13 @@ returns 0 when the operation was success
If the request failed, \-1 is returned and the global variable
.Va errno
indicates the reason.
+.Sh COMPATIBILITY
+.Fn setpgrp
+is identical to
+.Fn setpgid ,
+and is retained for calling convention compatibility with historical
+versions of
+.Bx .
.Sh ERRORS
.Fn setpgid
will fail and the process group will not be altered if:
@@ -98,10 +105,3 @@ The
.Fn setpgid
function conforms to
.St -p1003.1-90 .
-.Sh COMPATIBILITY
-.Fn setpgrp
-is identical to
-.Fn setpgid ,
-and is retained for calling convention compatibility with historical
-versions of
-.Bx .
Index: lib/libm/man/acosh.3
===================================================================
RCS file: /cvsroot/src/lib/libm/man/acosh.3,v
retrieving revision 1.16
diff -u -p -r1.16 acosh.3
--- lib/libm/man/acosh.3 29 Jan 2013 02:54:30 -0000 1.16
+++ lib/libm/man/acosh.3 19 Sep 2014 11:40:31 -0000
@@ -75,13 +75,13 @@ to EDOM.
.Xr exp 3 ,
.Xr math 3
.\" .Xr matherr 3
-.Sh HISTORY
-The
-.Fn acosh
-function appeared in
-.Bx 4.3 .
.Sh STANDARDS
The
.Fn acosh
function conforms to
.St -isoC-99 .
+.Sh HISTORY
+The
+.Fn acosh
+function appeared in
+.Bx 4.3 .
Index: lib/libm/man/asinh.3
===================================================================
RCS file: /cvsroot/src/lib/libm/man/asinh.3,v
retrieving revision 1.16
diff -u -p -r1.16 asinh.3
--- lib/libm/man/asinh.3 29 Jan 2013 02:54:30 -0000 1.16
+++ lib/libm/man/asinh.3 19 Sep 2014 11:40:31 -0000
@@ -73,13 +73,13 @@ functions return the inverse hyperbolic
.Xr exp 3 ,
.Xr math 3
.\" .Xr matherr 3
-.Sh HISTORY
-The
-.Fn asinh
-function appeared in
-.Bx 4.3 .
.Sh STANDARDS
The
.Fn asinh
function conforms to
.St -isoC-99 .
+.Sh HISTORY
+The
+.Fn asinh
+function appeared in
+.Bx 4.3 .
Index: lib/libm/man/atanh.3
===================================================================
RCS file: /cvsroot/src/lib/libm/man/atanh.3,v
retrieving revision 1.16
diff -u -p -r1.16 atanh.3
--- lib/libm/man/atanh.3 29 Jan 2013 02:54:30 -0000 1.16
+++ lib/libm/man/atanh.3 19 Sep 2014 11:40:31 -0000
@@ -75,13 +75,13 @@ to EDOM.
.Xr exp 3 ,
.Xr math 3
.\" .Xr matherr 3
-.Sh HISTORY
-The
-.Fn atanh
-function appeared in
-.Bx 4.3 .
.Sh STANDARDS
The
.Fn atanh
function conforms to
.St -isoC-99 .
+.Sh HISTORY
+The
+.Fn atanh
+function appeared in
+.Bx 4.3 .
Index: share/man/man5/ar.5
===================================================================
RCS file: /cvsroot/src/share/man/man5/ar.5,v
retrieving revision 1.7
diff -u -p -r1.7 ar.5
--- share/man/man5/ar.5 7 Aug 2003 10:31:16 -0000 1.7
+++ share/man/man5/ar.5 19 Sep 2014 11:40:35 -0000
@@ -104,6 +104,14 @@ Objects in the archive are always an eve
which are an odd number of bytes long are padded with a newline
.Pq Dq \en
character, although the size in the header does not reflect this.
+.Sh COMPATIBILITY
+The current a.out archive format is not specified by any standard.
+.Pp
+ELF systems use the
+.Nm
+format specified by the
+.At V.4
+ABI, with the same headers but different long file name handling.
.Sh SEE ALSO
.Xr ar 1 ,
.Xr stat 2
@@ -144,14 +152,6 @@ It has been extended for these reasons,
as described above.
This format first appeared in
.Bx 4.4 .
-.Sh COMPATIBILITY
-The current a.out archive format is not specified by any standard.
-.Pp
-ELF systems use the
-.Nm
-format specified by the
-.At V.4
-ABI, with the same headers but different long file name handling.
.Sh BUGS
The
.Tn \*[Lt]ar.h\*[Gt]
Index: share/man/man5/hosts.equiv.5
===================================================================
RCS file: /cvsroot/src/share/man/man5/hosts.equiv.5,v
retrieving revision 1.8
diff -u -p -r1.8 hosts.equiv.5
--- share/man/man5/hosts.equiv.5 30 Apr 2008 13:10:57 -0000 1.8
+++ share/man/man5/hosts.equiv.5 19 Sep 2014 11:40:35 -0000
@@ -78,6 +78,13 @@ local machine.
If a
.Em username
is not specified, any user may login with the same user name.
+.Sh FILES
+.Bl -tag -width /etc/hosts.equiv -compact
+.It Pa /etc/hosts.equiv
+Global trusted host-user pairs list
+.It Pa ~/.rhosts
+Per-user trusted host-user pairs list
+.El
.Sh EXAMPLES
.Li somehost
.Bd -filled -offset indent -compact
@@ -152,13 +159,6 @@ file is typically only for
.Xr rsh 1 ,
as root must still login on the console for an interactive login such as
.Xr rlogin 1 .
-.Sh FILES
-.Bl -tag -width /etc/hosts.equiv -compact
-.It Pa /etc/hosts.equiv
-Global trusted host-user pairs list
-.It Pa ~/.rhosts
-Per-user trusted host-user pairs list
-.El
.Sh SEE ALSO
.Xr rcp 1 ,
.Xr rlogin 1 ,
Index: share/man/man5/netgroup.5
===================================================================
RCS file: /cvsroot/src/share/man/man5/netgroup.5,v
retrieving revision 1.8
diff -u -p -r1.8 netgroup.5
--- share/man/man5/netgroup.5 7 Aug 2003 10:31:17 -0000 1.8
+++ share/man/man5/netgroup.5 19 Sep 2014 11:40:35 -0000
@@ -112,14 +112,14 @@ Lines that begin with a # are treated as
.It Pa /etc/netgroup.db
the netgroup database.
.El
+.Sh COMPATIBILITY
+The file format is compatible with that of various vendors, however it
+appears that not all vendors use an identical format.
.Sh SEE ALSO
.Xr getnetgrent 3 ,
.Xr exports 5 ,
.Xr nsswitch.conf 5 ,
.Xr netgroup_mkdb 8
-.Sh COMPATIBILITY
-The file format is compatible with that of various vendors, however it
-appears that not all vendors use an identical format.
.Sh BUGS
The interpretation of access restrictions based on the member tuples of a
netgroup is left up to the various network applications.
Index: usr.bin/bthset/bthset.1
===================================================================
RCS file: /cvsroot/src/usr.bin/bthset/bthset.1,v
retrieving revision 1.4
diff -u -p -r1.4 bthset.1
--- usr.bin/bthset/bthset.1 19 Aug 2006 16:37:26 -0000 1.4
+++ usr.bin/bthset/bthset.1 19 Sep 2014 11:40:35 -0000
@@ -105,10 +105,10 @@ connections on the given RFCOMM server c
.It Fl v
Be verbose.
.El
-.Sh EXIT STATUS
-.Ex -std
.Sh FILES
.Pa /dev/mixer
+.Sh EXIT STATUS
+.Ex -std
.Sh SEE ALSO
.Xr btsco 4 ,
.Xr mixer 4
Index: usr.bin/btkey/btkey.1
===================================================================
RCS file: /cvsroot/src/usr.bin/btkey/btkey.1,v
retrieving revision 1.4
diff -u -p -r1.4 btkey.1
--- usr.bin/btkey/btkey.1 18 May 2009 12:03:06 -0000 1.4
+++ usr.bin/btkey/btkey.1 19 Sep 2014 11:40:35 -0000
@@ -102,13 +102,13 @@ Write key to file.
.El
.Pp
Super-user privileges are required to read or write link keys.
-.Sh EXIT STATUS
-.Ex -std
.Sh FILES
.Bl -item -compact
.It
.Pa /var/db/bthcid.keys
.El
+.Sh EXIT STATUS
+.Ex -std
.Sh EXAMPLES
Read key for mouse at ubt0 from file and write to device
.Pp
Index: usr.bin/btpin/btpin.1
===================================================================
RCS file: /cvsroot/src/usr.bin/btpin/btpin.1,v
retrieving revision 1.9
diff -u -p -r1.9 btpin.1
--- usr.bin/btpin/btpin.1 16 May 2009 07:18:42 -0000 1.9
+++ usr.bin/btpin/btpin.1 19 Sep 2014 11:40:35 -0000
@@ -83,13 +83,13 @@ Specify path to the control socket.
The default path is
.Pa /var/run/bthcid .
.El
-.Sh EXIT STATUS
-.Ex -std
.Sh FILES
.Bl -item -compact
.It
.Pa /var/run/bthcid
.El
+.Sh EXIT STATUS
+.Ex -std
.Sh SEE ALSO
.Xr btkey 1 ,
.Xr btconfig 8 ,
Index: usr.bin/su/su.1
===================================================================
RCS file: /cvsroot/src/usr.bin/su/su.1,v
retrieving revision 1.50
diff -u -p -r1.50 su.1
--- usr.bin/su/su.1 21 Nov 2012 19:30:53 -0000 1.50
+++ usr.bin/su/su.1 19 Sep 2014 11:40:40 -0000
@@ -312,10 +312,6 @@ and
groups are treated as indirect groups.
The group members of those two groups are treated as groups themselves.
.El
-.Sh EXIT STATUS
-.Nm
-returns the exit status of the executed subshell, or 1 if any error
-occurred while switching privileges.
.Sh ENVIRONMENT
Environment variables used by
.Nm :
@@ -337,6 +333,10 @@ The user ID is always the effective ID (
.Nm
unless the user ID is 0 (root).
.El
+.Sh EXIT STATUS
+.Nm
+returns the exit status of the executed subshell, or 1 if any error
+occurred while switching privileges.
.Sh EXAMPLES
To become user username and use the same environment as in original shell,
execute:
.Bd -literal -offset indent
Index: usr.bin/vgrind/vgrindefs.5
===================================================================
RCS file: /cvsroot/src/usr.bin/vgrind/vgrindefs.5,v
retrieving revision 1.11
diff -u -p -r1.11 vgrindefs.5
--- usr.bin/vgrind/vgrindefs.5 21 Apr 2012 12:27:30 -0000 1.11
+++ usr.bin/vgrind/vgrindefs.5 19 Sep 2014 11:40:40 -0000
@@ -64,6 +64,11 @@ The following table names and describes
.It "oc bool present means upper and lower case are equivalent"
.It "kw str a list of keywords separated by spaces"
.El
+.Sh FILES
+.Bl -tag -width /usr/share/misc/vgrindefs -compact
+.It Pa /usr/share/misc/vgrindefs
+File containing terminal descriptions.
+.El
.Sh EXAMPLES
The following entry, which describes the C language, is
typical of a language entry.
@@ -143,11 +148,6 @@ by spaces.
If the "oc" boolean is specified, indicating that upper
and lower case are equivalent, then all the keywords should be
specified in lower case.
-.Sh FILES
-.Bl -tag -width /usr/share/misc/vgrindefs -compact
-.It Pa /usr/share/misc/vgrindefs
-File containing terminal descriptions.
-.El
.Sh SEE ALSO
.Xr troff 1 ,
.Xr vgrind 1
Index: usr.bin/wc/wc.1
===================================================================
RCS file: /cvsroot/src/usr.bin/wc/wc.1,v
retrieving revision 1.15
diff -u -p -r1.15 wc.1
--- usr.bin/wc/wc.1 18 Feb 2010 13:14:51 -0000 1.15
+++ usr.bin/wc/wc.1 19 Sep 2014 11:40:40 -0000
@@ -106,8 +106,6 @@ lines words bytes file_name
.Ed
.Sh EXIT STATUS
.Ex -std wc
-.Sh SEE ALSO
-.Xr iswspace 3
.Sh COMPATIBILITY
Historically, the
.Nm
@@ -139,6 +137,8 @@ option of the GNU and
.Fx
.Nm
utilities.
+.Sh SEE ALSO
+.Xr iswspace 3
.Sh STANDARDS
The
.Nm
Index: usr.bin/whereis/whereis.1
===================================================================
RCS file: /cvsroot/src/usr.bin/whereis/whereis.1,v
retrieving revision 1.14
diff -u -p -r1.14 whereis.1
--- usr.bin/whereis/whereis.1 7 Aug 2003 11:17:17 -0000 1.14
+++ usr.bin/whereis/whereis.1 19 Sep 2014 11:40:40 -0000
@@ -62,14 +62,14 @@ The
.Nm
utility exits 0 on success, 1 on general error, 2 if only some
programs were located and 3 if none were.
-.Sh SEE ALSO
-.Xr whatis 1 ,
-.Xr which 1 ,
-.Xr sysctl 8
.Sh COMPATIBILITY
The historic flags and arguments for the
.Nm
utility are no longer available in this version.
+.Sh SEE ALSO
+.Xr whatis 1 ,
+.Xr which 1 ,
+.Xr sysctl 8
.Sh HISTORY
The
.Nm
Index: usr.sbin/lptctl/lptctl.8
===================================================================
RCS file: /cvsroot/src/usr.sbin/lptctl/lptctl.8,v
retrieving revision 1.10
diff -u -p -r1.10 lptctl.8
--- usr.sbin/lptctl/lptctl.8 30 Apr 2008 13:11:02 -0000 1.10
+++ usr.sbin/lptctl/lptctl.8 19 Sep 2014 11:40:46 -0000
@@ -89,9 +89,6 @@ on open of control lpt device.
.Pp
Enables or disables (default) automatic LF on CR for data transfers.
.El
-.Sh EXIT STATUS
-.Nm
-returns 0 on success, \*[Gt]0 on failure.
.Sh FILES
.Bl -item
.It
@@ -101,6 +98,9 @@ returns 0 on success, \*[Gt]0 on failure
.Pa /dev/lpt?
- printer ports
.El
+.Sh EXIT STATUS
+.Nm
+returns 0 on success, \*[Gt]0 on failure.
.Sh SEE ALSO
.Xr ioctl 2 ,
.Xr lpt 4 ,
Index: usr.sbin/mailwrapper/mailwrapper.8
===================================================================
RCS file: /cvsroot/src/usr.sbin/mailwrapper/mailwrapper.8,v
retrieving revision 1.14
diff -u -p -r1.14 mailwrapper.8
--- usr.sbin/mailwrapper/mailwrapper.8 18 Mar 2014 18:20:47 -0000 1.14
+++ usr.sbin/mailwrapper/mailwrapper.8 19 Sep 2014 11:40:46 -0000
@@ -130,9 +130,6 @@ based on configuration information place
This permits the administrator to configure which
.Tn MTA
is to be invoked on the system at run time.
-.Sh EXIT STATUS
-.Nm
-exits 0 on success, and \*[Gt]0 if an error occurs.
.Sh FILES
Configuration for
.Nm
@@ -142,6 +139,9 @@ is kept in
is typically set up as a symlink to
.Nm
which is not usually invoked on its own.
+.Sh EXIT STATUS
+.Nm
+exits 0 on success, and \*[Gt]0 if an error occurs.
.Sh DIAGNOSTICS
.Nm
will print a diagnostic if its configuration file is missing or malformed,
Index: usr.sbin/sa/sa.8
===================================================================
RCS file: /cvsroot/src/usr.sbin/sa/sa.8,v
retrieving revision 1.16
diff -u -p -r1.16 sa.8
--- usr.sbin/sa/sa.8 13 Feb 2004 10:17:29 -0000 1.16
+++ usr.sbin/sa/sa.8 19 Sep 2014 11:40:49 -0000
@@ -223,14 +223,6 @@ Its date of origin is unknown to the aut
.Sh AUTHORS
.An Chris G. Demetriou
.Aq cgd%postgres.berkeley.edu@localhost .
-.Sh BUGS
-The number of options to this program is absurd, especially considering
-that there's not much logic behind their lettering.
-.Pp
-The field labels should be more consistent.
-.Pp
-.Nx Ns 's
-VM system does not record the CPU storage integral.
.Sh CAVEATS
While the behavior of the options in this version of
.Nm
@@ -247,3 +239,11 @@ The formats of the summary files created
are very different than the those used by the original version.
This is not considered a problem, however, because the accounting record
format has changed as well (since user ids are now 32 bits).
+.Sh BUGS
+The number of options to this program is absurd, especially considering
+that there's not much logic behind their lettering.
+.Pp
+The field labels should be more consistent.
+.Pp
+.Nx Ns 's
+VM system does not record the CPU storage integral.
Index: usr.sbin/user/groupinfo.8
===================================================================
RCS file: /cvsroot/src/usr.sbin/user/groupinfo.8,v
retrieving revision 1.12
diff -u -p -r1.12 groupinfo.8
--- usr.sbin/user/groupinfo.8 29 May 2006 01:38:33 -0000 1.12
+++ usr.sbin/user/groupinfo.8 19 Sep 2014 11:40:53 -0000
@@ -65,12 +65,12 @@ Perform any actions in a verbose manner.
The
.Ar group
argument may either be a group's name, or a gid.
-.Sh EXIT STATUS
-.Ex -std groupinfo
.Sh FILES
.Bl -tag -width /etc/usermgmt.conf -compact
.It Pa /etc/usermgmt.conf
.El
+.Sh EXIT STATUS
+.Ex -std groupinfo
.Sh SEE ALSO
.Xr passwd 5 ,
.Xr group 8
Index: usr.sbin/user/user.8
===================================================================
RCS file: /cvsroot/src/usr.sbin/user/user.8,v
retrieving revision 1.23
diff -u -p -r1.23 user.8
--- usr.sbin/user/user.8 25 Nov 2005 08:00:18 -0000 1.23
+++ usr.sbin/user/user.8 19 Sep 2014 11:40:53 -0000
@@ -73,8 +73,6 @@ The utilities by default are built with
This allows for further functionality.
.Pp
For a full explanation of the options available, please see the relevant
manual page.
-.Sh EXIT STATUS
-.Ex -std user
.Sh FILES
.Bl -tag -width /usr/share/examples/usermgmt -compact
.It Pa /etc/skel/.[A-z]*
@@ -90,6 +88,8 @@ and the backend commands mentioned above
.\" and
.\" .Xr group 8 .
.El
+.Sh EXIT STATUS
+.Ex -std user
.Sh SEE ALSO
.Xr chpass 1 ,
.Xr group 5 ,
Index: usr.sbin/user/useradd.8
===================================================================
RCS file: /cvsroot/src/usr.sbin/user/useradd.8,v
retrieving revision 1.42
diff -u -p -r1.42 useradd.8
--- usr.sbin/user/useradd.8 14 Jan 2009 02:18:28 -0000 1.42
+++ usr.sbin/user/useradd.8 19 Sep 2014 11:40:53 -0000
@@ -280,14 +280,14 @@ at very large sites could take several m
Until this update
is completed, the password file is unavailable for other updates
and the new information is not available to programs.
-.Sh EXIT STATUS
-.Ex -std useradd
.Sh FILES
.Bl -tag -width /etc/usermgmt.conf -compact
.It Pa /etc/usermgmt.conf
.It Pa /etc/skel/*
.It Pa /etc/login.conf
.El
+.Sh EXIT STATUS
+.Ex -std useradd
.Sh SEE ALSO
.Xr chpass 1 ,
.Xr passwd 1 ,
Index: usr.sbin/user/userdel.8
===================================================================
RCS file: /cvsroot/src/usr.sbin/user/userdel.8,v
retrieving revision 1.32
diff -u -p -r1.32 userdel.8
--- usr.sbin/user/userdel.8 29 May 2006 01:38:33 -0000 1.32
+++ usr.sbin/user/userdel.8 19 Sep 2014 11:40:53 -0000
@@ -138,12 +138,12 @@ at very large sites could take several m
Until this update
is completed, the password file is unavailable for other updates
and the new information is not available to programs.
-.Sh EXIT STATUS
-.Ex -std userdel
.Sh FILES
.Bl -tag -width /etc/usermgmt.conf -compact
.It Pa /etc/usermgmt.conf
.El
+.Sh EXIT STATUS
+.Ex -std userdel
.Sh SEE ALSO
.Xr passwd 5 ,
.Xr usermgmt.conf 5 ,
Index: usr.sbin/user/usermod.8
===================================================================
RCS file: /cvsroot/src/usr.sbin/user/usermod.8,v
retrieving revision 1.32
diff -u -p -r1.32 usermod.8
--- usr.sbin/user/usermod.8 11 Mar 2009 17:54:03 -0000 1.32
+++ usr.sbin/user/usermod.8 19 Sep 2014 11:40:53 -0000
@@ -229,11 +229,11 @@ Until this update
is completed, the password file is unavailable for other updates
and the new information is not available to programs.
.Sh EXIT STATUS
-.Ex -std usermod
-.Sh FILES
.Bl -tag -width /etc/usermgmt.conf -compact
.It Pa /etc/usermgmt.conf
.El
+.Sh EXIT STATUS
+.Ex -std usermod
.Sh SEE ALSO
.Xr chpass 1 ,
.Xr group 5 ,
Home |
Main Index |
Thread Index |
Old Index