diff options
Diffstat (limited to 'man/pl')
-rw-r--r-- | man/pl/Makefile.am | 46 | ||||
-rw-r--r-- | man/pl/Makefile.in | 193 | ||||
-rw-r--r-- | man/pl/logoutd.8 | 49 | ||||
-rw-r--r-- | man/pl/man1/chage.1 (renamed from man/pl/chage.1) | 21 | ||||
-rw-r--r-- | man/pl/man1/chsh.1 (renamed from man/pl/chsh.1) | 21 | ||||
-rw-r--r-- | man/pl/man1/expiry.1 (renamed from man/pl/expiry.1) | 21 | ||||
-rw-r--r-- | man/pl/man1/groups.1 (renamed from man/pl/groups.1) | 21 | ||||
-rw-r--r-- | man/pl/man1/id.1 (renamed from man/pl/id.1) | 21 | ||||
-rw-r--r-- | man/pl/man1/newgrp.1 (renamed from man/pl/newgrp.1) | 21 | ||||
-rw-r--r-- | man/pl/man1/sg.1 (renamed from man/pl/sg.1) | 21 | ||||
-rw-r--r-- | man/pl/man3/getspnam.3 (renamed from man/pl/getspnam.3) | 0 | ||||
-rw-r--r-- | man/pl/man3/shadow.3 (renamed from man/pl/shadow.3) | 19 | ||||
-rw-r--r-- | man/pl/man5/faillog.5 (renamed from man/pl/faillog.5) | 19 | ||||
-rw-r--r-- | man/pl/man5/porttime.5 (renamed from man/pl/porttime.5) | 21 | ||||
-rw-r--r-- | man/pl/man8/faillog.8 (renamed from man/pl/faillog.8) | 21 | ||||
-rw-r--r-- | man/pl/man8/groupadd.8 (renamed from man/pl/groupadd.8) | 23 | ||||
-rw-r--r-- | man/pl/man8/groupdel.8 (renamed from man/pl/groupdel.8) | 21 | ||||
-rw-r--r-- | man/pl/man8/groupmems.8 (renamed from man/pl/groupmems.8) | 21 | ||||
-rw-r--r-- | man/pl/man8/groupmod.8 (renamed from man/pl/groupmod.8) | 21 | ||||
-rw-r--r-- | man/pl/man8/grpck.8 (renamed from man/pl/grpck.8) | 24 | ||||
-rw-r--r-- | man/pl/man8/lastlog.8 (renamed from man/pl/lastlog.8) | 21 | ||||
-rw-r--r-- | man/pl/man8/logoutd.8 | 56 | ||||
-rw-r--r-- | man/pl/man8/userdel.8 (renamed from man/pl/userdel.8) | 21 | ||||
-rw-r--r-- | man/pl/man8/usermod.8 (renamed from man/pl/usermod.8) | 21 | ||||
-rw-r--r-- | man/pl/man8/vigr.8 (renamed from man/pl/vigr.8) | 0 | ||||
-rw-r--r-- | man/pl/man8/vipw.8 (renamed from man/pl/vipw.8) | 21 |
26 files changed, 509 insertions, 256 deletions
diff --git a/man/pl/Makefile.am b/man/pl/Makefile.am index c18082b..724d25f 100644 --- a/man/pl/Makefile.am +++ b/man/pl/Makefile.am @@ -3,30 +3,30 @@ mandir = @mandir@/pl # 2012.01.28 - activate manpages with more than 50% translated messages man_MANS = \ - chage.1 \ - chsh.1 \ - expiry.1 \ - faillog.5 \ - faillog.8 \ - getspnam.3 \ - groupadd.8 \ - groupdel.8 \ - groupmems.8 \ - groupmod.8 \ - groups.1 \ - grpck.8 \ - lastlog.8 \ - logoutd.8 \ - newgrp.1 \ - sg.1 \ - shadow.3 \ - userdel.8 \ - usermod.8 \ - vigr.8 \ - vipw.8 + man1/chage.1 \ + man1/chsh.1 \ + man1/expiry.1 \ + man5/faillog.5 \ + man8/faillog.8 \ + man3/getspnam.3 \ + man8/groupadd.8 \ + man8/groupdel.8 \ + man8/groupmems.8 \ + man8/groupmod.8 \ + man1/groups.1 \ + man8/grpck.8 \ + man8/lastlog.8 \ + man8/logoutd.8 \ + man1/newgrp.1 \ + man1/sg.1 \ + man3/shadow.3 \ + man8/userdel.8 \ + man8/usermod.8 \ + man8/vigr.8 \ + man8/vipw.8 man_nopam = \ - porttime.5 + man5/porttime.5 if !USE_PAM man_MANS += $(man_nopam) @@ -34,7 +34,7 @@ endif EXTRA_DIST = \ $(man_MANS) \ - id.1 + man1/id.1 if USE_PAM EXTRA_DIST += $(man_nopam) diff --git a/man/pl/Makefile.in b/man/pl/Makefile.in index a320168..6fe2eb9 100644 --- a/man/pl/Makefile.in +++ b/man/pl/Makefile.in @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -15,6 +15,23 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -50,6 +67,11 @@ CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = SOURCES = DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ @@ -71,6 +93,12 @@ am__nobase_list = $(am__nobase_strip_setup); \ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } man1dir = $(mandir)/man1 am__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man3dir)" \ "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man8dir)" @@ -95,6 +123,7 @@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ @@ -140,6 +169,7 @@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ @@ -164,7 +194,6 @@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ -U = @U@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ @@ -179,6 +208,7 @@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -211,7 +241,6 @@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@/pl mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ @@ -229,14 +258,16 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ # 2012.01.28 - activate manpages with more than 50% translated messages -man_MANS = chage.1 chsh.1 expiry.1 faillog.5 faillog.8 getspnam.3 \ - groupadd.8 groupdel.8 groupmems.8 groupmod.8 groups.1 grpck.8 \ - lastlog.8 logoutd.8 newgrp.1 sg.1 shadow.3 userdel.8 usermod.8 \ - vigr.8 vipw.8 $(am__append_1) +man_MANS = man1/chage.1 man1/chsh.1 man1/expiry.1 man5/faillog.5 \ + man8/faillog.8 man3/getspnam.3 man8/groupadd.8 man8/groupdel.8 \ + man8/groupmems.8 man8/groupmod.8 man1/groups.1 man8/grpck.8 \ + man8/lastlog.8 man8/logoutd.8 man1/newgrp.1 man1/sg.1 \ + man3/shadow.3 man8/userdel.8 man8/usermod.8 man8/vigr.8 \ + man8/vipw.8 $(am__append_1) man_nopam = \ - porttime.5 + man5/porttime.5 -EXTRA_DIST = $(man_MANS) id.1 $(am__append_2) +EXTRA_DIST = $(man_MANS) man1/id.1 $(am__append_2) LANG = $(notdir $(CURDIR)) @ENABLE_REGENERATE_MAN_TRUE@@USE_PAM_FALSE@PAM_COND = no_pam @ENABLE_REGENERATE_MAN_TRUE@@USE_PAM_TRUE@PAM_COND = pam @@ -271,6 +302,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; +$(srcdir)/../generate_translations.mak $(srcdir)/../generate_mans.mak: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh @@ -288,11 +320,18 @@ clean-libtool: -rm -rf .libs _libs install-man1: $(man_MANS) @$(NORMAL_INSTALL) - test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)" - @list=''; test -n "$(man1dir)" || exit 0; \ - { for i in $$list; do echo "$$i"; done; \ - l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ - sed -n '/\.1[a-z]*$$/p'; \ + @list1=''; \ + list2='$(man_MANS)'; \ + test -n "$(man1dir)" \ + && test -n "`echo $$list1$$list2`" \ + || exit 0; \ + echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ + { for i in $$list1; do echo "$$i"; done; \ + if test -n "$$list2"; then \ + for i in $$list2; do echo "$$i"; done \ + | sed -n '/\.1[a-z]*$$/p'; \ + fi; \ } | while read p; do \ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; echo "$$p"; \ @@ -321,16 +360,21 @@ uninstall-man1: sed -n '/\.1[a-z]*$$/p'; \ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ - test -z "$$files" || { \ - echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(man1dir)" && rm -f $$files; } + dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) install-man3: $(man_MANS) @$(NORMAL_INSTALL) - test -z "$(man3dir)" || $(MKDIR_P) "$(DESTDIR)$(man3dir)" - @list=''; test -n "$(man3dir)" || exit 0; \ - { for i in $$list; do echo "$$i"; done; \ - l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ - sed -n '/\.3[a-z]*$$/p'; \ + @list1=''; \ + list2='$(man_MANS)'; \ + test -n "$(man3dir)" \ + && test -n "`echo $$list1$$list2`" \ + || exit 0; \ + echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \ + { for i in $$list1; do echo "$$i"; done; \ + if test -n "$$list2"; then \ + for i in $$list2; do echo "$$i"; done \ + | sed -n '/\.3[a-z]*$$/p'; \ + fi; \ } | while read p; do \ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; echo "$$p"; \ @@ -359,16 +403,21 @@ uninstall-man3: sed -n '/\.3[a-z]*$$/p'; \ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ - test -z "$$files" || { \ - echo " ( cd '$(DESTDIR)$(man3dir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(man3dir)" && rm -f $$files; } + dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir) install-man5: $(man_MANS) @$(NORMAL_INSTALL) - test -z "$(man5dir)" || $(MKDIR_P) "$(DESTDIR)$(man5dir)" - @list=''; test -n "$(man5dir)" || exit 0; \ - { for i in $$list; do echo "$$i"; done; \ - l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ - sed -n '/\.5[a-z]*$$/p'; \ + @list1=''; \ + list2='$(man_MANS)'; \ + test -n "$(man5dir)" \ + && test -n "`echo $$list1$$list2`" \ + || exit 0; \ + echo " $(MKDIR_P) '$(DESTDIR)$(man5dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(man5dir)" || exit 1; \ + { for i in $$list1; do echo "$$i"; done; \ + if test -n "$$list2"; then \ + for i in $$list2; do echo "$$i"; done \ + | sed -n '/\.5[a-z]*$$/p'; \ + fi; \ } | while read p; do \ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; echo "$$p"; \ @@ -397,16 +446,21 @@ uninstall-man5: sed -n '/\.5[a-z]*$$/p'; \ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ - test -z "$$files" || { \ - echo " ( cd '$(DESTDIR)$(man5dir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(man5dir)" && rm -f $$files; } + dir='$(DESTDIR)$(man5dir)'; $(am__uninstall_files_from_dir) install-man8: $(man_MANS) @$(NORMAL_INSTALL) - test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)" - @list=''; test -n "$(man8dir)" || exit 0; \ - { for i in $$list; do echo "$$i"; done; \ - l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ - sed -n '/\.8[a-z]*$$/p'; \ + @list1=''; \ + list2='$(man_MANS)'; \ + test -n "$(man8dir)" \ + && test -n "`echo $$list1$$list2`" \ + || exit 0; \ + echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \ + { for i in $$list1; do echo "$$i"; done; \ + if test -n "$$list2"; then \ + for i in $$list2; do echo "$$i"; done \ + | sed -n '/\.8[a-z]*$$/p'; \ + fi; \ } | while read p; do \ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; echo "$$p"; \ @@ -435,9 +489,7 @@ uninstall-man8: sed -n '/\.8[a-z]*$$/p'; \ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ - test -z "$$files" || { \ - echo " ( cd '$(DESTDIR)$(man8dir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(man8dir)" && rm -f $$files; } + dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -505,10 +557,15 @@ install-am: all-am installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: @@ -521,9 +578,10 @@ distclean-generic: maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." +@ENABLE_REGENERATE_MAN_FALSE@clean-local: clean: clean-am -clean-am: clean-generic clean-libtool mostlyclean-am +clean-am: clean-generic clean-libtool clean-local mostlyclean-am distclean: distclean-am -rm -f Makefile @@ -593,18 +651,18 @@ uninstall-man: uninstall-man1 uninstall-man3 uninstall-man5 \ .MAKE: install-am install-strip .PHONY: all all-am check check-am clean clean-generic clean-libtool \ - distclean distclean-generic distclean-libtool distdir dvi \ - dvi-am html html-am info info-am install install-am \ - install-data install-data-am install-dvi install-dvi-am \ - install-exec install-exec-am install-html install-html-am \ - install-info install-info-am install-man install-man1 \ - install-man3 install-man5 install-man8 install-pdf \ - install-pdf-am install-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic \ - mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \ - uninstall-man uninstall-man1 uninstall-man3 uninstall-man5 \ - uninstall-man8 + clean-local distclean distclean-generic distclean-libtool \ + distdir dvi dvi-am html html-am info info-am install \ + install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-man1 install-man3 install-man5 install-man8 \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + uninstall uninstall-am uninstall-man uninstall-man1 \ + uninstall-man3 uninstall-man5 uninstall-man8 @ENABLE_REGENERATE_MAN_TRUE@config.xml: ../config.xml.in @@ -622,18 +680,25 @@ uninstall-man: uninstall-man1 uninstall-man3 uninstall-man5 \ @ENABLE_REGENERATE_MAN_TRUE@ sed -e 's/^\(<!DOCTYPE .*docbookx.dtd"\)>/\1 [<!ENTITY % config SYSTEM "config.xml">%config;]>/' $< > $@; \ @ENABLE_REGENERATE_MAN_TRUE@ fi -@ENABLE_REGENERATE_MAN_TRUE@%: %.xml-config Makefile config.xml +@ENABLE_REGENERATE_MAN_TRUE@man1/% man3/% man5/% man8/%: %.xml-config Makefile config.xml @ENABLE_REGENERATE_MAN_TRUE@ $(XSLTPROC) --stringparam profile.condition "$(PAM_COND);$(SHADOWGRP_COND);$(TCB_COND);$(SHA_CRYPT_COND)" \ +@ENABLE_REGENERATE_MAN_TRUE@ --param "man.authors.section.enabled" "0" \ +@ENABLE_REGENERATE_MAN_TRUE@ --stringparam "man.output.base.dir" "" \ +@ENABLE_REGENERATE_MAN_TRUE@ --param "man.output.in.separate.dir" "1" \ @ENABLE_REGENERATE_MAN_TRUE@ -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/profile-docbook.xsl $< + +@ENABLE_REGENERATE_MAN_TRUE@clean-local: +@ENABLE_REGENERATE_MAN_TRUE@ for d in man1 man3 man5 man8; do [ -d $$d ] && rmdir $$d; done + #$(man_MANS): # @echo you need to run configure with --enable-man to generate man pages # @false -@ENABLE_REGENERATE_MAN_TRUE@grpconv.8 grpunconv.8 pwunconv.8: pwconv.8 +@ENABLE_REGENERATE_MAN_TRUE@man8/grpconv.8 man8/grpunconv.8 man8/pwunconv.8: man8/pwconv.8 -@ENABLE_REGENERATE_MAN_TRUE@getspnam.3: shadow.3 +@ENABLE_REGENERATE_MAN_TRUE@man3/getspnam.3: man3/shadow.3 -@ENABLE_REGENERATE_MAN_TRUE@vigr.8: vipw.8 +@ENABLE_REGENERATE_MAN_TRUE@man8/vigr.8: man8/vipw.8 @ENABLE_REGENERATE_MAN_FALSE@$(man_MANS): @ENABLE_REGENERATE_MAN_FALSE@ @echo you need to run configure with --enable-man to generate man pages diff --git a/man/pl/logoutd.8 b/man/pl/logoutd.8 deleted file mode 100644 index 97b27eb..0000000 --- a/man/pl/logoutd.8 +++ /dev/null @@ -1,49 +0,0 @@ -'\" t -.\" Title: logoutd -.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] -.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: 02/12/2012 -.\" Manual: Polecenia Zarządzania Systemem -.\" Source: shadow-utils 4.1.5 -.\" Language: Polish -.\" -.TH "LOGOUTD" "8" "02/12/2012" "shadow\-utils 4\&.1\&.5" "Polecenia Zarządzania Systemem" -.\" ----------------------------------------------------------------- -.\" * set default formatting -.\" ----------------------------------------------------------------- -.\" disable hyphenation -.nh -.\" disable justification (adjust text to left margin only) -.ad l -.\" ----------------------------------------------------------------- -.\" * MAIN CONTENT STARTS HERE * -.\" ----------------------------------------------------------------- -.SH "NAZWA" -logoutd \- enforce login time restrictions -.SH "SK\(/LADNIA" -.HP \w'\fBlogoutd\fR\ 'u -\fBlogoutd\fR -.SH "OPIS" -.PP - -\fBlogoutd\fR -enforces the login time and port restrictions specified in -/etc/porttime\&. -\fBlogoutd\fR -should be started from -/etc/rc\&. The -/var/run/utmp -file is scanned periodically and each user name is checked to see if the named user is permitted on the named port at the current time\&. Any login session which is violating the restrictions in -/etc/porttime -is terminated\&. -.SH "PLIKI" -.PP -/etc/porttime -.RS 4 -File containing port access\&. -.RE -.PP -/var/run/utmp -.RS 4 -List of current login sessions\&. -.RE diff --git a/man/pl/chage.1 b/man/pl/man1/chage.1 index 2ecfea1..0e981d2 100644 --- a/man/pl/chage.1 +++ b/man/pl/man1/chage.1 @@ -1,13 +1,22 @@ '\" t .\" Title: chage -.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] -.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: 02/12/2012 +.\" Author: Julianne Frances Haugh +.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> +.\" Date: 05/25/2012 .\" Manual: Polecenia użytkownik\('ow -.\" Source: shadow-utils 4.1.5 +.\" Source: shadow-utils 4.1.5.1 .\" Language: Polish .\" -.TH "CHAGE" "1" "02/12/2012" "shadow\-utils 4\&.1\&.5" "Polecenia użytkownik\('ow" +.TH "CHAGE" "1" "05/25/2012" "shadow\-utils 4\&.1\&.5\&.1" "Polecenia użytkownik\('ow" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -20,7 +29,7 @@ .\" ----------------------------------------------------------------- .SH "NAZWA" chage \- zmiana informacji o terminie ważności has\(/la użytkownika -.SH "SK\(/LADNIA" +.SH "STRESZCZENIE" .HP \w'\fBchage\fR\ 'u \fBchage\fR [\fIopcje\fR] \fILOGIN\fR .SH "OPIS" diff --git a/man/pl/chsh.1 b/man/pl/man1/chsh.1 index b2d3ff6..d9dc921 100644 --- a/man/pl/chsh.1 +++ b/man/pl/man1/chsh.1 @@ -1,13 +1,22 @@ '\" t .\" Title: chsh -.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] -.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: 02/12/2012 +.\" Author: Julianne Frances Haugh +.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> +.\" Date: 05/25/2012 .\" Manual: Polecenia użytkownik\('ow -.\" Source: shadow-utils 4.1.5 +.\" Source: shadow-utils 4.1.5.1 .\" Language: Polish .\" -.TH "CHSH" "1" "02/12/2012" "shadow\-utils 4\&.1\&.5" "Polecenia użytkownik\('ow" +.TH "CHSH" "1" "05/25/2012" "shadow\-utils 4\&.1\&.5\&.1" "Polecenia użytkownik\('ow" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -20,7 +29,7 @@ .\" ----------------------------------------------------------------- .SH "NAZWA" chsh \- zmiana pow\(/loki zg\(/loszeniowej -.SH "SK\(/LADNIA" +.SH "STRESZCZENIE" .HP \w'\fBchsh\fR\ 'u \fBchsh\fR [\fIopcje\fR] [\fILOGIN\fR] .SH "OPIS" diff --git a/man/pl/expiry.1 b/man/pl/man1/expiry.1 index d677ac3..eec77c4 100644 --- a/man/pl/expiry.1 +++ b/man/pl/man1/expiry.1 @@ -1,13 +1,22 @@ '\" t .\" Title: expiry -.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] -.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: 02/12/2012 +.\" Author: Julianne Frances Haugh +.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> +.\" Date: 05/25/2012 .\" Manual: Polecenia użytkownik\('ow -.\" Source: shadow-utils 4.1.5 +.\" Source: shadow-utils 4.1.5.1 .\" Language: Polish .\" -.TH "EXPIRY" "1" "02/12/2012" "shadow\-utils 4\&.1\&.5" "Polecenia użytkownik\('ow" +.TH "EXPIRY" "1" "05/25/2012" "shadow\-utils 4\&.1\&.5\&.1" "Polecenia użytkownik\('ow" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -20,7 +29,7 @@ .\" ----------------------------------------------------------------- .SH "NAZWA" expiry \- sprawdzenie ważności i wymuszenie zmiany has\(/la -.SH "SK\(/LADNIA" +.SH "STRESZCZENIE" .HP \w'\fBexpiry\fR\ 'u \fBexpiry\fR \fIoption\fR .SH "OPIS" diff --git a/man/pl/groups.1 b/man/pl/man1/groups.1 index 8abc653..a0a82d8 100644 --- a/man/pl/groups.1 +++ b/man/pl/man1/groups.1 @@ -1,13 +1,22 @@ '\" t .\" Title: groups -.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] -.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: 02/12/2012 +.\" Author: Julianne Frances Haugh +.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> +.\" Date: 05/25/2012 .\" Manual: Polecenia użytkownik\('ow -.\" Source: shadow-utils 4.1.5 +.\" Source: shadow-utils 4.1.5.1 .\" Language: Polish .\" -.TH "GROUPS" "1" "02/12/2012" "shadow\-utils 4\&.1\&.5" "Polecenia użytkownik\('ow" +.TH "GROUPS" "1" "05/25/2012" "shadow\-utils 4\&.1\&.5\&.1" "Polecenia użytkownik\('ow" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -20,7 +29,7 @@ .\" ----------------------------------------------------------------- .SH "NAZWA" groups \- display current group names -.SH "SK\(/LADNIA" +.SH "STRESZCZENIE" .HP \w'\fBgroups\fR\ 'u \fBgroups\fR [\fIuser\fR] .SH "OPIS" diff --git a/man/pl/id.1 b/man/pl/man1/id.1 index 80775fd..b5c832f 100644 --- a/man/pl/id.1 +++ b/man/pl/man1/id.1 @@ -1,13 +1,22 @@ '\" t .\" Title: id -.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] -.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: 02/12/2012 +.\" Author: Julianne Frances Haugh +.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> +.\" Date: 05/25/2012 .\" Manual: Polecenia użytkownik\('ow -.\" Source: shadow-utils 4.1.5 +.\" Source: shadow-utils 4.1.5.1 .\" Language: Polish .\" -.TH "ID" "1" "02/12/2012" "shadow\-utils 4\&.1\&.5" "Polecenia użytkownik\('ow" +.TH "ID" "1" "05/25/2012" "shadow\-utils 4\&.1\&.5\&.1" "Polecenia użytkownik\('ow" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -20,7 +29,7 @@ .\" ----------------------------------------------------------------- .SH "NAZWA" id \- display current user and group ID names -.SH "SK\(/LADNIA" +.SH "STRESZCZENIE" .HP \w'\fBid\fR\ 'u \fBid\fR [\-a] .SH "OPIS" diff --git a/man/pl/newgrp.1 b/man/pl/man1/newgrp.1 index 26ff4af..b8e9d3a 100644 --- a/man/pl/newgrp.1 +++ b/man/pl/man1/newgrp.1 @@ -1,13 +1,22 @@ '\" t .\" Title: newgrp -.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] -.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: 02/12/2012 +.\" Author: Julianne Frances Haugh +.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> +.\" Date: 05/25/2012 .\" Manual: Polecenia użytkownik\('ow -.\" Source: shadow-utils 4.1.5 +.\" Source: shadow-utils 4.1.5.1 .\" Language: Polish .\" -.TH "NEWGRP" "1" "02/12/2012" "shadow\-utils 4\&.1\&.5" "Polecenia użytkownik\('ow" +.TH "NEWGRP" "1" "05/25/2012" "shadow\-utils 4\&.1\&.5\&.1" "Polecenia użytkownik\('ow" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -20,7 +29,7 @@ .\" ----------------------------------------------------------------- .SH "NAZWA" newgrp \- log in to a new group -.SH "SK\(/LADNIA" +.SH "STRESZCZENIE" .HP \w'\fBnewgrp\fR\ 'u \fBnewgrp\fR [\-] [\fIgroup\fR] .SH "OPIS" diff --git a/man/pl/sg.1 b/man/pl/man1/sg.1 index 03118ef..ef24daa 100644 --- a/man/pl/sg.1 +++ b/man/pl/man1/sg.1 @@ -1,13 +1,22 @@ '\" t .\" Title: sg -.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] -.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: 02/12/2012 +.\" Author: Julianne Frances Haugh +.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> +.\" Date: 05/25/2012 .\" Manual: Polecenia użytkownik\('ow -.\" Source: shadow-utils 4.1.5 +.\" Source: shadow-utils 4.1.5.1 .\" Language: Polish .\" -.TH "SG" "1" "02/12/2012" "shadow\-utils 4\&.1\&.5" "Polecenia użytkownik\('ow" +.TH "SG" "1" "05/25/2012" "shadow\-utils 4\&.1\&.5\&.1" "Polecenia użytkownik\('ow" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -20,7 +29,7 @@ .\" ----------------------------------------------------------------- .SH "NAZWA" sg \- execute command as different group ID -.SH "SK\(/LADNIA" +.SH "STRESZCZENIE" .HP \w'\fBsg\fR\ 'u \fBsg\fR [\-] [group\ [\-c]\ command] .SH "OPIS" diff --git a/man/pl/getspnam.3 b/man/pl/man3/getspnam.3 index cd473da..cd473da 100644 --- a/man/pl/getspnam.3 +++ b/man/pl/man3/getspnam.3 diff --git a/man/pl/shadow.3 b/man/pl/man3/shadow.3 index aef1282..509da50 100644 --- a/man/pl/shadow.3 +++ b/man/pl/man3/shadow.3 @@ -1,13 +1,22 @@ '\" t .\" Title: shadow -.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] -.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: 02/12/2012 +.\" Author: Julianne Frances Haugh +.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> +.\" Date: 05/25/2012 .\" Manual: Library Calls -.\" Source: shadow-utils 4.1.5 +.\" Source: shadow-utils 4.1.5.1 .\" Language: Polish .\" -.TH "SHADOW" "3" "02/12/2012" "shadow\-utils 4\&.1\&.5" "Library Calls" +.TH "SHADOW" "3" "05/25/2012" "shadow\-utils 4\&.1\&.5\&.1" "Library Calls" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- diff --git a/man/pl/faillog.5 b/man/pl/man5/faillog.5 index ceff8dc..737d3a8 100644 --- a/man/pl/faillog.5 +++ b/man/pl/man5/faillog.5 @@ -1,13 +1,22 @@ '\" t .\" Title: faillog -.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] -.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: 02/12/2012 +.\" Author: Julianne Frances Haugh +.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> +.\" Date: 05/25/2012 .\" Manual: File Formats and Conversions -.\" Source: shadow-utils 4.1.5 +.\" Source: shadow-utils 4.1.5.1 .\" Language: Polish .\" -.TH "FAILLOG" "5" "02/12/2012" "shadow\-utils 4\&.1\&.5" "File Formats and Conversions" +.TH "FAILLOG" "5" "05/25/2012" "shadow\-utils 4\&.1\&.5\&.1" "File Formats and Conversions" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- diff --git a/man/pl/porttime.5 b/man/pl/man5/porttime.5 index 75d7d52..96a8236 100644 --- a/man/pl/porttime.5 +++ b/man/pl/man5/porttime.5 @@ -1,13 +1,22 @@ '\" t .\" Title: porttime -.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] -.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: 02/12/2012 +.\" Author: Julianne Frances Haugh +.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> +.\" Date: 05/25/2012 .\" Manual: File Formats and Conversions -.\" Source: shadow-utils 4.1.5 +.\" Source: shadow-utils 4.1.5.1 .\" Language: Polish .\" -.TH "PORTTIME" "5" "02/12/2012" "shadow\-utils 4\&.1\&.5" "File Formats and Conversions" +.TH "PORTTIME" "5" "05/25/2012" "shadow\-utils 4\&.1\&.5\&.1" "File Formats and Conversions" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -81,7 +90,7 @@ on any port during non\-working hours\&. .PP /etc/porttime .RS 4 -File containing port access\&. +Plik zawierający ustawienia dostępu do port\('ow\&. .RE .SH "ZOBACZ TAKŻE" .PP diff --git a/man/pl/faillog.8 b/man/pl/man8/faillog.8 index a8b2d52..9032877 100644 --- a/man/pl/faillog.8 +++ b/man/pl/man8/faillog.8 @@ -1,13 +1,22 @@ '\" t .\" Title: faillog -.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] -.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: 02/12/2012 +.\" Author: Julianne Frances Haugh +.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> +.\" Date: 05/25/2012 .\" Manual: Polecenia Zarządzania Systemem -.\" Source: shadow-utils 4.1.5 +.\" Source: shadow-utils 4.1.5.1 .\" Language: Polish .\" -.TH "FAILLOG" "8" "02/12/2012" "shadow\-utils 4\&.1\&.5" "Polecenia Zarządzania Systemem" +.TH "FAILLOG" "8" "05/25/2012" "shadow\-utils 4\&.1\&.5\&.1" "Polecenia Zarządzania Systemem" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -20,7 +29,7 @@ .\" ----------------------------------------------------------------- .SH "NAZWA" faillog \- display faillog records or set login failure limits -.SH "SK\(/LADNIA" +.SH "STRESZCZENIE" .HP \w'\fBfaillog\fR\ 'u \fBfaillog\fR [\fIopcje\fR] .SH "OPIS" diff --git a/man/pl/groupadd.8 b/man/pl/man8/groupadd.8 index 83e888d..588fb65 100644 --- a/man/pl/groupadd.8 +++ b/man/pl/man8/groupadd.8 @@ -1,13 +1,22 @@ '\" t .\" Title: groupadd -.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] -.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: 02/12/2012 +.\" Author: Julianne Frances Haugh +.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> +.\" Date: 05/25/2012 .\" Manual: Polecenia Zarządzania Systemem -.\" Source: shadow-utils 4.1.5 +.\" Source: shadow-utils 4.1.5.1 .\" Language: Polish .\" -.TH "GROUPADD" "8" "02/12/2012" "shadow\-utils 4\&.1\&.5" "Polecenia Zarządzania Systemem" +.TH "GROUPADD" "8" "05/25/2012" "shadow\-utils 4\&.1\&.5\&.1" "Polecenia Zarządzania Systemem" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -19,8 +28,8 @@ .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAZWA" -groupadd \- tw\('o\(/lrz nową grupę -.SH "SK\(/LADNIA" +groupadd \- utw\('orz nową grupę +.SH "STRESZCZENIE" .HP \w'\fBgroupadd\fR\ 'u \fBgroupadd\fR [\fIopcje\fR] \fIgroup\fR .SH "OPIS" diff --git a/man/pl/groupdel.8 b/man/pl/man8/groupdel.8 index 633eb99..f153d1a 100644 --- a/man/pl/groupdel.8 +++ b/man/pl/man8/groupdel.8 @@ -1,13 +1,22 @@ '\" t .\" Title: groupdel -.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] -.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: 02/12/2012 +.\" Author: Julianne Frances Haugh +.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> +.\" Date: 05/25/2012 .\" Manual: Polecenia Zarządzania Systemem -.\" Source: shadow-utils 4.1.5 +.\" Source: shadow-utils 4.1.5.1 .\" Language: Polish .\" -.TH "GROUPDEL" "8" "02/12/2012" "shadow\-utils 4\&.1\&.5" "Polecenia Zarządzania Systemem" +.TH "GROUPDEL" "8" "05/25/2012" "shadow\-utils 4\&.1\&.5\&.1" "Polecenia Zarządzania Systemem" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -20,7 +29,7 @@ .\" ----------------------------------------------------------------- .SH "NAZWA" groupdel \- delete a group -.SH "SK\(/LADNIA" +.SH "STRESZCZENIE" .HP \w'\fBgroupdel\fR\ 'u \fBgroupdel\fR [\fIopcje\fR] \fIGRUPA\fR .SH "OPIS" diff --git a/man/pl/groupmems.8 b/man/pl/man8/groupmems.8 index 2201393..cdc19e2 100644 --- a/man/pl/groupmems.8 +++ b/man/pl/man8/groupmems.8 @@ -1,13 +1,22 @@ '\" t .\" Title: groupmems -.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] -.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: 02/12/2012 +.\" Author: George Kraft, IV +.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> +.\" Date: 05/25/2012 .\" Manual: Polecenia Zarządzania Systemem -.\" Source: shadow-utils 4.1.5 +.\" Source: shadow-utils 4.1.5.1 .\" Language: Polish .\" -.TH "GROUPMEMS" "8" "02/12/2012" "shadow\-utils 4\&.1\&.5" "Polecenia Zarządzania Systemem" +.TH "GROUPMEMS" "8" "05/25/2012" "shadow\-utils 4\&.1\&.5\&.1" "Polecenia Zarządzania Systemem" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -20,7 +29,7 @@ .\" ----------------------------------------------------------------- .SH "NAZWA" groupmems \- administer members of a user\*(Aqs primary group -.SH "SK\(/LADNIA" +.SH "STRESZCZENIE" .HP \w'\fBgroupmems\fR\ 'u \fBgroupmems\fR \-a\ \fIuser_name\fR | \-d\ \fIuser_name\fR | [\-g\ \fIgroup_name\fR] | \-l | \-p .SH "OPIS" diff --git a/man/pl/groupmod.8 b/man/pl/man8/groupmod.8 index 06043f8..dc27a87 100644 --- a/man/pl/groupmod.8 +++ b/man/pl/man8/groupmod.8 @@ -1,13 +1,22 @@ '\" t .\" Title: groupmod -.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] -.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: 02/12/2012 +.\" Author: Julianne Frances Haugh +.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> +.\" Date: 05/25/2012 .\" Manual: Polecenia Zarządzania Systemem -.\" Source: shadow-utils 4.1.5 +.\" Source: shadow-utils 4.1.5.1 .\" Language: Polish .\" -.TH "GROUPMOD" "8" "02/12/2012" "shadow\-utils 4\&.1\&.5" "Polecenia Zarządzania Systemem" +.TH "GROUPMOD" "8" "05/25/2012" "shadow\-utils 4\&.1\&.5\&.1" "Polecenia Zarządzania Systemem" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -20,7 +29,7 @@ .\" ----------------------------------------------------------------- .SH "NAZWA" groupmod \- modyfikuj definicję grupy systemowej -.SH "SK\(/LADNIA" +.SH "STRESZCZENIE" .HP \w'\fBgroupmod\fR\ 'u \fBgroupmod\fR [\fIopcje\fR] \fIGRUPA\fR .SH "OPIS" diff --git a/man/pl/grpck.8 b/man/pl/man8/grpck.8 index e63886b..142e523 100644 --- a/man/pl/grpck.8 +++ b/man/pl/man8/grpck.8 @@ -1,13 +1,22 @@ '\" t .\" Title: grpck -.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] -.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: 02/12/2012 +.\" Author: Julianne Frances Haugh +.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> +.\" Date: 05/25/2012 .\" Manual: Polecenia Zarządzania Systemem -.\" Source: shadow-utils 4.1.5 +.\" Source: shadow-utils 4.1.5.1 .\" Language: Polish .\" -.TH "GRPCK" "8" "02/12/2012" "shadow\-utils 4\&.1\&.5" "Polecenia Zarządzania Systemem" +.TH "GRPCK" "8" "05/25/2012" "shadow\-utils 4\&.1\&.5\&.1" "Polecenia Zarządzania Systemem" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -20,7 +29,7 @@ .\" ----------------------------------------------------------------- .SH "NAZWA" grpck \- verify integrity of group files -.SH "SK\(/LADNIA" +.SH "STRESZCZENIE" .HP \w'\fBgrpck\fR\ 'u \fBgrpck\fR [opcje] [\fIgroup\fR\ [\ \fIshadow\fR\ ]] .SH "OPIS" @@ -153,7 +162,8 @@ by GID\&. By default, \fBgrpck\fR operates on -/etc/groupand /etc/gshadow\&. The user may select alternate files with the +/etc/group +and /etc/gshadow\&. The user may select alternate files with the \fIgroup\fR and \fIshadow\fR parameters\&. .SH "CONFIGURATION" diff --git a/man/pl/lastlog.8 b/man/pl/man8/lastlog.8 index 65213b4..4af5d83 100644 --- a/man/pl/lastlog.8 +++ b/man/pl/man8/lastlog.8 @@ -1,13 +1,22 @@ '\" t .\" Title: lastlog -.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] -.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: 02/12/2012 +.\" Author: Julianne Frances Haugh +.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> +.\" Date: 05/25/2012 .\" Manual: Polecenia Zarządzania Systemem -.\" Source: shadow-utils 4.1.5 +.\" Source: shadow-utils 4.1.5.1 .\" Language: Polish .\" -.TH "LASTLOG" "8" "02/12/2012" "shadow\-utils 4\&.1\&.5" "Polecenia Zarządzania Systemem" +.TH "LASTLOG" "8" "05/25/2012" "shadow\-utils 4\&.1\&.5\&.1" "Polecenia Zarządzania Systemem" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -20,7 +29,7 @@ .\" ----------------------------------------------------------------- .SH "NAZWA" lastlog \- wyświetla informacje o ostanim logowaniu dla wybranego lub wszystkich użytkowanik\('ow -.SH "SK\(/LADNIA" +.SH "STRESZCZENIE" .HP \w'\fBlastlog\fR\ 'u \fBlastlog\fR [\fIopcje\fR] .SH "OPIS" diff --git a/man/pl/man8/logoutd.8 b/man/pl/man8/logoutd.8 new file mode 100644 index 0000000..cd336b7 --- /dev/null +++ b/man/pl/man8/logoutd.8 @@ -0,0 +1,56 @@ +'\" t +.\" Title: logoutd +.\" Author: Julianne Frances Haugh +.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> +.\" Date: 05/25/2012 +.\" Manual: Polecenia Zarządzania Systemem +.\" Source: shadow-utils 4.1.5.1 +.\" Language: Polish +.\" +.TH "LOGOUTD" "8" "05/25/2012" "shadow\-utils 4\&.1\&.5\&.1" "Polecenia Zarządzania Systemem" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' +.\" ----------------------------------------------------------------- +.\" * set default formatting +.\" ----------------------------------------------------------------- +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.\" ----------------------------------------------------------------- +.\" * MAIN CONTENT STARTS HERE * +.\" ----------------------------------------------------------------- +.SH "NAZWA" +logoutd \- wymuszenie ograniczeń czasu logowania +.SH "STRESZCZENIE" +.HP \w'\fBlogoutd\fR\ 'u +\fBlogoutd\fR +.SH "OPIS" +.PP +\fBlogoutd\fR +wymusza ograniczenia port\('ow i czas\('ow logowania podane w +/etc/porttime\&. +\fBlogoutd\fR +powinno być uruchamiane z +/etc/rc\&. Okresowo przeglądany jest plik +/var/run/utmp\&. Sprawdzana jest każda nazwa użytkownika, aby stwierdzić, czy użytkownik ma zezwolenie na pracę w bieżącym czasie na danym porcie\&. Każda sesja pracy (logowania) naruszająca ograniczenia zawarte w +/etc/porttime +jest kończona\&. +.SH "PLIKI" +.PP +/etc/porttime +.RS 4 +Plik zawierający ustawienia dostępu do port\('ow\&. +.RE +.PP +/var/run/utmp +.RS 4 +List bieżących sesji pracy\&. +.RE diff --git a/man/pl/userdel.8 b/man/pl/man8/userdel.8 index e62d1ea..7c502e1 100644 --- a/man/pl/userdel.8 +++ b/man/pl/man8/userdel.8 @@ -1,13 +1,22 @@ '\" t .\" Title: userdel -.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] -.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: 02/12/2012 +.\" Author: Julianne Frances Haugh +.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> +.\" Date: 05/25/2012 .\" Manual: Polecenia Zarządzania Systemem -.\" Source: shadow-utils 4.1.5 +.\" Source: shadow-utils 4.1.5.1 .\" Language: Polish .\" -.TH "USERDEL" "8" "02/12/2012" "shadow\-utils 4\&.1\&.5" "Polecenia Zarządzania Systemem" +.TH "USERDEL" "8" "05/25/2012" "shadow\-utils 4\&.1\&.5\&.1" "Polecenia Zarządzania Systemem" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -20,7 +29,7 @@ .\" ----------------------------------------------------------------- .SH "NAZWA" userdel \- plik chroniony informacji o użytkownikach -.SH "SK\(/LADNIA" +.SH "STRESZCZENIE" .HP \w'\fBuserdel\fR\ 'u \fBuserdel\fR [opcje] \fILOGIN\fR .SH "OPIS" diff --git a/man/pl/usermod.8 b/man/pl/man8/usermod.8 index bb8a16c..8b5ff91 100644 --- a/man/pl/usermod.8 +++ b/man/pl/man8/usermod.8 @@ -1,13 +1,22 @@ '\" t .\" Title: usermod -.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] -.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: 02/12/2012 +.\" Author: Julianne Frances Haugh +.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> +.\" Date: 05/25/2012 .\" Manual: Polecenia Zarządzania Systemem -.\" Source: shadow-utils 4.1.5 +.\" Source: shadow-utils 4.1.5.1 .\" Language: Polish .\" -.TH "USERMOD" "8" "02/12/2012" "shadow\-utils 4\&.1\&.5" "Polecenia Zarządzania Systemem" +.TH "USERMOD" "8" "05/25/2012" "shadow\-utils 4\&.1\&.5\&.1" "Polecenia Zarządzania Systemem" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -20,7 +29,7 @@ .\" ----------------------------------------------------------------- .SH "NAZWA" usermod \- zmiana danych konta użytkownika -.SH "SK\(/LADNIA" +.SH "STRESZCZENIE" .HP \w'\fBusermod\fR\ 'u \fBusermod\fR [\fIopcje\fR] \fILOGIN\fR .SH "OPIS" diff --git a/man/pl/vigr.8 b/man/pl/man8/vigr.8 index ff72d7a..ff72d7a 100644 --- a/man/pl/vigr.8 +++ b/man/pl/man8/vigr.8 diff --git a/man/pl/vipw.8 b/man/pl/man8/vipw.8 index fbad1bd..3958870 100644 --- a/man/pl/vipw.8 +++ b/man/pl/man8/vipw.8 @@ -1,13 +1,22 @@ '\" t .\" Title: vipw -.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] -.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: 02/12/2012 +.\" Author: Marek Micha\(/lkiewicz +.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> +.\" Date: 05/25/2012 .\" Manual: Polecenia Zarządzania Systemem -.\" Source: shadow-utils 4.1.5 +.\" Source: shadow-utils 4.1.5.1 .\" Language: Polish .\" -.TH "VIPW" "8" "02/12/2012" "shadow\-utils 4\&.1\&.5" "Polecenia Zarządzania Systemem" +.TH "VIPW" "8" "05/25/2012" "shadow\-utils 4\&.1\&.5\&.1" "Polecenia Zarządzania Systemem" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -20,7 +29,7 @@ .\" ----------------------------------------------------------------- .SH "NAZWA" vipw, vigr \- edytuj plik hase\(/l, grup lub ich wersji chronionych -.SH "SK\(/LADNIA" +.SH "STRESZCZENIE" .HP \w'\fBvipw\fR\ 'u \fBvipw\fR [\fIopcje\fR] .HP \w'\fBvigr\fR\ 'u |