diff options
author | Gerald Carter <jerry@samba.org> | 2008-03-31 20:38:37 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:44 -0500 |
commit | c519a4c9bcc6a3a5e64b6e30a1cc123b2efd4d4e (patch) | |
tree | 518c78af0e7ba761f59c73f0a323b814f84dcc1a /docs/manpages-3 | |
parent | 1f2cfa5951b293599a9055f52ba9f5198f36a3d0 (diff) | |
download | samba-c519a4c9bcc6a3a5e64b6e30a1cc123b2efd4d4e.tar.gz samba-c519a4c9bcc6a3a5e64b6e30a1cc123b2efd4d4e.tar.bz2 samba-c519a4c9bcc6a3a5e64b6e30a1cc123b2efd4d4e.zip |
Adding WinXP64 and Vista as documented values for %a in smb.conf(5)
(This used to be commit d407bc8041ace48ecca71ed7a1752e48f132d66d)
Diffstat (limited to 'docs/manpages-3')
-rw-r--r-- | docs/manpages-3/smb.conf.5.xml | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/docs/manpages-3/smb.conf.5.xml b/docs/manpages-3/smb.conf.5.xml index a925f2a7ea..ea2076bff2 100644 --- a/docs/manpages-3/smb.conf.5.xml +++ b/docs/manpages-3/smb.conf.5.xml @@ -481,14 +481,19 @@ chmod 1770 /usr/local/samba/lib/usershares <varlistentry> <term>%a</term> - <listitem><para>the architecture of the remote - machine. It currently recognizes Samba (<constant>Samba</constant>), - the Linux CIFS file system (<constant>CIFSFS</constant>), OS/2, (<constant>OS2</constant>), - Windows for Workgroups (<constant>WfWg</constant>), Windows 9x/ME - (<constant>Win95</constant>), Windows NT (<constant>WinNT</constant>), - Windows 2000 (<constant>Win2K</constant>), Windows XP (<constant>WinXP</constant>), - and Windows 2003 (<constant>Win2K3</constant>). Anything else will be known as - <constant>UNKNOWN</constant>.</para> + <listitem><para> + The architecture of the remote + machine. It currently recognizes Samba (<constant>Samba</constant>), + the Linux CIFS file system (<constant>CIFSFS</constant>), OS/2, (<constant>OS2</constant>), + Windows for Workgroups (<constant>WfWg</constant>), Windows 9x/ME + (<constant>Win95</constant>), Windows NT (<constant>WinNT</constant>), + Windows 2000 (<constant>Win2K</constant>), + Windows XP (<constant>WinXP</constant>), + Windows XP 64-bit(<constant>WinXP64</constant>), + Windows 2003 including + 2003R2 (<constant>Win2K3</constant>), and Windows + Vista (<constant>Vista</constant>). Anything else will be known as + <constant>UNKNOWN</constant>.</para> </listitem> </varlistentry> |